Commit 60e89fc
authored
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8597)
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.15.0` →
`7.15.1`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.15.0/7.15.1)
|

|

|
|
[@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.15.0` →
`7.15.1`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.15.0/7.15.1)
|

|

|
|
[@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.15.0` →
`7.15.1`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.15.0/7.15.1)
|

|

|
|
[@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.3` →
`24.12.4`](https://renovatebot.com/diffs/npm/@types%2fnode/24.12.3/24.12.4)
|

|

|
|
[@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react))
| [`6.0.1` →
`6.0.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/6.0.1/6.0.2)
|

|

|
| [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.15.0` →
`7.15.1`](https://renovatebot.com/diffs/npm/react-router/7.15.0/7.15.1)
|

|

|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.59.2` →
`8.59.3`](https://renovatebot.com/diffs/npm/typescript-eslint/8.59.2/8.59.3)
|

|

|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`8.0.11` →
`8.0.13`](https://renovatebot.com/diffs/npm/vite/8.0.11/8.0.13) |

|

|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v7.15.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#v7151)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@7.15.0...@react-router/dev@7.15.1)
##### Patch Changes
- Fix `basename` conflicting with `app` directory name when Vite `base`
is set
([#​15027](https://redirect.github.com/remix-run/react-router/pull/15027))
When the Vite `base` config and React Router `basename` both match the
app directory name (e.g. `base: "/app/"`, `basename: "/app/"`), Vite
would
strip the base prefix from server-build virtual module import paths,
causing
"Failed to load url /root.tsx" errors. The fix uses `/@​fs/`
absolute paths
for those imports to bypass Vite's base-stripping logic.
- Updated dependencies:
-
[`react-router@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.15.1)
-
[`@react-router/node@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/node@7.15.1)
-
[`@react-router/serve@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/serve@7.15.1)
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.15.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#v7151)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@7.15.0...@react-router/node@7.15.1)
##### Patch Changes
- Updated dependencies:
-
[`react-router@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.15.1)
</details>
<details>
<summary>remix-run/react-router (@​react-router/serve)</summary>
###
[`v7.15.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#v7151)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@7.15.0...@react-router/serve@7.15.1)
##### Patch Changes
- Updated dependencies:
-
[`react-router@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@7.15.1)
-
[`@react-router/express@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/express@7.15.1)
-
[`@react-router/node@7.15.1`](https://redirect.github.com/remix-run/react-router/releases/tag/@​react-router/node@7.15.1)
</details>
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v6.0.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#602-2026-05-14)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/1e94c06995c2afe2d1fee5aea2ef9720d35a7e02...6535b55e956b425e6650ffc2cc98fd23cca1d231)
##### Allow all options in reactCompilerPreset
([#​1189](https://redirect.github.com/vitejs/vite-plugin-react/pull/1189))
This is a type only change. Only `compilationMode` and `target` options
were available for `reactCompilerPreset`.
</details>
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v7.15.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#v7151)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/react-router@7.15.0...react-router@7.15.1)
##### Patch Changes
- Update router to operate on fetcher Maps in an immutable manner to
avoid delayed React renders from potentially reading an updated but not
yet committed Map. This could result in brief flickers in some
fetcher-driven optimistic UI scenarios.
([#​15028](https://redirect.github.com/remix-run/react-router/pull/15028))
- Fix `serverLoader()` returning stale SSR data when a client navigation
aborts pending hydration before the hydration `clientLoader` resolves
([#​15022](https://redirect.github.com/remix-run/react-router/pull/15022))
- Fix `RouterProvider` `onError` callback not being called for
synchronous initial loader errors in SPA mode
([#​15039](https://redirect.github.com/remix-run/react-router/pull/15039))
([#​14942](https://redirect.github.com/remix-run/react-router/pull/14942))
- Memoize `useFetchers` to return a stable identity and only change if
fetchers changed
([#​15028](https://redirect.github.com/remix-run/react-router/pull/15028))
- Internal refactor to consolidate mutation request detection through
shared utility
([#​15033](https://redirect.github.com/remix-run/react-router/pull/15033))
##### Unstable Changes
1 parent b745016 commit 60e89fc
16 files changed
Lines changed: 638 additions & 659 deletions
File tree
- examples
- nextjs-app
- nextjs-pages
- react-router-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments