-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Patches react and next #8392
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
Patches react and next #8392
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8392 +/- ##
==========================================
+ Coverage 76.36% 76.44% +0.07%
==========================================
Files 118 118
Lines 9928 9928
Branches 335 335
==========================================
+ Hits 7582 7589 +7
+ Misses 2344 2337 -7
Partials 2 2 ☔ View full report in Codecov by Sentry. |
|
Requesting fast track |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (24)
➖ Removed Assets (24)
|
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 applies critical security patches to React and Next.js in response to a security vulnerability in React Server Components (as referenced in the React blog post and Cloudflare WAF rules). The updates are patch-level version bumps that address security issues without introducing breaking changes.
Key Changes:
- React upgraded from 19.2.0 to 19.2.1 (security patch)
- Next.js upgraded from 15.5.4 to 15.5.7 (security patch)
- All transitive dependencies automatically updated through pnpm lockfile
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates React version in catalog from ^19.2.0 to ^19.2.1 |
| apps/site/package.json | Updates Next.js to 15.5.7, react-dom to ^19.2.1, and @next/eslint-plugin-next to 15.5.7 |
| pnpm-lock.yaml | Automatic lockfile updates reflecting React 19.2.1 and Next.js 15.5.7 with all peer dependencies |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
https://blog.cloudflare.com/waf-rules-react-vulnerability/
Validation
Local worked
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.