Skip to content

Upgrade React from 7513996f-20250722 to edac0dde-20250723 - #81984

Merged
eps1lon merged 7 commits into
canaryfrom
update/react/19.2.0-canary-edac0dde-20250723
Jul 24, 2025
Merged

Upgrade React from 7513996f-20250722 to edac0dde-20250723#81984
eps1lon merged 7 commits into
canaryfrom
update/react/19.2.0-canary-edac0dde-20250723

Accomodate new badge template

a9af55d
Select commit
Loading
Failed to load commit list.
Vercel / Vade Review succeeded Jul 24, 2025 in 3m 35s

🕶️ LGTM

Vade found zero problems... this time.

I've reviewed this comprehensive dependency update that updates React canary versions from 7513996f-20250722 to edac0dde-20250723. The changes include:

React Version Updates:

  • Updated all React canary dependencies across the codebase
  • Regenerated compiled React library files with the new version strings
  • Updated lock files and package configurations

Coordinated Console Parsing Changes:

  • Modified packages/next/src/client/lib/console.ts to match React's updated DevTools logging format
  • The pattern matching was updated from '%c%s%c ' to '%c%s%c' (removed trailing space) to align with React's new badge format
  • This change is intentional and necessary to maintain compatibility with the updated React DevTools output

Compilation Artifacts:

  • Minor changes to compiled bundle module IDs (like unistore changing from module 73 to 458) which are normal webpack compilation differences

The changes are well-coordinated and maintain consistency between the React library updates and Next.js's console parsing logic. All version strings have been properly updated across the 87 modified files, and the functional changes (console pattern matching) correctly reflect the corresponding changes in React's logging format.

No functional bugs were introduced by these changes - this is a clean dependency update with appropriate compatibility adjustments.