Skip to content

Commit 571cabb

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (minor) (#8052)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@react-router/dev](https://reactrouter.com) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev)) | [`7.10.1` -> `7.11.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.10.1/7.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fdev/7.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fdev/7.10.1/7.11.0?slim=true) | | [@react-router/node](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-node)) | [`7.10.1` -> `7.11.0`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.10.1/7.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fnode/7.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fnode/7.10.1/7.11.0?slim=true) | | [@react-router/serve](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve)) | [`7.10.1` -> `7.11.0`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.10.1/7.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fserve/7.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fserve/7.10.1/7.11.0?slim=true) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.7.1` -> `15.8.1`](https://renovatebot.com/diffs/npm/cypress/15.7.1/15.8.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.8.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.7.1/15.8.1?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.0.10` -> `16.1.0`](https://renovatebot.com/diffs/npm/eslint-config-next/16.0.10/16.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.10/16.1.0?slim=true) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.0.10` -> `16.1.0`](https://renovatebot.com/diffs/npm/next/16.0.10/16.1.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.10/16.1.0?slim=true) | | [react-router](https://redirect.github.com/remix-run/react-router) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router)) | [`7.10.1` -> `7.11.0`](https://renovatebot.com/diffs/npm/react-router/7.10.1/7.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/7.10.1/7.11.0?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.49.0` -> `8.50.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.49.0/8.50.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.50.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.49.0/8.50.0?slim=true) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.2.7` -> `7.3.0`](https://renovatebot.com/diffs/npm/vite/7.2.7/7.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite/7.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/7.2.7/7.3.0?slim=true) | --- ### Release Notes <details> <summary>remix-run/react-router (@&#8203;react-router/dev)</summary> ### [`v7.11.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#7110) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected]) ##### Minor Changes - feat: add `vite preview` support ([#&#8203;14507](https://redirect.github.com/remix-run/react-router/pull/14507)) ##### Patch Changes - rsc framework mode manual chunking for react and react-router deps ([#&#8203;14655](https://redirect.github.com/remix-run/react-router/pull/14655)) - add support for throwing redirect Response's at RSC render time ([#&#8203;14596](https://redirect.github.com/remix-run/react-router/pull/14596)) - support custom entrypoints for RSC framework mode ([#&#8203;14643](https://redirect.github.com/remix-run/react-router/pull/14643)) - `routeRSCServerRequest` replace `fetchServer` with `serverResponse` ([#&#8203;14597](https://redirect.github.com/remix-run/react-router/pull/14597)) - rsc framewlrk mode - optimize react-server-dom-webpack if in project package.json ([#&#8203;14656](https://redirect.github.com/remix-run/react-router/pull/14656)) - Updated dependencies: - `[email protected]` - `@react-router/[email protected]` - `@react-router/[email protected]` </details> <details> <summary>remix-run/react-router (@&#8203;react-router/node)</summary> ### [`v7.11.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#7110) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected]) ##### Patch Changes - Updated dependencies: - `[email protected]` </details> <details> <summary>remix-run/react-router (@&#8203;react-router/serve)</summary> ### [`v7.11.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#7110) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected]) ##### Patch Changes - support custom entrypoints for RSC framework mode ([#&#8203;14643](https://redirect.github.com/remix-run/react-router/pull/14643)) - Update `compression` and `morgan` dependencies to address `on-headers` CVE: [GHSA-76c9-3jph-rj3q](https://redirect.github.com/advisories/GHSA-76c9-3jph-rj3q) ([#&#8203;14652](https://redirect.github.com/remix-run/react-router/pull/14652)) - Updated dependencies: - `[email protected]` - `@react-router/[email protected]` - `@react-router/[email protected]` </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.8.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.8.1) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.8.0...v15.8.1) Changelog: <https://docs.cypress.io/app/references/changelog#15-8-1> ### [`v15.8.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.8.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.7.1...v15.8.0) Changelog: <https://docs.cypress.io/app/references/changelog#15-8-0> </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...34916762cdff14f27c7e3273d74af60eb6c23cb6) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.1.0`](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.10...v16.1.0) </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.11.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#7110) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.11.0) ##### Minor Changes - Stabilize `<HydratedRouter onError>`/`<RouterProvider onError>` ([#&#8203;14546](https://redirect.github.com/remix-run/react-router/pull/14546)) ##### Patch Changes - add support for throwing redirect Response's at RSC render time ([#&#8203;14596](https://redirect.github.com/remix-run/react-router/pull/14596)) - Support for throwing `data()` and Response from server component render phase. Response body is not serialized as async work is not allowed as error encoding phase. If you wish to transmit data to the boundary, throw `data()` instead. ([#&#8203;14632](https://redirect.github.com/remix-run/react-router/pull/14632)) - Fix `unstable_useTransitions` prop on `<Router>` component to permit omission for backewards compatibility ([#&#8203;14646](https://redirect.github.com/remix-run/react-router/pull/14646)) - `routeRSCServerRequest` replace `fetchServer` with `serverResponse` ([#&#8203;14597](https://redirect.github.com/remix-run/react-router/pull/14597)) - \[UNSTABLE] Add a new `unstable_defaultShouldRevalidate` flag to various APIs to allow opt-ing out of standard revalidation behaviors. ([#&#8203;14542](https://redirect.github.com/remix-run/react-router/pull/14542)) If active routes include a `shouldRevalidate` function, then your value will be passed as `defaultShouldRevalidate` in those function so that the route always has the final revalidation determination. - `<Form method="post" unstable_defaultShouldRevalidate={false}>` - `submit(data, { method: "post", unstable_defaultShouldRevalidate: false })` - `<fetcher.Form method="post" unstable_defaultShouldRevalidate={false}>` - `fetcher.submit(data, { method: "post", unstable_defaultShouldRevalidate: false })` This is also available on non-submission APIs that may trigger revalidations due to changing search params: - `<Link to="/" unstable_defaultShouldRevalidate={false}>` - `navigate("/?foo=bar", { unstable_defaultShouldRevalidate: false })` - `setSearchParams(params, { unstable_defaultShouldRevalidate: false })` - Allow redirects to be returned from client side middleware ([#&#8203;14598](https://redirect.github.com/remix-run/react-router/pull/14598)) - Handle `dataStrategy` implementations that return insufficient result sets by adding errors for routes without any available result ([#&#8203;14627](https://redirect.github.com/remix-run/react-router/pull/14627)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.50.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8500-2025-12-15) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.49.0...v8.50.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://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.3.0`](https://redirect.github.com/vitejs/vite/releases/tag/v7.3.0) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.7...v7.3.0) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v7.3.0/packages/vite/CHANGELOG.md) for details. </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 310668e commit 571cabb

File tree

16 files changed

+1017
-942
lines changed

16 files changed

+1017
-942
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 49 additions & 49 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.0.10",
21-
"next": "16.0.10",
20+
"eslint-config-next": "16.1.0",
21+
"next": "16.1.0",
2222
"react": "19.2.3",
2323
"react-dom": "19.2.3",
2424
"typescript": "5.9.3"

0 commit comments

Comments
 (0)