Commit e7b529c
authored
chore(deps): update all non-major dependencies (examples & templates) (minor) (#7050)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@react-router/dev](https://reactrouter.com)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router-dev))
| [`7.2.0` ->
`7.3.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.2.0/7.3.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.2.0` ->
`7.3.0`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.2.0/7.3.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.2.0` ->
`7.3.0`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.2.0/7.3.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.21.0` ->
`9.22.0`](https://renovatebot.com/diffs/npm/eslint/9.21.0/9.22.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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.2.0` ->
`7.3.0`](https://renovatebot.com/diffs/npm/react-router/7.2.0/7.3.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v7.3.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#730)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/[email protected]...@react-router/[email protected])
##### Patch Changes
- Fix support for custom client
`build.rollupOptions.output.entryFileNames`
([#​13098](https://redirect.github.com/remix-run/react-router/pull/13098))
- Fix usage of `prerender` option when `serverBundles` option has been
configured or provided by a preset, e.g. `vercelPreset` from
`@vercel/react-router`
([#​13082](https://redirect.github.com/remix-run/react-router/pull/13082))
- Fix support for custom `build.assetsDir`
([#​13077](https://redirect.github.com/remix-run/react-router/pull/13077))
- Remove unused dependencies
([#​13134](https://redirect.github.com/remix-run/react-router/pull/13134))
- Stub all routes except root in "SPA Mode" server builds to avoid
issues when route modules or their dependencies import non-SSR-friendly
modules
([#​13023](https://redirect.github.com/remix-run/react-router/pull/13023))
- Fix errors with `future.unstable_viteEnvironmentApi` when the `ssr`
environment has been configured by another plugin to be a custom
`Vite.DevEnvironment` rather than the default
`Vite.RunnableDevEnvironment`
([#​13008](https://redirect.github.com/remix-run/react-router/pull/13008))
- Remove unused Vite file system watcher
([#​13133](https://redirect.github.com/remix-run/react-router/pull/13133))
- Fix support for custom SSR build input when `serverBundles` option has
been configured
([#​13107](https://redirect.github.com/remix-run/react-router/pull/13107))
Note that for consumers using the `future.unstable_viteEnvironmentApi`
and `serverBundles` options together, hyphens are no longer supported in
server bundle IDs since they also need to be valid Vite environment
names.
- Fix dev server when using HTTPS by stripping HTTP/2 pseudo headers
from dev server requests
([#​12830](https://redirect.github.com/remix-run/react-router/pull/12830))
- Lazy load Cloudflare platform proxy on first dev server request when
using the `cloudflareDevProxy` Vite plugin to avoid creating unnecessary
workerd processes
([#​13016](https://redirect.github.com/remix-run/react-router/pull/13016))
- When `future.unstable_viteEnvironmentApi` is enabled and the `ssr`
environment has `optimizeDeps.noDiscovery` disabled, define
`optimizeDeps.entries` and `optimizeDeps.include`
([#​13007](https://redirect.github.com/remix-run/react-router/pull/13007))
- Fix duplicated entries in typegen for layout routes and their
corresponding index route
([#​13140](https://redirect.github.com/remix-run/react-router/pull/13140))
- Updated dependencies:
- `[email protected]`
- `@react-router/[email protected]`
- `@react-router/[email protected]`
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.3.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#730)
[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 (@​react-router/serve)</summary>
###
[`v7.3.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#730)
[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>eslint/eslint (eslint)</summary>
###
[`v9.22.0`](https://redirect.github.com/eslint/eslint/compare/v9.21.0...60a78e7964fbb79c0e55e86845a87e0eb22d4de3)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.21.0...v9.22.0)
</details>
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v7.3.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#730)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/[email protected]@7.3.0)
##### Minor Changes
- Add `fetcherKey` as a parameter to `patchRoutesOnNavigation`
([#​13061](https://redirect.github.com/remix-run/react-router/pull/13061))
- In framework mode, Lazy Route Discovery will now detect manifest
version mismatches after a new deploy
- On navigations to undiscovered routes, this mismatch will trigger a
document reload of the destination path
- On `fetcher` calls to undiscovered routes, this mismatch will trigger
a document reload of the current path
##### Patch Changes
- Skip resource route flow in dev server in SPA mode
([#​13113](https://redirect.github.com/remix-run/react-router/pull/13113))
- Support middleware on routes (unstable)
([#​12941](https://redirect.github.com/remix-run/react-router/pull/12941))
Middleware is implemented behind a `future.unstable_middleware` flag. To
enable, you must enable the flag and the types in your
`react-router-config.ts` file:
```ts
import type { Config } from "@​react-router/dev/config";
import type { Future } from "react-router";
declare module "react-router" {
interface Future {
unstable_middleware: true; // 👈 Enable middleware types
}
}
export default {
future: {
unstable_middleware: true, // 👈 Enable middleware
},
} satisfies Config;
```
1 parent c03e359 commit e7b529c
File tree
12 files changed
+188
-340
lines changed- examples
- nextjs-app
- nextjs-pages
- react-router-ts
- vite-ts
- templates
- nextjs-app
- nextjs-pages
- vite-ts
12 files changed
+188
-340
lines changedSome 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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments