Skip to content

Commit 94cb7fc

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fdev/8.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fdev/8.1.0/8.2.0?slim=true) | | [@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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fnode/8.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fnode/8.1.0/8.2.0?slim=true) | | [@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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@react-router%2fserve/8.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@react-router%2fserve/8.1.0/8.2.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/isbot/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/isbot/5.1.44/5.2.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/react-router/8.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-router/8.1.0/8.2.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.63.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.62.1/8.63.0?slim=true) | --- ### Release Notes <details> <summary>remix-run/react-router (@&#8203;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 ([#&#8203;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 ([#&#8203;15276](https://redirect.github.com/remix-run/react-router/pull/15276)) ##### Patch Changes - Detect user `rolldownOptions` config in Vite 8+ ([#&#8203;15278](https://redirect.github.com/remix-run/react-router/pull/15278)) ##### Unstable Changes ⚠️ *[Unstable features](https://reactrouter.com/community/api-development-strategy#unstable-flags) are not recommended for production use* - Add the [`future.unstable_enableNodeReadableStream`](https://reactrouter.com/upgrading/future#futureunstable_enablenodereadablestream) flag to opt Node Framework mode apps into using `renderToReadableStream` instead of `renderToPipeableStream` ([#&#8203;15290](https://redirect.github.com/remix-run/react-router/pull/15290)) - This flag has no effect if you have your own `entry.server.tsx` - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) - [`@react-router/node@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@8.2.0) - [`@react-router/serve@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/serve@8.2.0) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/node)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-node/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/node@8.1.0...@react-router/node@8.2.0) ##### Patch Changes - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) </details> <details> <summary>remix-run/react-router (@&#8203;react-router/serve)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router-serve/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/@react-router/serve@8.1.0...@react-router/serve@8.2.0) ##### Patch Changes - Updated dependencies: - [`react-router@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/react-router@8.2.0) - [`@react-router/express@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/express@8.2.0) - [`@react-router/node@8.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/@&#8203;react-router/node@8.2.0) </details> <details> <summary>omrilotan/isbot (isbot)</summary> ### [`v5.2.0`](https://redirect.github.com/omrilotan/isbot/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://redirect.github.com/omrilotan/isbot/compare/v5.1.44...v5.2.0) - Rename all imports but keep backwards compatibility with the old names. The new names are more consistent with common Javascript naming conventions. **No breaking changes**. - Pattern updates ##### New Names Map | Old Name | New Name | | ------------------- | ------------------- | | isbot | isBot | | isbotNaive | isBotNaive | | createIsbot | createIsBot | | createIsbotFromList | createIsBotFromList | | isbotMatch | findBotMatch | | isbotMatches | findBotMatches | | isbotPattern | findBotPattern | | isbotPatterns | findBotPatterns | > † *All old names are still available for backwards compatibility, but can be deprecated in future major versions.* </details> <details> <summary>remix-run/react-router (react-router)</summary> ### [`v8.2.0`](https://redirect.github.com/remix-run/react-router/blob/HEAD/packages/react-router/CHANGELOG.md#v820) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/react-router@8.1.0...react-router@8.2.0) ##### Patch Changes - Fix `href()` to properly stringify and URL-encode param values, matching `generatePath()` ([#&#8203;15277](https://redirect.github.com/remix-run/react-router/pull/15277)) - splat params preserve path separators while encoding each segment individually - Fix dynamic param extraction for routes with optional static segments ([#&#8203;15200](https://redirect.github.com/remix-run/react-router/pull/15200)) - When a route path contains optional static segments (e.g. `/school?/user/:id`), the internal regex's incorrectly shifted parameter indices resulting in incorrect parameter extraction - Consecutive optional static segments (e.g. `/one?/two?`) were only partially handled - Preserve navigation blocker state through a revalidation ([#&#8203;15246](https://redirect.github.com/remix-run/react-router/pull/15246)) - Fix route ranking for dynamic parameters with static extension suffixes ([#&#8203;15273](https://redirect.github.com/remix-run/react-router/pull/15273)) - These were not being detected as dynamic param segments and instead got incorrectly scored higher as a static segment - This meant they could potentially tie truly static routes like `/sitemap.xml` and outrank them based on definition order - These are now correctly identified as dynamic parameter segments and scored correctly - Use ReactFormState types instead of unknown ([#&#8203;15263](https://redirect.github.com/remix-run/react-router/pull/15263)) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.63.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) 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.63.0) 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**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, only on Monday (`* 0-3 * * 1`) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47d4142 commit 94cb7fc

8 files changed

Lines changed: 294 additions & 294 deletions

File tree

examples/react-router-ts/package-lock.json

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"typecheck": "react-router typegen && tsc"
1212
},
1313
"dependencies": {
14-
"@react-router/node": "8.1.0",
15-
"@react-router/serve": "8.1.0",
14+
"@react-router/node": "8.2.0",
15+
"@react-router/serve": "8.2.0",
1616
"@ui5/webcomponents": "2.24.0",
1717
"@ui5/webcomponents-base": "2.24.0",
1818
"@ui5/webcomponents-fiori": "2.24.0",
1919
"@ui5/webcomponents-react": "2.24.1",
2020
"cross-env": "10.1.0",
21-
"isbot": "5.1.44",
21+
"isbot": "5.2.0",
2222
"react": "19.2.7",
2323
"react-dom": "19.2.7",
24-
"react-router": "8.1.0"
24+
"react-router": "8.2.0"
2525
},
2626
"devDependencies": {
27-
"@react-router/dev": "8.1.0",
27+
"@react-router/dev": "8.2.0",
2828
"@types/react": "19.2.17",
2929
"@types/react-dom": "19.2.3",
3030
"eslint": "9.39.4",
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-hooks": "7.1.1",
3636
"globals": "17.7.0",
3737
"typescript": "6.0.3",
38-
"typescript-eslint": "8.62.1",
38+
"typescript-eslint": "8.63.0",
3939
"vite": "8.1.3",
4040
"vite-tsconfig-paths": "6.1.1"
4141
},

examples/vite-ts/package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@ui5/webcomponents-react": "2.24.1",
2323
"react": "19.2.7",
2424
"react-dom": "19.2.7",
25-
"react-router": "8.1.0"
25+
"react-router": "8.2.0"
2626
},
2727
"devDependencies": {
2828
"@types/react": "19.2.17",
@@ -34,7 +34,7 @@
3434
"eslint-plugin-react-hooks": "7.1.1",
3535
"eslint-plugin-react-refresh": "0.5.3",
3636
"globals": "17.7.0",
37-
"typescript-eslint": "8.62.1",
37+
"typescript-eslint": "8.63.0",
3838
"vite": "8.1.3"
3939
}
4040
}

0 commit comments

Comments
 (0)