Skip to content

Commit d93a9af

Browse files
chore(deps): update dependency @ui5/webcomponents-react to v2.7.1 (#6903)
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.7.0` -> `2.7.1`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-react/2.7.0/2.7.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents-react/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents-react/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents-react/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents-react/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SAP/ui5-webcomponents-react (@&#8203;ui5/webcomponents-react)</summary> ### [`v2.7.1`](https://redirect.github.com/SAP/ui5-webcomponents-react/blob/HEAD/packages/main/CHANGELOG.md#271-2025-02-05) [Compare Source](https://redirect.github.com/SAP/ui5-webcomponents-react/compare/v2.7.0...5de3fa505d569ad524fa917cf68e5d8e2dc4068c) ##### Bug Fixes - mount ui5 web components only on the client ([#&#8203;6902](https://redirect.github.com/SAP/ui5-webcomponents-react/issues/6902)) ([93830e9](https://redirect.github.com/SAP/ui5-webcomponents-react/commit/93830e92b989047ee68c37b40def7b755a5a3e9a)) - **ObjectPage:** position expand/collapse buttons correctly ([#&#8203;6897](https://redirect.github.com/SAP/ui5-webcomponents-react/issues/6897)) ([70745c6](https://redirect.github.com/SAP/ui5-webcomponents-react/commit/70745c6cbf6022f43969e68c320e4bf9d4e182bf)), closes [#&#8203;6867](https://redirect.github.com/SAP/ui5-webcomponents-react/issues/6867) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5de3fa5 commit d93a9af

File tree

13 files changed

+61
-61
lines changed

13 files changed

+61
-61
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 8 additions & 8 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.7.0",
1313
"@ui5/webcomponents-fiori": "2.7.0",
14-
"@ui5/webcomponents-react": "2.7.0",
14+
"@ui5/webcomponents-react": "2.7.1",
1515
"@types/node": "22.10.10",
1616
"@types/react": "19.0.8",
1717
"@types/react-dom": "19.0.3",

examples/nextjs-pages/package-lock.json

Lines changed: 8 additions & 8 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.7.0",
1313
"@ui5/webcomponents-fiori": "2.7.0",
14-
"@ui5/webcomponents-react": "2.7.0",
14+
"@ui5/webcomponents-react": "2.7.1",
1515
"@types/node": "22.10.10",
1616
"@types/react": "19.0.8",
1717
"@types/react-dom": "19.0.3",

examples/react-router-ts/package-lock.json

Lines changed: 7 additions & 7 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: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@ui5/webcomponents": "2.7.0",
1818
"@ui5/webcomponents-fiori": "2.7.0",
1919
"@ui5/webcomponents-icons": "2.7.0",
20-
"@ui5/webcomponents-react": "2.7.0",
20+
"@ui5/webcomponents-react": "2.7.1",
2121
"react": "19.0.0",
2222
"react-dom": "19.0.0",
2323
"react-router": "7.1.3"

templates/nextjs-app/package-lock.json

Lines changed: 8 additions & 8 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.7.0",
1313
"@ui5/webcomponents-fiori": "2.7.0",
14-
"@ui5/webcomponents-react": "2.7.0",
14+
"@ui5/webcomponents-react": "2.7.1",
1515
"@types/node": "22.10.10",
1616
"@types/react": "19.0.8",
1717
"@types/react-dom": "19.0.3",

templates/nextjs-pages/package-lock.json

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

0 commit comments

Comments
 (0)