Commit 40bee4e
authored
chore(deps): update all non-major dependencies (examples, templates & patterns) (patch) (#8272)
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.13.0` →
`7.13.1`](https://renovatebot.com/diffs/npm/@react-router%2fdev/7.13.0/7.13.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.13.0` →
`7.13.1`](https://renovatebot.com/diffs/npm/@react-router%2fnode/7.13.0/7.13.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.13.0` →
`7.13.1`](https://renovatebot.com/diffs/npm/@react-router%2fserve/7.13.0/7.13.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.10.13` →
`24.10.15`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.13/24.10.15)
|

|

|
|
[eslint-plugin-react-refresh](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh)
| [`0.5.0` →
`0.5.2`](https://renovatebot.com/diffs/npm/eslint-plugin-react-refresh/0.5.0/0.5.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.13.0` →
`7.13.1`](https://renovatebot.com/diffs/npm/react-router/7.13.0/7.13.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.56.0` →
`8.56.1`](https://renovatebot.com/diffs/npm/typescript-eslint/8.56.0/8.56.1)
|

|

|
---
### Release Notes
<details>
<summary>remix-run/react-router (@​react-router/dev)</summary>
###
[`v7.13.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-dev/CHANGELOG.md#7131)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/dev@7.13.0...@react-router/dev@7.13.1)
##### Patch Changes
- Updated dependencies:
- `react-router@7.13.1`
- `@react-router/node@7.13.1`
- `@react-router/serve@7.13.1`
</details>
<details>
<summary>remix-run/react-router (@​react-router/node)</summary>
###
[`v7.13.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#7131)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@7.13.0...@react-router/node@7.13.1)
##### Patch Changes
- Updated dependencies:
- `react-router@7.13.1`
</details>
<details>
<summary>remix-run/react-router (@​react-router/serve)</summary>
###
[`v7.13.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#7131)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@7.13.0...@react-router/serve@7.13.1)
##### Patch Changes
- Updated dependencies:
- `react-router@7.13.1`
- `@react-router/node@7.13.1`
- `@react-router/express@7.13.1`
</details>
<details>
<summary>ArnaudBarre/eslint-plugin-react-refresh
(eslint-plugin-react-refresh)</summary>
###
[`v0.5.2`](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/HEAD/CHANGELOG.md#052)
[Compare
Source](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.5.1...v0.5.2)
- Support nested function calls for extraHOCs (actually fixes
[#​104](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104))
###
[`v0.5.1`](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/HEAD/CHANGELOG.md#051)
[Compare
Source](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.5.0...v0.5.1)
- Mark ESLint v10 as supported
- Support false positives with TypeScript function overloading (fixes
[#​105](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/105))
- Support nested function calls for extraHOCs (fixes
[#​104](https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/104))
</details>
<details>
<summary>remix-run/react-router (react-router)</summary>
###
[`v7.13.1`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#7131)
[Compare
Source](https://redirect.github.com/remix-run/react-router/compare/react-router@7.13.0...react-router@7.13.1)
##### Patch Changes
- fix null reference exception in bad codepath leading to invalid route
tree comparisons
([#​14780](https://redirect.github.com/remix-run/react-router/pull/14780))
- fix: clear timeout when turbo-stream encoding completes
([#​14810](https://redirect.github.com/remix-run/react-router/pull/14810))
- Improve error message when Origin header is invalid
([#​14743](https://redirect.github.com/remix-run/react-router/pull/14743))
- Fix matchPath optional params matching without a "/" separator.
([#​14689](https://redirect.github.com/remix-run/react-router/pull/14689))
- matchPath("/users/:id?", "/usersblah") now returns null.
- matchPath("/test\_route/:part?", "/test\_route\_more") now returns
null.
- add RSC unstable\_getRequest
([#​14758](https://redirect.github.com/remix-run/react-router/pull/14758))
- Fix `HydrateFallback` rendering during initial lazy route discovery
with matching splat route
([#​14740](https://redirect.github.com/remix-run/react-router/pull/14740))
- \[UNSTABLE] Add support for `<Link unstable_mask>` in Data Mode which
allows users to navigate to a URL in the router but "mask" the URL
displayed in the browser. This is useful for contextual routing usages
such as displaying an image in a model on top of a gallery, but
displaying a browser URL directly to the image that can be shared and
loaded without the contextual gallery in the background.
([#​14716](https://redirect.github.com/remix-run/react-router/pull/14716))
```tsx
// routes/gallery.tsx
export function clientLoader({ request }: Route.LoaderArgs) {
let sp = new URL(request.url).searchParams;
return {
images: getImages(),
// When the router location has the image param, load the modal data
modalImage: sp.has("image") ? getImage(sp.get("image")!) : null,
};
}
export default function Gallery({ loaderData }: Route.ComponentProps) {
return (
<>
<GalleryGrid>
{loaderData.images.map((image) => (
<Link
key={image.id}
{/* Navigate the router to /galley?image=N */}}
to={`/gallery?image=${image.id}`}
{/* But display /images/N in the URL bar */}}
unstable_mask={`/images/${image.id}`}
>
<img src={image.url} alt={image.alt} />
</Link>
))}
</GalleryGrid>
{/* When the modal data exists, display the modal */}
{data.modalImage ? (
<dialog open>
<img src={data.modalImage.url} alt={data.modalImage.alt} />
</dialog>
) : null}
</>
);
}
```
Notes:
- The masked location, if present, will be available on
`useLocation().unstable_mask` so you can detect whether you are
currently masked or not.
- Masked URLs only work for SPA use cases, and will be removed from
`history.state` during SSR.
- This provides a first-class API to mask URLs in Data Mode to achieve
the same behavior you could do in Declarative Mode via [manual
`backgroundLocation`
management](https://redirect.github.com/remix-run/react-router/tree/main/examples/modal).
- RSC: Update failed origin checks to return a 400 status and
appropriate UI instead of a generic 500
([#​14755](https://redirect.github.com/remix-run/react-router/pull/14755))
- Preserve query parameters and hash on manifest version mismatch reload
([#​14813](https://redirect.github.com/remix-run/react-router/pull/14813))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.56.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8561-2026-02-23)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.56.0...v8.56.1)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
See [GitHub
Releases](https://redirect.github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1)
for more information.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
</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:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3e8441e commit 40bee4e
16 files changed
Lines changed: 423 additions & 371 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