Skip to content

Commit 7c0bd57

Browse files
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#7893)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@react-router/dev](https://reactrouter.com) ([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev)) | [`7.9.4` -> `7.9.5`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.9.4/7.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fdev/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fdev/7.9.4/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@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.9.4` -> `7.9.5`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.9.4/7.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fnode/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fnode/7.9.4/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@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.9.4` -> `7.9.5`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.9.4/7.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fserve/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fserve/7.9.4/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [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.0` -> `16.0.1`](https://renovatebot.com/diffs/npm/eslint-config-next/16.0.0/16.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/16.0.0/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`16.0.0` -> `16.0.1`](https://renovatebot.com/diffs/npm/next/16.0.0/16.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/16.0.0/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [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.9.4` -> `7.9.5`](https://renovatebot.com/diffs/npm/react-router/7.9.4/7.9.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/7.9.4/7.9.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remix-run/react-router (@&#8203;react-router/dev)</summary> ### [`v7.9.5`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#795) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected]) ##### Patch Changes - Introduce a `prerender.unstable_concurrency` option, to support running the prerendering concurrently, potentially speeding up the build. ([#&#8203;14380](https://redirect.github.com/remix-run/react-router/pull/14380)) - Move RSCHydratedRouter and utils to `/dom` export. ([#&#8203;14457](https://redirect.github.com/remix-run/react-router/pull/14457)) - Ensure route navigation doesn't remove CSS `link` elements used by dynamic imports ([#&#8203;14463](https://redirect.github.com/remix-run/react-router/pull/14463)) - Typegen: only register route module types for routes within the app directory ([#&#8203;14439](https://redirect.github.com/remix-run/react-router/pull/14439)) - 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.9.5`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#795) [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.9.5`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#795) [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]` - `@react-router/[email protected]` - `@react-router/[email protected]` </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v16.0.1`](https://redirect.github.com/vercel/next.js/compare/v16.0.0...e08402bfad8db05b0df820daf4f08c9c65ab1f7b) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.0...v16.0.1) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v16.0.1`](https://redirect.github.com/vercel/next.js/compare/v16.0.0...v16.0.1) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v16.0.0...v16.0.1) </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v7.9.5`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#795) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.9.5) ##### Patch Changes - Move RSCHydratedRouter and utils to `/dom` export. ([#&#8203;14457](https://redirect.github.com/remix-run/react-router/pull/14457)) - useRoute: return type-safe `handle` ([#&#8203;14462](https://redirect.github.com/remix-run/react-router/pull/14462)) For example: ```ts // app/routes/admin.tsx const handle = { hello: "world" }; ``` ```ts // app/routes/some-other-route.tsx export default function Component() { const admin = useRoute("routes/admin"); if (!admin) throw new Error("Not nested within 'routes/admin'"); console.log(admin.handle); // ^? { hello: string } } ``` - Ensure action handlers run for routes with middleware even if no loader is present ([#&#8203;14443](https://redirect.github.com/remix-run/react-router/pull/14443)) - Add `unstable_instrumentations` API to allow users to add observablity to their apps by instrumenting route loaders, actions, middlewares, lazy, as well as server-side request handlers and client side navigations/fetches ([#&#8203;14412](https://redirect.github.com/remix-run/react-router/pull/14412)) - Framework Mode: - `entry.server.tsx`: `export const unstable_instrumentations = [...]` - `entry.client.tsx`: `<HydratedRouter unstable_instrumentations={[...]} />` - Data Mode - `createBrowserRouter(routes, { unstable_instrumentations: [...] })` This also adds a new `unstable_pattern` parameter to loaders/actions/middleware which contains the un-interpolated route pattern (i.e., `/blog/:slug`) which is useful for aggregating performance metrics by route </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56f4162 commit 7c0bd57

File tree

12 files changed

+251
-242
lines changed

12 files changed

+251
-242
lines changed

examples/nextjs-app/package-lock.json

Lines changed: 48 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.2",
1818
"@types/react-dom": "19.2.2",
1919
"eslint": "9.39.0",
20-
"eslint-config-next": "16.0.0",
21-
"next": "16.0.0",
20+
"eslint-config-next": "16.0.1",
21+
"next": "16.0.1",
2222
"react": "19.2.0",
2323
"react-dom": "19.2.0",
2424
"typescript": "5.9.3"

0 commit comments

Comments
 (0)