Skip to content

Commit

Permalink
chore: update to UI5 version 1.132.1 (#96)
Browse files Browse the repository at this point in the history
- Upgrade UI5 version to 1.132.1
- Upgrade minVersion of UI5 to 1.132
- Upgrade @types/openui5 to 1.132.0 (Currently, for @types/openui5 no patch releases are created)

---------

Co-authored-by: Florian Vogt <[email protected]>
  • Loading branch information
matz3 and flovogt authored Feb 10, 2025
1 parent 2b03834 commit a08c5ce
Show file tree
Hide file tree
Showing 183 changed files with 2,299 additions and 1,645 deletions.
3,484 changes: 2,069 additions & 1,415 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion steps/02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Next, we have to configure the tooling extension we installed from npm to our U
```yaml
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.ui.core
- name: themelib_sap_horizon
Expand Down
2 changes: 1 addition & 1 deletion steps/02/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.ui.core
- name: themelib_sap_horizon
Expand Down
2 changes: 1 addition & 1 deletion steps/02/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/03/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/03/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/04/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/04/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/05/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/05/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/05/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/06/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/06/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/06/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/07/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/07/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/07/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/08/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/08/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/08/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/09/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/09/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/09/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In our current scenario, we only have one model called `i18n`, which is a resour
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand Down
2 changes: 1 addition & 1 deletion steps/10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/10/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/10/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/10/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/11/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/11/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/11/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/12/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/12/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/12/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/13/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/13/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/13/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
Loading

0 comments on commit a08c5ce

Please sign in to comment.