chore(deps-dev): Bump the react-router group to 8.3.0 - #23642
Closed
andreiborza wants to merge 2 commits into
Closed
chore(deps-dev): Bump the react-router group to 8.3.0#23642andreiborza wants to merge 2 commits into
andreiborza wants to merge 2 commits into
Conversation
Supersedes #23260, which could not build because react-router v8 removed the `AppLoadContext` export. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Member
Author
|
Hermes ran the winding roads, Now Charon waits beside the diff, |
nicohrubec
approved these changes
Aug 26, 2026
Contributor
size-limit report 📦
|
Member
Author
|
Apparently we don't want to bump, closing again. Saver to keep the dev deps on v7 because we still support v7. |
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.
What
Bumps the
react-routerdev dependency group inpackages/react-routerto 8.3.0, and stops the SDK from importingAppLoadContext, which react-router v8 removed. The load context ofwrapSentryHandleRequestis now inferred, so v7 apps that extendAppLoadContextthrough declaration merging keep type checking.Why
Supersedes #23260, which could not build against v8. Nothing changes for SDK users, because
@react-router/devis a devDependency only and the peer ranges are unchanged, but contributors now need--ignore-engineson a localyarn install, since@react-router/dev@8wants Node >= 22.22.0 against the Volta pin of 20.19.5 (CI already passes that flag).