Skip to content

Commit a166d45

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8432)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.12.0` → `24.12.2`](https://renovatebot.com/diffs/npm/@types%2fnode/24.12.0/24.12.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.12.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.12.0/24.12.2?slim=true) | | [eslint-config-next](https://nextjs.org/docs/app/api-reference/config/eslint) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | [`16.2.1` → `16.2.2`](https://renovatebot.com/diffs/npm/eslint-config-next/16.2.1/16.2.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.2.1/16.2.2?slim=true) | | [isbot](https://isbot.js.org) ([source](https://redirect.github.com/omrilotan/isbot)) | [`5.1.36` → `5.1.37`](https://renovatebot.com/diffs/npm/isbot/5.1.36/5.1.37) | ![age](https://developer.mend.io/api/mc/badges/age/npm/isbot/5.1.37?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/isbot/5.1.36/5.1.37?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.2.1` → `16.2.2`](https://renovatebot.com/diffs/npm/next/16.2.1/16.2.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.2.1/16.2.2?slim=true) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.2.2`](https://redirect.github.com/vercel/next.js/compare/v16.2.1...v16.2.2) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.2.1...v16.2.2) </details> <details> <summary>omrilotan/isbot (isbot)</summary> ### [`v5.1.37`](https://redirect.github.com/omrilotan/isbot/blob/HEAD/CHANGELOG.md#5137) [Compare Source](https://redirect.github.com/omrilotan/isbot/compare/v5.1.36...v5.1.37) - Better checking for non empty strings in the interface functions - \[Internal] Build with tsup </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.2.2`](https://redirect.github.com/vercel/next.js/compare/v16.2.1...v16.2.2) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.2.1...v16.2.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c68eaa commit a166d45

10 files changed

Lines changed: 273 additions & 225 deletions

File tree

examples/nextjs-app/package-lock.json

Lines changed: 64 additions & 52 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@ui5/webcomponents-base": "2.20.2",
1414
"@ui5/webcomponents-fiori": "2.20.2",
1515
"@ui5/webcomponents-react": "2.20.1",
16-
"@types/node": "24.12.0",
16+
"@types/node": "24.12.2",
1717
"@types/react": "19.2.14",
1818
"@types/react-dom": "19.2.3",
1919
"eslint": "9.39.4",
20-
"eslint-config-next": "16.2.1",
21-
"next": "16.2.1",
20+
"eslint-config-next": "16.2.2",
21+
"next": "16.2.2",
2222
"react": "19.2.4",
2323
"react-dom": "19.2.4",
2424
"typescript": "5.9.3"

0 commit comments

Comments
 (0)