Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React from 5b51a2b9-20250116 to 18eaf51b-20250118 #75110

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:[email protected]5b51a2b9-20250116",
"react-builtin": "npm:[email protected]18eaf51b-20250118",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:[email protected]5b51a2b9-20250116",
"react-dom-experimental-builtin": "npm:[email protected]5b51a2b9-20250116",
"react-experimental-builtin": "npm:[email protected]5b51a2b9-20250116",
"react-is-builtin": "npm:[email protected]5b51a2b9-20250116",
"react-server-dom-turbopack": "19.1.0-canary-5b51a2b9-20250116",
"react-server-dom-turbopack-experimental": "npm:[email protected]5b51a2b9-20250116",
"react-server-dom-webpack": "19.1.0-canary-5b51a2b9-20250116",
"react-server-dom-webpack-experimental": "npm:[email protected]5b51a2b9-20250116",
"react-dom-builtin": "npm:[email protected]18eaf51b-20250118",
"react-dom-experimental-builtin": "npm:[email protected]18eaf51b-20250118",
"react-experimental-builtin": "npm:[email protected]18eaf51b-20250118",
"react-is-builtin": "npm:[email protected]18eaf51b-20250118",
"react-server-dom-turbopack": "19.1.0-canary-18eaf51b-20250118",
"react-server-dom-turbopack-experimental": "npm:[email protected]18eaf51b-20250118",
"react-server-dom-webpack": "19.1.0-canary-18eaf51b-20250118",
"react-server-dom-webpack-experimental": "npm:[email protected]18eaf51b-20250118",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -232,8 +232,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:[email protected]5b51a2b9-20250116",
"scheduler-experimental-builtin": "npm:[email protected]5b51a2b9-20250116",
"scheduler-builtin": "npm:[email protected]18eaf51b-20250118",
"scheduler-experimental-builtin": "npm:[email protected]18eaf51b-20250118",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -274,10 +274,10 @@
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.1.0-canary-5b51a2b9-20250116",
"react-dom": "19.1.0-canary-5b51a2b9-20250116",
"react-is": "19.1.0-canary-5b51a2b9-20250116",
"scheduler": "0.26.0-canary-5b51a2b9-20250116"
"react": "19.1.0-canary-18eaf51b-20250118",
"react-dom": "19.1.0-canary-18eaf51b-20250118",
"react-is": "19.1.0-canary-18eaf51b-20250118",
"scheduler": "0.26.0-canary-18eaf51b-20250118"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26794,11 +26794,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-experimental-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
if ("19.1.0-experimental-18eaf51b-20250118" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-experimental-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-experimental-18eaf51b-20250118\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -26835,10 +26835,10 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-experimental-5b51a2b9-20250116",
version: "19.1.0-experimental-18eaf51b-20250118",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-experimental-5b51a2b9-20250116"
reconcilerVersion: "19.1.0-experimental-18eaf51b-20250118"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -26982,7 +26982,7 @@
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.1.0-experimental-5b51a2b9-20250116";
exports.version = "19.1.0-experimental-18eaf51b-20250118";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16373,14 +16373,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version;
if (
"19.1.0-experimental-5b51a2b9-20250116" !==
"19.1.0-experimental-18eaf51b-20250118" !==
isomorphicReactPackageVersion$jscomp$inline_1799
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1799,
"19.1.0-experimental-5b51a2b9-20250116"
"19.1.0-experimental-18eaf51b-20250118"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -16402,10 +16402,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2330 = {
bundleType: 0,
version: "19.1.0-experimental-5b51a2b9-20250116",
version: "19.1.0-experimental-18eaf51b-20250118",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-experimental-5b51a2b9-20250116"
reconcilerVersion: "19.1.0-experimental-18eaf51b-20250118"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2331 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -16511,4 +16511,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.1.0-experimental-5b51a2b9-20250116";
exports.version = "19.1.0-experimental-18eaf51b-20250118";
Original file line number Diff line number Diff line change
Expand Up @@ -26847,11 +26847,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.1.0-experimental-5b51a2b9-20250116" !== isomorphicReactPackageVersion)
if ("19.1.0-experimental-18eaf51b-20250118" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.1.0-experimental-5b51a2b9-20250116\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.1.0-experimental-18eaf51b-20250118\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -26888,10 +26888,10 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.1.0-experimental-5b51a2b9-20250116",
version: "19.1.0-experimental-18eaf51b-20250118",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-experimental-5b51a2b9-20250116"
reconcilerVersion: "19.1.0-experimental-18eaf51b-20250118"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -27365,7 +27365,7 @@
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.1.0-experimental-5b51a2b9-20250116";
exports.version = "19.1.0-experimental-18eaf51b-20250118";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17805,14 +17805,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1947 = React.version;
if (
"19.1.0-experimental-5b51a2b9-20250116" !==
"19.1.0-experimental-18eaf51b-20250118" !==
isomorphicReactPackageVersion$jscomp$inline_1947
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1947,
"19.1.0-experimental-5b51a2b9-20250116"
"19.1.0-experimental-18eaf51b-20250118"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -17834,10 +17834,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2471 = {
bundleType: 0,
version: "19.1.0-experimental-5b51a2b9-20250116",
version: "19.1.0-experimental-18eaf51b-20250118",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.1.0-experimental-5b51a2b9-20250116"
reconcilerVersion: "19.1.0-experimental-18eaf51b-20250118"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2472 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -18104,7 +18104,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.1.0-experimental-5b51a2b9-20250116";
exports.version = "19.1.0-experimental-18eaf51b-20250118";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Loading
Loading