-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
chore(deps): bump react-router-dom from 6.30.3 to 7.14.2 #114831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -205,7 +205,7 @@ | |
| "react-lazyload": "^3.2.1", | ||
| "react-mentions": "4.4.10", | ||
| "react-popper": "^2.3.0", | ||
| "react-router-dom": "6.30.3", | ||
| "react-router-dom": "7.14.2", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sentry router wrapper uses v6-specific function with v7High Severity
Reviewed by Cursor Bugbot for commit cdfd4e5. Configure here.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sentry tracing integration targets wrong router versionMedium Severity
Reviewed by Cursor Bugbot for commit cdfd4e5. Configure here. |
||
| "react-select": "4.3.1", | ||
| "react-textarea-autosize": "8.5.7", | ||
| "reflux": "0.4.1", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nuqs adapter uses v6 path incompatible with v7
High Severity
Bumping
react-router-domto v7 without updating the nuqs adapter import path will break URL search params state management.static/app/main.tsxandstatic/gsAdmin/init.tsxboth import fromnuqs/adapters/react-router/v6, which is explicitly incompatible with React Router v7. The adapter needs to be changed tonuqs/adapters/react-router/v7.Reviewed by Cursor Bugbot for commit cdfd4e5. Configure here.