Skip to content

Commit d1c89e1

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8057)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.8.1` → `15.8.2`](https://renovatebot.com/diffs/npm/cypress/15.8.1/15.8.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.8.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.8.1/15.8.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.1.0` → `16.1.1`](https://renovatebot.com/diffs/npm/eslint-config-next/16.1.0/16.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.1.0/16.1.1?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.1.0` → `16.1.1`](https://renovatebot.com/diffs/npm/next/16.1.0/16.1.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.1.0/16.1.1?slim=true) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.50.0` → `8.50.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.50.0/8.50.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.50.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.50.0/8.50.1?slim=true) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.8.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.8.2) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.8.1...v15.8.2) Changelog: <https://docs.cypress.io/app/references/changelog#15-8-2> </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.1.1`](https://redirect.github.com/vercel/next.js/releases/tag/v16.1.1) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.1.0...v16.1.1) > \[!NOTE] > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Turbopack: Create junction points instead of symlinks on Windows ([#&#8203;87606](https://redirect.github.com/vercel/next.js/issues/87606)) ##### Credits Huge thanks to [@&#8203;sokra](https://redirect.github.com/sokra) and [@&#8203;ztanner](https://redirect.github.com/ztanner) for helping! </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.50.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8501-2025-12-22) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.50.0...v8.50.1) 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://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdd21a9 commit d1c89e1

File tree

16 files changed

+491
-490
lines changed

16 files changed

+491
-490
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 48 additions & 48 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
@@ -17,8 +17,8 @@
1717
"@types/react": "19.2.7",
1818
"@types/react-dom": "19.2.3",
1919
"eslint": "9.39.2",
20-
"eslint-config-next": "16.1.0",
21-
"next": "16.1.0",
20+
"eslint-config-next": "16.1.1",
21+
"next": "16.1.1",
2222
"react": "19.2.3",
2323
"react-dom": "19.2.3",
2424
"typescript": "5.9.3"

examples/nextjs-pages/package-lock.json

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

0 commit comments

Comments
 (0)