-
Notifications
You must be signed in to change notification settings - Fork 105
Commit 1a27e1b
authored
chore(deps): update all non-major dependencies (examples, templates & patterns) (minor) (#7636)
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.7.1` ->
`7.8.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.7.1/7.8.0)
|
[](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.7.1` ->
`7.8.0`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.7.1/7.8.0)
|
[](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.7.1` ->
`7.8.0`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.7.1/7.8.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.32.0` ->
`9.33.0`](https://renovatebot.com/diffs/npm/eslint/9.32.0/9.33.0) |
[](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.7.1` ->
`7.8.0`](https://renovatebot.com/diffs/npm/react-router/7.7.1/7.8.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.38.0` ->
`8.39.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.38.0/8.39.0)
|
[](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.8.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#780)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@7.7.1...@react-router/dev@7.8.0)
##### Patch Changes
- Fix rename without mkdir in Vite plugin
([#​14105](https://redirect.github.com/remix-run/react-router/pull/14105))
- Updated dependencies:
- `react-router@7.8.0`
- `@react-router/node@7.8.0`
- `@react-router/serve@7.8.0`
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.8.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#780)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@7.7.1...@react-router/node@7.8.0)
##### Patch Changes
- \[UNSTABLE] Change `getLoadContext` signature (`type
GetLoadContextFunction`) when `future.unstable_middleware` is enabled so
that it returns an `unstable_RouterContextProvider` instance instead of
a `Map` used to contruct the instance internally
([#​14097](https://redirect.github.com/remix-run/react-router/pull/14097))
- This also removes the `type unstable_InitialContext` export
- 1 parent de7a19b commit 1a27e1bCopy full SHA for 1a27e1b
File tree
Expand file treeCollapse file tree
16 files changed
+721
-500
lines changedOpen diff view settings
Filter options
- examples
- nextjs-app
- nextjs-pages
- react-router-ts
- vite-ts
- patterns/navigation-layout
- templates
- nextjs-app
- nextjs-pages
- vite-ts
Expand file treeCollapse file tree
16 files changed
+721
-500
lines changedOpen diff view settings
Collapse file
examples/nextjs-app/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package-lock.json+21-21Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
examples/nextjs-app/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-app/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Collapse file
examples/nextjs-pages/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package-lock.json+21-21Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
examples/nextjs-pages/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments