-
Notifications
You must be signed in to change notification settings - Fork 39
chore: update react/nextjs #6799
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
Conversation
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.
Pull request overview
This PR updates React and Next.js dependencies to their latest patch versions. The update includes React 19.2.1 → 19.2.3, react-dom 19.2.1 → 19.2.3, and Next.js 15.5.7 → 15.5.9. These are minor patch updates that should include bug fixes and improvements.
Key changes:
- Updated catalog versions in pnpm-workspace.yaml for next, react, and react-dom
- Updated lockfile entries and transitive dependencies throughout pnpm-lock.yaml
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates catalog versions for next (15.5.9), react (19.2.3), and react-dom (19.2.3) |
| pnpm-lock.yaml | Updates all package version references, peer dependencies, and transitive dependencies throughout the lockfile. However, Next.js SWC binary packages remain at 15.5.7 instead of being updated to 15.5.9, which requires attention |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
pnpm-lock.yaml:4217
- The Next.js SWC binary packages are still at version 15.5.7 instead of 15.5.9. These platform-specific binaries should match the main Next.js version. Please regenerate the lockfile after updating Next.js to 15.5.9 to ensure all related packages are properly updated. You can do this by running
pnpm installafter the version changes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Pull request was converted to draft
KIT-282