-
Notifications
You must be signed in to change notification settings - Fork 0
feat(security): update react monorepo to v19 (major) #899
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
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 |
|---|---|---|
|
|
@@ -83,8 +83,8 @@ | |
| "dist" | ||
| ], | ||
| "peerDependencies": { | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1" | ||
| "react": "^19.2.5", | ||
| "react-dom": "^19.2.5" | ||
|
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. Peer dependency range drop breaks React 18 consumersMedium Severity The Triggered by project rule: Code Review Guidelines Reviewed by Cursor Bugbot for commit dd06d07. Configure here. 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. Incompatible react-flagpack v2 with React 19 upgradeMedium Severity
Additional Locations (1)Triggered by project rule: Code Review Guidelines Reviewed by Cursor Bugbot for commit dd06d07. Configure here. |
||
| }, | ||
| "dependencies": { | ||
| "@hookform/resolvers": "^4.1.3", | ||
|
|
||


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.
Incompatible react-day-picker v8 with React 19 upgrade
High Severity
The
reactandreact-dompeer dependencies are bumped to^19.2.5, butreact-day-pickerremains at^8.10.1, which only supports React 16, 17, and 18. This will cause peer dependency errors at install time and likely runtime failures in theCalendarcomponent used byDatePickerFieldDefault. Thereact-day-pickerdependency needs to be upgraded to v9 for React 19 compatibility.Additional Locations (1)
package.json#L117-L118Triggered by project rule: Code Review Guidelines
Reviewed by Cursor Bugbot for commit dd06d07. Configure here.