fix(deps): update npm non-major dependencies#4910
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 23025e3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
|
Preview deployments for this pull request: storybook - themebuilder - www - |
Barsnes
approved these changes
May 20, 2026
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
7.15.0→7.15.17.15.0→7.15.17.15.0→7.15.110.3.6→10.4.010.3.6→10.4.010.3.6→10.4.010.3.6→10.4.010.3.6→10.4.04.3.0→4.3.116.10.0→16.10.18.5.1→8.5.217.0.7→17.0.87.15.0→7.15.14.60.3→4.60.410.3.6→10.4.010.3.6→10.4.04.21.0→4.22.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
remix-run/react-router (@react-router/dev)
v7.15.1Compare Source
Patch Changes
Fix
basenameconflicting withappdirectory name when Vitebaseis set (#15027)When the Vite
baseconfig and React Routerbasenameboth match theapp directory name (e.g.
base: "/app/",basename: "/app/"), Vite wouldstrip the base prefix from server-build virtual module import paths, causing
"Failed to load url /root.tsx" errors. The fix uses
/@​fs/absolute pathsfor those imports to bypass Vite's base-stripping logic.
Updated dependencies:
react-router@7.15.1@react-router/node@7.15.1@react-router/serve@7.15.1remix-run/react-router (@react-router/express)
v7.15.1Compare Source
Patch Changes
react-router@7.15.1@react-router/node@7.15.1remix-run/react-router (@react-router/node)
v7.15.1Compare Source
Patch Changes
react-router@7.15.1storybookjs/storybook (@storybook/addon-a11y)
v10.4.0Compare Source
Storybook 10.4 contains hundreds of fixes and improvements including:
@storybook/tanstack-reactframework with routing and server function supportList of all updates
deviceAddons- #34659, thanks @ndelangen!@storybook/nextjs-vite- #34249, thanks @nathanjessen!ChangeDetectionServiceand wire up builder-vite - #34369, thanks @ghengeveld!vite-plugin-storybook-nextjsto ^3.2.4 - #34280, thanks @k35o!@storybook/docs-mdxwith inline implementation - #34611, thanks @copilot-swe-agent!PseudoStateGridcomponent in pseudo-states stories - #34334, thanks @copilot-swe-agent!serialize-javascriptis at latest version - #34034, thanks @50bbx!@storybook/tanstack-reactpackage - #34403, thanks @huang-julien!vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v4.3.1Compare Source
Avoid
esbuildwarnings with Vite 8 #1195Fixes #1187.
chromaui/chromatic-cli (chromatic)
v16.10.1Compare Source
🐛 Bug Fix
getUncommittedHashin Windows environments #1332 (@codykaup)initializetask to use typed inputs and outputs #1323 (@justin-thurman)Authors: 2
express-rate-limit/express-rate-limit (express-rate-limit)
v8.5.2Compare Source
You can view the changelog here.
i18next/react-i18next (react-i18next)
v17.0.8Compare Source
<Trans i18nKey={$ => ...}>now typechecks underenableSelector: 'strict'. TheTranscomponent's conditional type was gated on_EnableSelector extends true | 'optimize', excluding'strict'and falling back to the legacy string-key signature. Runtime was already correct (it callskeyFromSelector(i18nKey)whenevertypeof i18nKey === 'function'); this is a type-only fix that widens the conditional to include'strict'. Thanks @Faithfinder (#1921)remix-run/react-router (react-router)
v7.15.1Compare Source
Patch Changes
serverLoader()returning stale SSR data when a client navigation aborts pending hydration before the hydrationclientLoaderresolves (#15022)RouterProvideronErrorcallback not being called for synchronous initial loader errors in SPA mode (#15039) (#14942)useFetchersto return a stable identity and only change if fetchers changed (#15028)Unstable Changes
unstable_useRouterState()hook that consolidates access to active and pending router states (RFC: #12358) (#15017)Data/Framework/RSC only — throws when used without a data router
This should allow you to consolidate usages of the following hooks which will likely be deprecated and removed in a future major version
useLocationuseSearchParamsuseParamsuseMatchesuseNavigationTypeuseNavigationrollup/rollup (rollup)
v4.60.4Compare Source
2026-05-14
Bug Fixes
Pull Requests
privatenumber/tsx (tsx)
v4.22.1Compare Source
v4.22.0Compare Source
v4.21.1Compare Source
Bug Fixes
This release is also available on:
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.