Skip to content

Commit 2c08aba

Browse files
authored
Upgrade React from d15d7fd7-20250929 to ef889445-20250930 (#84383)
1 parent bd727d6 commit 2c08aba

File tree

67 files changed

+749
-735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+749
-735
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"eslint-plugin-jsdoc": "48.0.4",
179179
"eslint-plugin-mdx": "3.1.5",
180180
"eslint-plugin-react": "7.35.0",
181-
"eslint-plugin-react-hooks": "0.0.0-experimental-d15d7fd7-20250929",
181+
"eslint-plugin-react-hooks": "0.0.0-experimental-ef889445-20250930",
182182
"eslint-v8": "npm:eslint@^8.57.0",
183183
"event-stream": "4.0.1",
184184
"execa": "2.0.3",
@@ -238,16 +238,16 @@
238238
"pretty-ms": "7.0.0",
239239
"random-seed": "0.3.0",
240240
"react": "19.0.0",
241-
"react-builtin": "npm:[email protected]d15d7fd7-20250929",
241+
"react-builtin": "npm:[email protected]ef889445-20250930",
242242
"react-dom": "19.0.0",
243-
"react-dom-builtin": "npm:[email protected]d15d7fd7-20250929",
244-
"react-dom-experimental-builtin": "npm:[email protected]d15d7fd7-20250929",
245-
"react-experimental-builtin": "npm:[email protected]d15d7fd7-20250929",
246-
"react-is-builtin": "npm:[email protected]d15d7fd7-20250929",
247-
"react-server-dom-turbopack": "19.2.0-canary-d15d7fd7-20250929",
248-
"react-server-dom-turbopack-experimental": "npm:[email protected]d15d7fd7-20250929",
249-
"react-server-dom-webpack": "19.2.0-canary-d15d7fd7-20250929",
250-
"react-server-dom-webpack-experimental": "npm:[email protected]d15d7fd7-20250929",
243+
"react-dom-builtin": "npm:[email protected]ef889445-20250930",
244+
"react-dom-experimental-builtin": "npm:[email protected]ef889445-20250930",
245+
"react-experimental-builtin": "npm:[email protected]ef889445-20250930",
246+
"react-is-builtin": "npm:[email protected]ef889445-20250930",
247+
"react-server-dom-turbopack": "19.2.0-canary-ef889445-20250930",
248+
"react-server-dom-turbopack-experimental": "npm:[email protected]ef889445-20250930",
249+
"react-server-dom-webpack": "19.2.0-canary-ef889445-20250930",
250+
"react-server-dom-webpack-experimental": "npm:[email protected]ef889445-20250930",
251251
"react-ssr-prepass": "1.0.8",
252252
"react-virtualized": "9.22.3",
253253
"relay-compiler": "13.0.2",
@@ -257,8 +257,8 @@
257257
"resolve-from": "5.0.0",
258258
"sass": "1.54.0",
259259
"satori": "0.15.2",
260-
"scheduler-builtin": "npm:[email protected]d15d7fd7-20250929",
261-
"scheduler-experimental-builtin": "npm:[email protected]d15d7fd7-20250929",
260+
"scheduler-builtin": "npm:[email protected]ef889445-20250930",
261+
"scheduler-experimental-builtin": "npm:[email protected]ef889445-20250930",
262262
"seedrandom": "3.0.5",
263263
"semver": "7.3.7",
264264
"serve-handler": "6.1.6",
@@ -302,10 +302,10 @@
302302
"@types/react-dom": "19.1.7",
303303
"@types/retry": "0.12.0",
304304
"jest-snapshot": "30.0.0-alpha.6",
305-
"react": "19.2.0-canary-d15d7fd7-20250929",
306-
"react-dom": "19.2.0-canary-d15d7fd7-20250929",
307-
"react-is": "19.2.0-canary-d15d7fd7-20250929",
308-
"scheduler": "0.27.0-canary-d15d7fd7-20250929"
305+
"react": "19.2.0-canary-ef889445-20250930",
306+
"react-dom": "19.2.0-canary-ef889445-20250930",
307+
"react-is": "19.2.0-canary-ef889445-20250930",
308+
"scheduler": "0.27.0-canary-ef889445-20250930"
309309
},
310310
"packageExtensions": {
311311

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15800,7 +15800,7 @@
1580015800
null !== returnFiber && (returnFiber.return = null);
1580115801
root.return = null;
1580215802
}
15803-
if (parentFiber.subtreeFlags & 13878)
15803+
if (parentFiber.subtreeFlags & 13886)
1580415804
for (parentFiber = parentFiber.child; null !== parentFiber; )
1580515805
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1580615806
(parentFiber = parentFiber.sibling);
@@ -32221,11 +32221,11 @@
3222132221
};
3222232222
(function () {
3222332223
var isomorphicReactPackageVersion = React.version;
32224-
if ("19.2.0-experimental-d15d7fd7-20250929" !== isomorphicReactPackageVersion)
32224+
if ("19.2.0-experimental-ef889445-20250930" !== isomorphicReactPackageVersion)
3222532225
throw Error(
3222632226
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3222732227
(isomorphicReactPackageVersion +
32228-
"\n - react-dom: 19.2.0-experimental-d15d7fd7-20250929\nLearn more: https://react.dev/warnings/version-mismatch")
32228+
"\n - react-dom: 19.2.0-experimental-ef889445-20250930\nLearn more: https://react.dev/warnings/version-mismatch")
3222932229
);
3223032230
})();
3223132231
("function" === typeof Map &&
@@ -32262,10 +32262,10 @@
3226232262
!(function () {
3226332263
var internals = {
3226432264
bundleType: 1,
32265-
version: "19.2.0-experimental-d15d7fd7-20250929",
32265+
version: "19.2.0-experimental-ef889445-20250930",
3226632266
rendererPackageName: "react-dom",
3226732267
currentDispatcherRef: ReactSharedInternals,
32268-
reconcilerVersion: "19.2.0-experimental-d15d7fd7-20250929"
32268+
reconcilerVersion: "19.2.0-experimental-ef889445-20250930"
3226932269
};
3227032270
internals.overrideHookState = overrideHookState;
3227132271
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32413,7 +32413,7 @@
3241332413
listenToAllSupportedEvents(container);
3241432414
return new ReactDOMHydrationRoot(initialChildren);
3241532415
};
32416-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
32416+
exports.version = "19.2.0-experimental-ef889445-20250930";
3241732417
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3241832418
"function" ===
3241932419
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10572,7 +10572,7 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber, lanes) {
1057210572
null !== root && (root.return = null);
1057310573
childToDelete.return = null;
1057410574
}
10575-
if (parentFiber.subtreeFlags & 13878)
10575+
if (parentFiber.subtreeFlags & 13886)
1057610576
for (parentFiber = parentFiber.child; null !== parentFiber; )
1057710577
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1057810578
(parentFiber = parentFiber.sibling);
@@ -19562,14 +19562,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1956219562
};
1956319563
var isomorphicReactPackageVersion$jscomp$inline_2216 = React.version;
1956419564
if (
19565-
"19.2.0-experimental-d15d7fd7-20250929" !==
19565+
"19.2.0-experimental-ef889445-20250930" !==
1956619566
isomorphicReactPackageVersion$jscomp$inline_2216
1956719567
)
1956819568
throw Error(
1956919569
formatProdErrorMessage(
1957019570
527,
1957119571
isomorphicReactPackageVersion$jscomp$inline_2216,
19572-
"19.2.0-experimental-d15d7fd7-20250929"
19572+
"19.2.0-experimental-ef889445-20250930"
1957319573
)
1957419574
);
1957519575
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19591,10 +19591,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1959119591
};
1959219592
var internals$jscomp$inline_2913 = {
1959319593
bundleType: 0,
19594-
version: "19.2.0-experimental-d15d7fd7-20250929",
19594+
version: "19.2.0-experimental-ef889445-20250930",
1959519595
rendererPackageName: "react-dom",
1959619596
currentDispatcherRef: ReactSharedInternals,
19597-
reconcilerVersion: "19.2.0-experimental-d15d7fd7-20250929"
19597+
reconcilerVersion: "19.2.0-experimental-ef889445-20250930"
1959819598
};
1959919599
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1960019600
var hook$jscomp$inline_2914 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19701,4 +19701,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1970119701
listenToAllSupportedEvents(container);
1970219702
return new ReactDOMHydrationRoot(initialChildren);
1970319703
};
19704-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
19704+
exports.version = "19.2.0-experimental-ef889445-20250930";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15808,7 +15808,7 @@
1580815808
null !== returnFiber && (returnFiber.return = null);
1580915809
root.return = null;
1581015810
}
15811-
if (parentFiber.subtreeFlags & 13878)
15811+
if (parentFiber.subtreeFlags & 13886)
1581215812
for (parentFiber = parentFiber.child; null !== parentFiber; )
1581315813
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1581415814
(parentFiber = parentFiber.sibling);
@@ -32273,11 +32273,11 @@
3227332273
};
3227432274
(function () {
3227532275
var isomorphicReactPackageVersion = React.version;
32276-
if ("19.2.0-experimental-d15d7fd7-20250929" !== isomorphicReactPackageVersion)
32276+
if ("19.2.0-experimental-ef889445-20250930" !== isomorphicReactPackageVersion)
3227732277
throw Error(
3227832278
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3227932279
(isomorphicReactPackageVersion +
32280-
"\n - react-dom: 19.2.0-experimental-d15d7fd7-20250929\nLearn more: https://react.dev/warnings/version-mismatch")
32280+
"\n - react-dom: 19.2.0-experimental-ef889445-20250930\nLearn more: https://react.dev/warnings/version-mismatch")
3228132281
);
3228232282
})();
3228332283
("function" === typeof Map &&
@@ -32314,10 +32314,10 @@
3231432314
!(function () {
3231532315
var internals = {
3231632316
bundleType: 1,
32317-
version: "19.2.0-experimental-d15d7fd7-20250929",
32317+
version: "19.2.0-experimental-ef889445-20250930",
3231832318
rendererPackageName: "react-dom",
3231932319
currentDispatcherRef: ReactSharedInternals,
32320-
reconcilerVersion: "19.2.0-experimental-d15d7fd7-20250929"
32320+
reconcilerVersion: "19.2.0-experimental-ef889445-20250930"
3232132321
};
3232232322
internals.overrideHookState = overrideHookState;
3232332323
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32795,7 +32795,7 @@
3279532795
exports.useFormStatus = function () {
3279632796
return resolveDispatcher().useHostTransitionStatus();
3279732797
};
32798-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
32798+
exports.version = "19.2.0-experimental-ef889445-20250930";
3279932799
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3280032800
"function" ===
3280132801
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11432,7 +11432,7 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber, lanes) {
1143211432
null !== root && (root.return = null);
1143311433
childToDelete.return = null;
1143411434
}
11435-
if (parentFiber.subtreeFlags & 13878)
11435+
if (parentFiber.subtreeFlags & 13886)
1143611436
for (parentFiber = parentFiber.child; null !== parentFiber; )
1143711437
commitMutationEffectsOnFiber(parentFiber, root$jscomp$0, lanes),
1143811438
(parentFiber = parentFiber.sibling);
@@ -21567,14 +21567,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2156721567
};
2156821568
var isomorphicReactPackageVersion$jscomp$inline_2487 = React.version;
2156921569
if (
21570-
"19.2.0-experimental-d15d7fd7-20250929" !==
21570+
"19.2.0-experimental-ef889445-20250930" !==
2157121571
isomorphicReactPackageVersion$jscomp$inline_2487
2157221572
)
2157321573
throw Error(
2157421574
formatProdErrorMessage(
2157521575
527,
2157621576
isomorphicReactPackageVersion$jscomp$inline_2487,
21577-
"19.2.0-experimental-d15d7fd7-20250929"
21577+
"19.2.0-experimental-ef889445-20250930"
2157821578
)
2157921579
);
2158021580
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -21596,10 +21596,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2159621596
};
2159721597
var internals$jscomp$inline_3187 = {
2159821598
bundleType: 0,
21599-
version: "19.2.0-experimental-d15d7fd7-20250929",
21599+
version: "19.2.0-experimental-ef889445-20250930",
2160021600
rendererPackageName: "react-dom",
2160121601
currentDispatcherRef: ReactSharedInternals,
21602-
reconcilerVersion: "19.2.0-experimental-d15d7fd7-20250929"
21602+
reconcilerVersion: "19.2.0-experimental-ef889445-20250930"
2160321603
};
2160421604
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2160521605
var hook$jscomp$inline_3188 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -21867,7 +21867,7 @@ exports.useFormState = function (action, initialState, permalink) {
2186721867
exports.useFormStatus = function () {
2186821868
return ReactSharedInternals.H.useHostTransitionStatus();
2186921869
};
21870-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
21870+
exports.version = "19.2.0-experimental-ef889445-20250930";
2187121871
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2187221872
"function" ===
2187321873
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10543,5 +10543,5 @@
1054310543
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
1054410544
);
1054510545
};
10546-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
10546+
exports.version = "19.2.0-experimental-ef889445-20250930";
1054710547
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7156,4 +7156,4 @@ exports.renderToString = function (children, options) {
71567156
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
71577157
);
71587158
};
7159-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
7159+
exports.version = "19.2.0-experimental-ef889445-20250930";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10543,5 +10543,5 @@
1054310543
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
1054410544
);
1054510545
};
10546-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
10546+
exports.version = "19.2.0-experimental-ef889445-20250930";
1054710547
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7259,4 +7259,4 @@ exports.renderToString = function (children, options) {
72597259
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
72607260
);
72617261
};
7262-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
7262+
exports.version = "19.2.0-experimental-ef889445-20250930";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9536,11 +9536,11 @@
95369536
}
95379537
function ensureCorrectIsomorphicReactVersion() {
95389538
var isomorphicReactPackageVersion = React.version;
9539-
if ("19.2.0-experimental-d15d7fd7-20250929" !== isomorphicReactPackageVersion)
9539+
if ("19.2.0-experimental-ef889445-20250930" !== isomorphicReactPackageVersion)
95409540
throw Error(
95419541
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
95429542
(isomorphicReactPackageVersion +
9543-
"\n - react-dom: 19.2.0-experimental-d15d7fd7-20250929\nLearn more: https://react.dev/warnings/version-mismatch")
9543+
"\n - react-dom: 19.2.0-experimental-ef889445-20250930\nLearn more: https://react.dev/warnings/version-mismatch")
95449544
);
95459545
}
95469546
var React = require("next/dist/compiled/react-experimental"),
@@ -11364,5 +11364,5 @@
1136411364
startWork(request);
1136511365
});
1136611366
};
11367-
exports.version = "19.2.0-experimental-d15d7fd7-20250929";
11367+
exports.version = "19.2.0-experimental-ef889445-20250930";
1136811368
})();

0 commit comments

Comments
 (0)