Upgrade React from eaee5308-20250728 to 9be531cd-20250729 - #82159
Merged
Vercel / Vade Review
succeeded
Jul 29, 2025 in 2m 53s
🕶️ LGTM
Vade found zero problems... this time.
This is a comprehensive update to React canary dependencies across the Next.js codebase, updating from commit eaee5308-20250728 to 9be531cd-20250729. The changes are systematic and include:
- Dependency updates in package.json and pnpm-lock.yaml files
- Version string updates in all compiled React bundles (react, react-dom, react-server-dom-*, etc.)
- Package metadata updates for all compiled React packages
- A minor webpack module ID change in the compiled unistore bundle
I reviewed the systematic nature of these changes by examining:
- Main package.json showing version bumps for all React-related dependencies
- Representative compiled bundles confirming only version string changes
- Package metadata files showing consistent version updates
- The lock file reflecting proper dependency resolution
These are routine canary build updates with no functional code changes. The compilation process has correctly updated version identifiers throughout the bundled React libraries while maintaining all existing functionality. This type of systematic dependency update is low-risk and follows expected patterns for pulling in the latest React canary builds.
Loading