Skip to content

Commit a131f7d

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (minor) (#7739)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.17.2` -> `22.18.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.2/22.18.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.2/22.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.0.0` -> `15.1.0`](https://renovatebot.com/diffs/npm/cypress/15.0.0/15.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.0.0/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.34.0` -> `9.35.0`](https://renovatebot.com/diffs/npm/eslint/9.34.0/9.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.34.0/9.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.40.0` -> `8.42.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.40.0/8.42.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.40.0/8.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.1.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.1.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.0.0...v15.1.0) Changelog: <https://docs.cypress.io/app/references/changelog#15.1.0> </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.35.0`](https://redirect.github.com/eslint/eslint/compare/v9.34.0...8401101d1e3e3e4e1edc2a9e59cafc9956bf2610) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.34.0...v9.35.0) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.42.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8420-2025-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.41.0...v8.42.0) ##### 🚀 Features - deprecate tseslint.config() ([#&#8203;11531](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11531)) ##### 🩹 Fixes - **typescript-eslint:** handle non-normalized windows paths produced by jiti ([#&#8203;11546](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11546)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.41.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8410-2025-08-25) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.40.0...v8.41.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a63673 commit a131f7d

File tree

16 files changed

+462
-424
lines changed

16 files changed

+462
-424
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 21 additions & 17 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@ui5/webcomponents-base": "2.14.0",
1414
"@ui5/webcomponents-fiori": "2.14.0",
1515
"@ui5/webcomponents-react": "2.14.0",
16-
"@types/node": "22.17.2",
16+
"@types/node": "22.18.1",
1717
"@types/react": "19.1.12",
1818
"@types/react-dom": "19.1.9",
19-
"eslint": "9.34.0",
19+
"eslint": "9.35.0",
2020
"eslint-config-next": "15.5.2",
2121
"next": "15.5.2",
2222
"react": "19.1.1",

examples/nextjs-pages/package-lock.json

Lines changed: 21 additions & 17 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@ui5/webcomponents-base": "2.14.0",
1414
"@ui5/webcomponents-fiori": "2.14.0",
1515
"@ui5/webcomponents-react": "2.14.0",
16-
"@types/node": "22.17.2",
16+
"@types/node": "22.18.1",
1717
"@types/react": "19.1.12",
1818
"@types/react-dom": "19.1.9",
19-
"eslint": "9.34.0",
19+
"eslint": "9.35.0",
2020
"eslint-config-next": "15.5.2",
2121
"next": "15.5.2",
2222
"react": "19.1.1",

0 commit comments

Comments
 (0)