Skip to content

Commit def05ad

Browse files
chore(deps): update ui5 web components react (examples & templates) to v2.7.3 (patch) (#6945)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@ui5/webcomponents](https://redirect.github.com/SAP/ui5-webcomponents) ([source](https://redirect.github.com/SAP/ui5-webcomponents/tree/HEAD/packages/main)) | [`2.7.2` -> `2.7.3`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents/2.7.2/2.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@ui5/webcomponents-fiori](https://redirect.github.com/SAP/ui5-webcomponents) ([source](https://redirect.github.com/SAP/ui5-webcomponents/tree/HEAD/packages/fiori)) | [`2.7.2` -> `2.7.3`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-fiori/2.7.2/2.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents-fiori/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents-fiori/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents-fiori/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents-fiori/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@ui5/webcomponents-icons](https://redirect.github.com/SAP/ui5-webcomponents) ([source](https://redirect.github.com/SAP/ui5-webcomponents/tree/HEAD/packages/icons)) | [`2.7.2` -> `2.7.3`](https://renovatebot.com/diffs/npm/@ui5%2fwebcomponents-icons/2.7.2/2.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ui5%2fwebcomponents-icons/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ui5%2fwebcomponents-icons/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@ui5%2fwebcomponents-icons/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ui5%2fwebcomponents-icons/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SAP/ui5-webcomponents (@&#8203;ui5/webcomponents)</summary> ### [`v2.7.3`](https://redirect.github.com/SAP/ui5-webcomponents/releases/tag/v2.7.3) [Compare Source](https://redirect.github.com/SAP/ui5-webcomponents/compare/v2.7.2...v2.7.3) ##### Fixes - **ui5-button-badge:** remove text when in attention dot mode ([#&#8203;10768](https://redirect.github.com/SAP/ui5-webcomponents/issues/10768)) ([4293449](https://redirect.github.com/SAP/ui5-webcomponents/commit/4293449d5e5d345bdd720a0f4504694f7045b1c0)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad2e38d commit def05ad

File tree

13 files changed

+301
-301
lines changed

13 files changed

+301
-301
lines changed

examples/nextjs-app/package-lock.json

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.7.2",
13-
"@ui5/webcomponents-fiori": "2.7.2",
12+
"@ui5/webcomponents": "2.7.3",
13+
"@ui5/webcomponents-fiori": "2.7.3",
1414
"@ui5/webcomponents-react": "2.7.1",
1515
"@types/node": "22.10.10",
1616
"@types/react": "19.0.8",

examples/nextjs-pages/package-lock.json

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.7.2",
13-
"@ui5/webcomponents-fiori": "2.7.2",
12+
"@ui5/webcomponents": "2.7.3",
13+
"@ui5/webcomponents-fiori": "2.7.3",
1414
"@ui5/webcomponents-react": "2.7.1",
1515
"@types/node": "22.10.10",
1616
"@types/react": "19.0.8",

0 commit comments

Comments
 (0)