fix(deps): update npm non-major dependencies #4110
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^7.30.1
->^7.31.0
^7.30.1
->^7.31.0
^7.9.1
->^7.9.3
^7.9.1
->^7.9.3
^7.9.1
->^7.9.3
^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)^19.1.13
->^19.1.15
19.2.0
(+2)^5.0.3
->^5.0.4
^13.2.0
->^13.2.1
13.3.0
^5.1.30
->^5.1.31
>=22.19.0
->>=22.20.0
^1.55.0
->^1.55.1
10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef
->10.17.1
^15.7.3
->^15.7.4
^7.9.1
->^7.9.3
^7.9.1
->^7.9.3
^7.3.0
->^7.4.0
^4.52.0
->^4.52.3
^9.1.7
->^9.1.8
9.1.10
(+1)^9.1.7
->^9.1.8
9.1.10
(+1)4.20.5
->4.20.6
^4.20.5
->^4.20.6
^7.1.6
->^7.1.7
7.1.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
remix-run/react-router (@react-router/dev)
v7.9.3
Compare Source
Patch Changes
react-router@7.9.3
@react-router/node@7.9.3
@react-router/serve@7.9.3
v7.9.2
Compare Source
Patch Changes
Fix preset future flags being ignored during config resolution (#14369)
Fixes a bug where future flags defined by presets were completely ignored. The config resolution was incorrectly reading from
reactRouterUserConfig.future
instead of the mergeduserAndPresetConfigs.future
, causing all preset-defined future flags to be lost.This fix ensures presets can properly enable experimental features as intended by the preset system design.
Add unstable support for RSC Framework Mode (#14336)
Switch internal vite plugin Response logic to use
@remix-run/node-fetch-server
(#13927)Updated dependencies:
react-router@7.9.2
@react-router/serve@7.9.2
@react-router/node@7.9.2
remix-run/react-router (@react-router/node)
v7.9.3
Compare Source
Patch Changes
react-router@7.9.3
v7.9.2
Compare Source
Patch Changes
react-router@7.9.2
remix-run/react-router (@react-router/serve)
v7.9.3
Compare Source
Patch Changes
react-router@7.9.3
@react-router/node@7.9.3
@react-router/express@7.9.3
v7.9.2
Compare Source
Patch Changes
react-router@7.9.2
@react-router/node@7.9.2
@react-router/express@7.9.2
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.0.4
Compare Source
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
chromaui/chromatic-cli (chromatic)
v13.2.1
Compare Source
🐛 Bug Fix
Authors: 1
omrilotan/isbot (isbot)
v5.1.31
Compare Source
nodejs/node (node)
v22.20.0
Compare Source
microsoft/playwright (playwright)
v1.55.1
Compare Source
Highlights
#37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#37147 - [Regression]: Internal error: step id not found.
#37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#37137 - Revert "fix(a11y): track inert elements as hidden".
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm (pnpm)
v10.17.1
Compare Source
Patch Changes
minimumReleaseAge
setting, print this information out in the error message #9974.state.json
creation path when executingpnpm patch
in a workspace project #9733.minimumReleaseAge
is set and thelatest
tag is not mature enough, prefer a non-deprecated version as the newlatest
#9987.i18next/react-i18next (react-i18next)
v15.7.4
Compare Source
remix-run/react-router (react-router)
v7.9.3
Compare Source
Patch Changes
Do not try to use
turbo-stream
to decode CDN errors that never reached the server (#14385)Fix Data Mode regression causing a 404 during initial load in when
middleware
exists without anyloader
functions (#14393)v7.9.2
Compare Source
Patch Changes
middleware
on initial load even if no loaders exist (#14348)createRoutesStub
to run route middleware<RoutesStub future={{ v8_middleware: true }} />
flag to enable the propercontext
typeUpdate Lazy Route Discovery manifest requests to use a singular comma-separated
paths
query param instead of repeatedp
query params (#14321)[UNSTABLE] Add
fetcher.unstable_reset()
API (#14206)Made useOutlet element reference have stable identity in-between route chages (#13382)
feat: enable full transition support for the rsc router (#14362)
In RSC Data Mode, handle SSR'd client errors and re-try in the browser (#14342)
Support
middleware
prop on<Route>
for usage with a data router viacreateRoutesFromElements
(#14357)Handle encoded question mark and hash characters in ancestor splat routes (#14249)
Fail gracefully on manifest version mismatch logic if
sessionStorage
access is blocked (#14335)remix-run/react-router (react-router-dom)
v7.9.3
Compare Source
Patch Changes
react-router@7.9.3
v7.9.2
Compare Source
Patch Changes
react-router@7.9.2
sergiodxa/remix-i18next (remix-i18next)
v7.4.0
Compare Source
What's Changed
New Features
Other Changes
New Contributors
Full Changelog: sergiodxa/remix-i18next@v7.3.0...v7.4.0
rollup/rollup (rollup)
v4.52.3
Compare Source
2025-09-27
Bug Fixes
Pull Requests
fb197b7
(@renovate[bot])privatenumber/tsx (tsx)
v4.20.6
Compare Source
Bug Fixes
This release is also available on:
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.