Commit 94cb7fc
authored
chore(deps): update all non-major dependencies (examples, templates & patterns) (minor) (#8778)
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))
| [`8.1.0` →
`8.2.0`](https://renovatebot.com/diffs/npm/@react-router%2fdev/8.1.0/8.2.0)
|

|

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

|

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

|

|
| [isbot](https://isbot.js.org)
([source](https://redirect.github.com/omrilotan/isbot)) | [`5.1.44` →
`5.2.0`](https://renovatebot.com/diffs/npm/isbot/5.1.44/5.2.0) |

|

|
| [react-router](https://redirect.github.com/remix-run/react-router)
([source](https://redirect.github.com/remix-run/react-router/tree/HEAD/packages/react-router))
| [`8.1.0` →
`8.2.0`](https://renovatebot.com/diffs/npm/react-router/8.1.0/8.2.0) |

|

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

|

|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#v820)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@8.1.0...@react-router/dev@8.2.0)
##### Minor Changes
- Add a Web Streams default server entry for non-Node Framework mode
apps
([#​15290](https://redirect.github.com/remix-run/react-router/pull/15290))
- Apps using `@react-router/node`, `@react-router/express`, or
`@react-router/serve` continue to use the `renderToPipeableStream`
default server entry
- Apps without those Node server adapter dependencies use a
`renderToReadableStream` default server entry
- Non-Node apps with their own `entry.server.tsx` may be able to remove
it in favor of the default if it is not doing anything custom
- Detect `nub` as a supported package manager when installing framework
dependencies
([#​15276](https://redirect.github.com/remix-run/react-router/pull/15276))
##### Patch Changes
- Detect user `rolldownOptions` config in Vite 8+
([#​15278](https://redirect.github.com/remix-run/react-router/pull/15278))
##### Unstable Changes
1 parent 47d4142 commit 94cb7fc
8 files changed
Lines changed: 294 additions & 294 deletions
File tree
- examples
- react-router-ts
- vite-ts
- templates/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 | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
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 | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
0 commit comments