Skip to content

Commit 98a7901

Browse files
chore(deps): update dependency @ui5/webcomponents-react to v2.3.2 (SAP#6547)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@ui5/webcomponents-react](https://sap.github.io/ui5-webcomponents-react) ([source](https://redirect.github.com/SAP/ui5-webcomponents-react/tree/HEAD/packages/main)) | [`2.3.1` -> `2.3.2`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-react/2.3.1/2.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents-react/2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents-react/2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents-react/2.3.1/2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents-react/2.3.1/2.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SAP/ui5-webcomponents-react (@&#8203;ui5/webcomponents-react)</summary> ### [`v2.3.2`](https://redirect.github.com/SAP/ui5-webcomponents-react/blob/HEAD/packages/main/CHANGELOG.md#232-2024-10-23) [Compare Source](https://redirect.github.com/SAP/ui5-webcomponents-react/compare/v2.3.1...v2.3.2) ##### Bug Fixes - **ObjectPage:** support section selection in iframe ([#&#8203;6535](https://redirect.github.com/SAP/ui5-webcomponents-react/issues/6535)) ([ca82fcb](https://redirect.github.com/SAP/ui5-webcomponents-react/commit/ca82fcb69c1b753202d490f35405ca88d6dce36c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad93e37 commit 98a7901

File tree

12 files changed

+31
-31
lines changed

12 files changed

+31
-31
lines changed

examples/nextjs-app/package-lock.json

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

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ui5/webcomponents": "2.3.0",
1313
"@ui5/webcomponents-fiori": "2.3.0",
14-
"@ui5/webcomponents-react": "2.3.1",
14+
"@ui5/webcomponents-react": "2.3.2",
1515
"@types/node": "20.16.15",
1616
"@types/react": "18.3.12",
1717
"@types/react-dom": "18.3.1",

examples/nextjs-pages/package-lock.json

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

examples/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ui5/webcomponents": "2.3.0",
1313
"@ui5/webcomponents-fiori": "2.3.0",
14-
"@ui5/webcomponents-react": "2.3.1",
14+
"@ui5/webcomponents-react": "2.3.2",
1515
"@types/node": "20.16.15",
1616
"@types/react": "18.3.12",
1717
"@types/react-dom": "18.3.1",

examples/remix-ts/package-lock.json

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

examples/vite-ts/package-lock.json

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

templates/nextjs-app/package-lock.json

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

templates/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ui5/webcomponents": "2.3.0",
1313
"@ui5/webcomponents-fiori": "2.3.0",
14-
"@ui5/webcomponents-react": "2.3.1",
14+
"@ui5/webcomponents-react": "2.3.2",
1515
"@types/node": "20.16.15",
1616
"@types/react": "18.3.12",
1717
"@types/react-dom": "18.3.1",

templates/nextjs-pages/package-lock.json

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

templates/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@ui5/webcomponents": "2.3.0",
1313
"@ui5/webcomponents-fiori": "2.3.0",
14-
"@ui5/webcomponents-react": "2.3.1",
14+
"@ui5/webcomponents-react": "2.3.2",
1515
"@types/node": "20.16.15",
1616
"@types/react": "18.3.12",
1717
"@types/react-dom": "18.3.1",

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@ui5/webcomponents": "2.3.0",
1616
"@ui5/webcomponents-fiori": "2.3.0",
1717
"@ui5/webcomponents-icons": "2.3.0",
18-
"@ui5/webcomponents-react": "2.3.1",
18+
"@ui5/webcomponents-react": "2.3.2",
1919
"react": "18.3.1",
2020
"react-dom": "18.3.1"
2121
},

0 commit comments

Comments
 (0)