Upgrade React from fef12a01-20260413 to da9325b5-20260417#92945
Merged
Upgrade React from fef12a01-20260413 to da9325b5-20260417#92945
fef12a01-20260413 to da9325b5-20260417#92945Conversation
Collaborator
Author
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles
Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📝 Changed Files (9 files)Files with changes:
View diffsapp-page-exp..ntime.dev.jsfailed to diffapp-page-exp..time.prod.jsDiff too large to display app-page-tur..ntime.dev.jsfailed to diffapp-page-tur..time.prod.jsfailed to diffapp-page-tur..ntime.dev.jsfailed to diffapp-page-tur..time.prod.jsDiff too large to display app-page.runtime.dev.jsfailed to diffapp-page.runtime.prod.jsDiff too large to display server.runtime.prod.jsDiff too large to display 📎 Tarball URL |
9c3006f to
417affa
Compare
Contributor
|
Notifying the following users due to files changed in this PR based on this repo's notify modifiers: @timneutkens, @ijjk, @shuding, @huozhi: |
417affa to
40ad452
Compare
40ad452 to
b53b3fd
Compare
Member
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
490240f to
e68639f
Compare
b53b3fd to
e7bfbf5
Compare
3161471 to
23013fb
Compare
23013fb to
adffab6
Compare
eps1lon
reviewed
Apr 19, 2026
Comment on lines
+579
to
+581
| prefetch(router, href, as, { | ||
| // dedupe across appear/disappear of the Link. | ||
| bypassPrefetchedCheck: false, |
Member
There was a problem hiding this comment.
Just a drive-by. This is just making implicit behavior explicit. I was concerned this was triggering too many prefetches.
adffab6 to
1aa6881
Compare
1aa6881 to
794f3de
Compare
eps1lon
approved these changes
Apr 19, 2026
7248f86 to
fe1c1c3
Compare
794f3de to
857c31c
Compare
857c31c to
a342b1f
Compare
Member
linyiru
added a commit
to solcreek/adapter-creek
that referenced
this pull request
Apr 20, 2026
PR vercel/next.js#92945 (commit 4fc3664eed, 2026-04-20) upgraded bundled React and rewrote ~9 test files to expect the new minified \`Minified React error #441\` format. The tests currently expect the new text. Problem: our test harness installs \`next\` from npm (via pnpm) with version \`16.3.0-canary.2\` (the latest published canary tag, cut Apr 18 before #92945 merged). That tarball bundles the OLDER \`react-server-dom-webpack-client.browser.production.js\` which still produces \`An error occurred in the Server Components render. The specific message is omitted...\` text. The NEW text only exists in \`packages/next/src/compiled/\` on canary HEAD, not in any published tarball yet. Affected sub-tests (all assert on the new text): - catch-error / catch-error-react-compiler - global-error/basic - taint/process-taint - actions/app-action / app-action-node-middleware - use-cache/use-cache Cherry-pick a REVERSE of #92945's test-only hunks so expectations go back to the old text — matches what the installed bundle actually emits. Verified locally: catch-error, catch-error-react-compiler, global-error/basic, taint/process-taint all pass on retry 0. Drop this patch once \`npm view next@canary\` returns a version that includes commit 4fc3664eed (verification command is in scripts/patches/README.md).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

diff facebook/react@fef12a01...da9325b5
React upstream changes
enableSuspenseyImagesdynamic facebook/react#36274