Skip to content

Commit 3973900

Browse files
Upgrade React from de1eaa26-20250124 to 9eabb373-20250124 (#75367)
1 parent 6cbaddf commit 3973900

File tree

62 files changed

+396
-396
lines changed

Some content is hidden

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

62 files changed

+396
-396
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,16 @@
213213
"pretty-ms": "7.0.0",
214214
"random-seed": "0.3.0",
215215
"react": "19.0.0",
216-
"react-builtin": "npm:[email protected]de1eaa26-20250124",
216+
"react-builtin": "npm:[email protected]9eabb373-20250124",
217217
"react-dom": "19.0.0",
218-
"react-dom-builtin": "npm:[email protected]de1eaa26-20250124",
219-
"react-dom-experimental-builtin": "npm:[email protected]de1eaa26-20250124",
220-
"react-experimental-builtin": "npm:[email protected]de1eaa26-20250124",
221-
"react-is-builtin": "npm:[email protected]de1eaa26-20250124",
222-
"react-server-dom-turbopack": "19.1.0-canary-de1eaa26-20250124",
223-
"react-server-dom-turbopack-experimental": "npm:[email protected]de1eaa26-20250124",
224-
"react-server-dom-webpack": "19.1.0-canary-de1eaa26-20250124",
225-
"react-server-dom-webpack-experimental": "npm:[email protected]de1eaa26-20250124",
218+
"react-dom-builtin": "npm:[email protected]9eabb373-20250124",
219+
"react-dom-experimental-builtin": "npm:[email protected]9eabb373-20250124",
220+
"react-experimental-builtin": "npm:[email protected]9eabb373-20250124",
221+
"react-is-builtin": "npm:[email protected]9eabb373-20250124",
222+
"react-server-dom-turbopack": "19.1.0-canary-9eabb373-20250124",
223+
"react-server-dom-turbopack-experimental": "npm:[email protected]9eabb373-20250124",
224+
"react-server-dom-webpack": "19.1.0-canary-9eabb373-20250124",
225+
"react-server-dom-webpack-experimental": "npm:[email protected]9eabb373-20250124",
226226
"react-ssr-prepass": "1.0.8",
227227
"react-virtualized": "9.22.3",
228228
"relay-compiler": "13.0.2",
@@ -232,8 +232,8 @@
232232
"resolve-from": "5.0.0",
233233
"sass": "1.54.0",
234234
"satori": "0.12.1",
235-
"scheduler-builtin": "npm:[email protected]de1eaa26-20250124",
236-
"scheduler-experimental-builtin": "npm:[email protected]de1eaa26-20250124",
235+
"scheduler-builtin": "npm:[email protected]9eabb373-20250124",
236+
"scheduler-experimental-builtin": "npm:[email protected]9eabb373-20250124",
237237
"seedrandom": "3.0.5",
238238
"semver": "7.3.7",
239239
"shell-quote": "1.7.3",
@@ -274,10 +274,10 @@
274274
"@types/react": "19.0.8",
275275
"@types/react-dom": "19.0.3",
276276
"jest-snapshot": "30.0.0-alpha.6",
277-
"react": "19.1.0-canary-de1eaa26-20250124",
278-
"react-dom": "19.1.0-canary-de1eaa26-20250124",
279-
"react-is": "19.1.0-canary-de1eaa26-20250124",
280-
"scheduler": "0.26.0-canary-de1eaa26-20250124"
277+
"react": "19.1.0-canary-9eabb373-20250124",
278+
"react-dom": "19.1.0-canary-9eabb373-20250124",
279+
"react-is": "19.1.0-canary-9eabb373-20250124",
280+
"scheduler": "0.26.0-canary-9eabb373-20250124"
281281
},
282282
"patchedDependencies": {
283283

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
@@ -6069,7 +6069,7 @@
60696069
),
60706070
node.isTransition ||
60716071
console.error(
6072-
"An async function was passed to useActionState, but it was dispatched outside of an action context. This is likely not what you intended. Either pass the dispatch function to an `action` prop, or dispatch manually inside `startTransition`"
6072+
"An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop."
60736073
))
60746074
: onActionSuccess(actionQueue, node, returnValue);
60756075
}
@@ -26822,11 +26822,11 @@
2682226822
};
2682326823
(function () {
2682426824
var isomorphicReactPackageVersion = React.version;
26825-
if ("19.1.0-experimental-de1eaa26-20250124" !== isomorphicReactPackageVersion)
26825+
if ("19.1.0-experimental-9eabb373-20250124" !== isomorphicReactPackageVersion)
2682626826
throw Error(
2682726827
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2682826828
(isomorphicReactPackageVersion +
26829-
"\n - react-dom: 19.1.0-experimental-de1eaa26-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
26829+
"\n - react-dom: 19.1.0-experimental-9eabb373-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
2683026830
);
2683126831
})();
2683226832
("function" === typeof Map &&
@@ -26863,10 +26863,10 @@
2686326863
!(function () {
2686426864
var internals = {
2686526865
bundleType: 1,
26866-
version: "19.1.0-experimental-de1eaa26-20250124",
26866+
version: "19.1.0-experimental-9eabb373-20250124",
2686726867
rendererPackageName: "react-dom",
2686826868
currentDispatcherRef: ReactSharedInternals,
26869-
reconcilerVersion: "19.1.0-experimental-de1eaa26-20250124"
26869+
reconcilerVersion: "19.1.0-experimental-9eabb373-20250124"
2687026870
};
2687126871
internals.overrideHookState = overrideHookState;
2687226872
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27010,7 +27010,7 @@
2701027010
listenToAllSupportedEvents(container);
2701127011
return new ReactDOMHydrationRoot(initialChildren);
2701227012
};
27013-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
27013+
exports.version = "19.1.0-experimental-9eabb373-20250124";
2701427014
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2701527015
"function" ===
2701627016
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16401,14 +16401,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1640116401
};
1640216402
var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version;
1640316403
if (
16404-
"19.1.0-experimental-de1eaa26-20250124" !==
16404+
"19.1.0-experimental-9eabb373-20250124" !==
1640516405
isomorphicReactPackageVersion$jscomp$inline_1799
1640616406
)
1640716407
throw Error(
1640816408
formatProdErrorMessage(
1640916409
527,
1641016410
isomorphicReactPackageVersion$jscomp$inline_1799,
16411-
"19.1.0-experimental-de1eaa26-20250124"
16411+
"19.1.0-experimental-9eabb373-20250124"
1641216412
)
1641316413
);
1641416414
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16430,10 +16430,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1643016430
};
1643116431
var internals$jscomp$inline_2330 = {
1643216432
bundleType: 0,
16433-
version: "19.1.0-experimental-de1eaa26-20250124",
16433+
version: "19.1.0-experimental-9eabb373-20250124",
1643416434
rendererPackageName: "react-dom",
1643516435
currentDispatcherRef: ReactSharedInternals,
16436-
reconcilerVersion: "19.1.0-experimental-de1eaa26-20250124"
16436+
reconcilerVersion: "19.1.0-experimental-9eabb373-20250124"
1643716437
};
1643816438
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1643916439
var hook$jscomp$inline_2331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16539,4 +16539,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1653916539
listenToAllSupportedEvents(container);
1654016540
return new ReactDOMHydrationRoot(initialChildren);
1654116541
};
16542-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
16542+
exports.version = "19.1.0-experimental-9eabb373-20250124";

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
@@ -6077,7 +6077,7 @@
60776077
),
60786078
node.isTransition ||
60796079
console.error(
6080-
"An async function was passed to useActionState, but it was dispatched outside of an action context. This is likely not what you intended. Either pass the dispatch function to an `action` prop, or dispatch manually inside `startTransition`"
6080+
"An async function with useActionState was called outside of a transition. This is likely not what you intended (for example, isPending will not update correctly). Either call the returned function inside startTransition, or pass it to an `action` or `formAction` prop."
60816081
))
60826082
: onActionSuccess(actionQueue, node, returnValue);
60836083
}
@@ -26875,11 +26875,11 @@
2687526875
};
2687626876
(function () {
2687726877
var isomorphicReactPackageVersion = React.version;
26878-
if ("19.1.0-experimental-de1eaa26-20250124" !== isomorphicReactPackageVersion)
26878+
if ("19.1.0-experimental-9eabb373-20250124" !== isomorphicReactPackageVersion)
2687926879
throw Error(
2688026880
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2688126881
(isomorphicReactPackageVersion +
26882-
"\n - react-dom: 19.1.0-experimental-de1eaa26-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
26882+
"\n - react-dom: 19.1.0-experimental-9eabb373-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
2688326883
);
2688426884
})();
2688526885
("function" === typeof Map &&
@@ -26916,10 +26916,10 @@
2691626916
!(function () {
2691726917
var internals = {
2691826918
bundleType: 1,
26919-
version: "19.1.0-experimental-de1eaa26-20250124",
26919+
version: "19.1.0-experimental-9eabb373-20250124",
2692026920
rendererPackageName: "react-dom",
2692126921
currentDispatcherRef: ReactSharedInternals,
26922-
reconcilerVersion: "19.1.0-experimental-de1eaa26-20250124"
26922+
reconcilerVersion: "19.1.0-experimental-9eabb373-20250124"
2692326923
};
2692426924
internals.overrideHookState = overrideHookState;
2692526925
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27393,7 +27393,7 @@
2739327393
exports.useFormStatus = function () {
2739427394
return resolveDispatcher().useHostTransitionStatus();
2739527395
};
27396-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
27396+
exports.version = "19.1.0-experimental-9eabb373-20250124";
2739727397
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2739827398
"function" ===
2739927399
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17833,14 +17833,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1783317833
};
1783417834
var isomorphicReactPackageVersion$jscomp$inline_1947 = React.version;
1783517835
if (
17836-
"19.1.0-experimental-de1eaa26-20250124" !==
17836+
"19.1.0-experimental-9eabb373-20250124" !==
1783717837
isomorphicReactPackageVersion$jscomp$inline_1947
1783817838
)
1783917839
throw Error(
1784017840
formatProdErrorMessage(
1784117841
527,
1784217842
isomorphicReactPackageVersion$jscomp$inline_1947,
17843-
"19.1.0-experimental-de1eaa26-20250124"
17843+
"19.1.0-experimental-9eabb373-20250124"
1784417844
)
1784517845
);
1784617846
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17862,10 +17862,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1786217862
};
1786317863
var internals$jscomp$inline_2471 = {
1786417864
bundleType: 0,
17865-
version: "19.1.0-experimental-de1eaa26-20250124",
17865+
version: "19.1.0-experimental-9eabb373-20250124",
1786617866
rendererPackageName: "react-dom",
1786717867
currentDispatcherRef: ReactSharedInternals,
17868-
reconcilerVersion: "19.1.0-experimental-de1eaa26-20250124"
17868+
reconcilerVersion: "19.1.0-experimental-9eabb373-20250124"
1786917869
};
1787017870
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1787117871
var hook$jscomp$inline_2472 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18132,7 +18132,7 @@ exports.useFormState = function (action, initialState, permalink) {
1813218132
exports.useFormStatus = function () {
1813318133
return ReactSharedInternals.H.useHostTransitionStatus();
1813418134
};
18135-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
18135+
exports.version = "19.1.0-experimental-9eabb373-20250124";
1813618136
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1813718137
"function" ===
1813818138
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
@@ -9546,5 +9546,5 @@
95469546
'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'
95479547
);
95489548
};
9549-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
9549+
exports.version = "19.1.0-experimental-9eabb373-20250124";
95509550
})();

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
@@ -6297,4 +6297,4 @@ exports.renderToString = function (children, options) {
62976297
'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'
62986298
);
62996299
};
6300-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
6300+
exports.version = "19.1.0-experimental-9eabb373-20250124";

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
@@ -9546,5 +9546,5 @@
95469546
'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'
95479547
);
95489548
};
9549-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
9549+
exports.version = "19.1.0-experimental-9eabb373-20250124";
95509550
})();

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
@@ -6391,4 +6391,4 @@ exports.renderToString = function (children, options) {
63916391
'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'
63926392
);
63936393
};
6394-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
6394+
exports.version = "19.1.0-experimental-9eabb373-20250124";

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
@@ -8451,11 +8451,11 @@
84518451
}
84528452
function ensureCorrectIsomorphicReactVersion() {
84538453
var isomorphicReactPackageVersion = React.version;
8454-
if ("19.1.0-experimental-de1eaa26-20250124" !== isomorphicReactPackageVersion)
8454+
if ("19.1.0-experimental-9eabb373-20250124" !== isomorphicReactPackageVersion)
84558455
throw Error(
84568456
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
84578457
(isomorphicReactPackageVersion +
8458-
"\n - react-dom: 19.1.0-experimental-de1eaa26-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
8458+
"\n - react-dom: 19.1.0-experimental-9eabb373-20250124\nLearn more: https://react.dev/warnings/version-mismatch")
84598459
);
84608460
}
84618461
var React = require("next/dist/compiled/react-experimental"),
@@ -10233,5 +10233,5 @@
1023310233
startWork(request);
1023410234
});
1023510235
};
10236-
exports.version = "19.1.0-experimental-de1eaa26-20250124";
10236+
exports.version = "19.1.0-experimental-9eabb373-20250124";
1023710237
})();

0 commit comments

Comments
 (0)