Skip to content

Upgrade React from fa3feba6-20250623 to cee7939b-20250625 #80904

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

Merged
merged 6 commits into from
Jun 27, 2025
Merged
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
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,16 +233,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:[email protected]fa3feba6-20250623",
"react-builtin": "npm:[email protected]cee7939b-20250625",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:[email protected]fa3feba6-20250623",
"react-dom-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
"react-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
"react-is-builtin": "npm:[email protected]fa3feba6-20250623",
"react-server-dom-turbopack": "19.2.0-canary-fa3feba6-20250623",
"react-server-dom-turbopack-experimental": "npm:[email protected]fa3feba6-20250623",
"react-server-dom-webpack": "19.2.0-canary-fa3feba6-20250623",
"react-server-dom-webpack-experimental": "npm:[email protected]fa3feba6-20250623",
"react-dom-builtin": "npm:[email protected]cee7939b-20250625",
"react-dom-experimental-builtin": "npm:[email protected]cee7939b-20250625",
"react-experimental-builtin": "npm:[email protected]cee7939b-20250625",
"react-is-builtin": "npm:[email protected]cee7939b-20250625",
"react-server-dom-turbopack": "19.2.0-canary-cee7939b-20250625",
"react-server-dom-turbopack-experimental": "npm:[email protected]cee7939b-20250625",
"react-server-dom-webpack": "19.2.0-canary-cee7939b-20250625",
"react-server-dom-webpack-experimental": "npm:[email protected]cee7939b-20250625",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -252,8 +252,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.12.2",
"scheduler-builtin": "npm:[email protected]fa3feba6-20250623",
"scheduler-experimental-builtin": "npm:[email protected]fa3feba6-20250623",
"scheduler-builtin": "npm:[email protected]cee7939b-20250625",
"scheduler-experimental-builtin": "npm:[email protected]cee7939b-20250625",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -296,10 +296,10 @@
"@types/react-dom": "19.1.2",
"@types/retry": "0.12.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.2.0-canary-fa3feba6-20250623",
"react-dom": "19.2.0-canary-fa3feba6-20250623",
"react-is": "19.2.0-canary-fa3feba6-20250623",
"scheduler": "0.27.0-canary-fa3feba6-20250623"
"react": "19.2.0-canary-cee7939b-20250625",
"react-dom": "19.2.0-canary-cee7939b-20250625",
"react-is": "19.2.0-canary-cee7939b-20250625",
"scheduler": "0.27.0-canary-cee7939b-20250625"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14482,20 +14482,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1792 = 0;
i$jscomp$inline_1792 < simpleEventPluginEvents.length;
i$jscomp$inline_1792++
var i$jscomp$inline_1798 = 0;
i$jscomp$inline_1798 < simpleEventPluginEvents.length;
i$jscomp$inline_1798++
) {
var eventName$jscomp$inline_1793 =
simpleEventPluginEvents[i$jscomp$inline_1792],
domEventName$jscomp$inline_1794 =
eventName$jscomp$inline_1793.toLowerCase(),
capitalizedEvent$jscomp$inline_1795 =
eventName$jscomp$inline_1793[0].toUpperCase() +
eventName$jscomp$inline_1793.slice(1);
var eventName$jscomp$inline_1799 =
simpleEventPluginEvents[i$jscomp$inline_1798],
domEventName$jscomp$inline_1800 =
eventName$jscomp$inline_1799.toLowerCase(),
capitalizedEvent$jscomp$inline_1801 =
eventName$jscomp$inline_1799[0].toUpperCase() +
eventName$jscomp$inline_1799.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1794,
"on" + capitalizedEvent$jscomp$inline_1795
domEventName$jscomp$inline_1800,
"on" + capitalizedEvent$jscomp$inline_1801
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
Expand Down Expand Up @@ -19157,16 +19157,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
0 === i && attemptExplicitHydrationTarget(target);
}
};
var isomorphicReactPackageVersion$jscomp$inline_2180 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_2186 = React.version;
if (
"19.2.0-experimental-fa3feba6-20250623" !==
isomorphicReactPackageVersion$jscomp$inline_2180
"19.2.0-experimental-cee7939b-20250625" !==
isomorphicReactPackageVersion$jscomp$inline_2186
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2180,
"19.2.0-experimental-fa3feba6-20250623"
isomorphicReactPackageVersion$jscomp$inline_2186,
"19.2.0-experimental-cee7939b-20250625"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -19186,24 +19186,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
null === componentOrElement ? null : componentOrElement.stateNode;
return componentOrElement;
};
var internals$jscomp$inline_2865 = {
var internals$jscomp$inline_2871 = {
bundleType: 0,
version: "19.2.0-experimental-fa3feba6-20250623",
version: "19.2.0-experimental-cee7939b-20250625",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-experimental-fa3feba6-20250623"
reconcilerVersion: "19.2.0-experimental-cee7939b-20250625"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2866 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2872 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2866.isDisabled &&
hook$jscomp$inline_2866.supportsFiber
!hook$jscomp$inline_2872.isDisabled &&
hook$jscomp$inline_2872.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2866.inject(
internals$jscomp$inline_2865
(rendererID = hook$jscomp$inline_2872.inject(
internals$jscomp$inline_2871
)),
(injectedHook = hook$jscomp$inline_2866);
(injectedHook = hook$jscomp$inline_2872);
} catch (err) {}
}
exports.createRoot = function (container, options) {
Expand Down Expand Up @@ -19298,4 +19298,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-experimental-fa3feba6-20250623";
exports.version = "19.2.0-experimental-cee7939b-20250625";
Loading
Loading