Update dependency remix-run/react-router to v7.14.2#159
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency remix-run/react-router to v7.14.2#159renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
d6ba646 to
3d725ed
Compare
3d725ed to
7eb29a5
Compare
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.13.2→7.14.2Release Notes
remix-run/react-router (remix-run/react-router)
v7.14.2Compare Source
Date: 2026-04-21
Patch Changes
react-router- Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization ofErrorand it's standard subtypes (SyntaxError,TypeError, etc.). (#14992)react-router- Properly handle parent middleware redirects duringfetcher.load(#14974)react-router- Remove redundantOmit<RouterProviderProps, "flushSync">fromreact-router/domRouterProvider(#14874)react-router- Improved types forgeneratePath'sparamarg (#14984)Type errors when required params are omitted:
Allow omission of optional params:
Allows extra keys:
@react-router/dev- Fix typegen for layouts without pages (#14875)pages: ;in.react-router/types/+routes.tswhen a route corresponded to 0 pagespages: never;is correctly generated for those casesUnstable Changes
@react-router/dev- Forunstable_reactRouterRSCVite plugin consumers, require@vitejs/plugin-reactin user Vite config, and more reliably split route modules (#14965)unstable_reactRouterRSCVite plugin - please install@vitejs/plugin-reactand add thereactplugin to your Vite plugins array.Full Changelog:
v7.14.1...v7.14.2v7.14.1Compare Source
Date: 2026-04-13
Patch Changes
react-router- Fix a potential race condition that can occur when rendering aHydrateFallbackand initial loaders land before therouter.subscribecall happens in theRouterProviderlayout effect (#14497)react-router- Normalize double-slashes in redirect paths (#14962)@react-router/dev- Add TypeScript 6 support to peer dependency ranges (#14935)Full Changelog:
v7.14.0...v7.14.1v7.14.0Compare Source
Date: 2026-04-02
Minor Changes
Patch Changes
react-router- Remove recursion from vendoredturbo-streamv2 implementation allowing for encoding/decoding of large payloads (#14838)react-router- FixencodeViaTurboStreammemory leak via unremovedAbortSignallistener (#14900)@react-router/dev- Support for prerendering multiple server bundles withv8_viteEnvironmentApi(#14921)Unstable Changes
@react-router/dev- Pre-rendering and SPA Mode support for RSC Framework Mode (#14907)@react-router/dev- Updatereact-router revealto support RSC Framework Mode forentry.client,entry.rsc,entry.ssr(#14904)react-router- Support<Link prefetch>in RSC Framework Mode (#14902)react-router- Add support for new route module exports in unstable RSC Framework Mode (#14901)The following route module components have their own mutually exclusive server component counterparts:
defaultServerComponentErrorBoundaryServerErrorBoundaryLayoutServerLayoutHydrateFallbackServerHydrateFallbackIf you were previously exporting a
ServerComponent, yourErrorBoundary,Layout, andHydrateFallbackwere also implicitly server componentsIf you want to keep those as server components - rename them and prefix them with
ServerIf you were previously importing the implementations of those components from a client module, you can inline them
Full Changelog:
v7.13.2...v7.14.0Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.