Skip to content

Commit 69c9732

Browse files
committed
chore: update to UI5 version 1.132.1
- 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)
1 parent 3637eda commit 69c9732

File tree

184 files changed

+1512
-2567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+1512
-2567
lines changed

package-lock.json

Lines changed: 1328 additions & 2383 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

steps/01/README.md

Lines changed: 1 addition & 1 deletion

steps/02/README.md

Lines changed: 1 addition & 1 deletion

steps/02/ui5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
type: application
55
framework:
66
name: OpenUI5
7-
version: "1.131.1"
7+
version: "1.132.1"
88
libraries:
99
- name: sap.ui.core
1010
- name: themelib_sap_horizon

steps/02/webapp/index-cdn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>UI5 TypeScript Walkthrough</title>
66
<script
77
id="sap-ui-bootstrap"
8-
src="https://sdk.openui5.org/1.131.1/resources/sap-ui-core.js"
8+
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
99
data-sap-ui-theme="sap_horizon"
1010
data-sap-ui-compat-version="edge"
1111
data-sap-ui-async="true"

steps/03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "ui5 serve -o index.html"
99
},
1010
"devDependencies": {
11-
"@types/openui5": "^1.131.0",
11+
"@types/openui5": "^1.132.0",
1212
"@ui5/cli": "^4.0.12",
1313
"typescript": "^5.7.2",
1414
"ui5-middleware-livereload": "^3.1.0",

steps/03/ui5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
type: application
55
framework:
66
name: OpenUI5
7-
version: "1.131.1"
7+
version: "1.132.1"
88
libraries:
99
- name: sap.m
1010
- name: sap.ui.core

steps/03/webapp/index-cdn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>UI5 TypeScript Walkthrough</title>
66
<script
77
id="sap-ui-bootstrap"
8-
src="https://sdk.openui5.org/1.131.1/resources/sap-ui-core.js"
8+
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
99
data-sap-ui-theme="sap_horizon"
1010
data-sap-ui-compat-version="edge"
1111
data-sap-ui-async="true"

steps/04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "ui5 serve -o index.html"
99
},
1010
"devDependencies": {
11-
"@types/openui5": "^1.131.0",
11+
"@types/openui5": "^1.132.0",
1212
"@ui5/cli": "^4.0.12",
1313
"typescript": "^5.7.2",
1414
"ui5-middleware-livereload": "^3.1.0",

steps/04/ui5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
type: application
55
framework:
66
name: OpenUI5
7-
version: "1.131.1"
7+
version: "1.132.1"
88
libraries:
99
- name: sap.m
1010
- name: sap.ui.core

0 commit comments

Comments
 (0)