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 eb3ad065-20240822 to b57d2823-20240822 #69353

Closed
wants to merge 6 commits into from
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
15 changes: 14 additions & 1 deletion .github/workflows/update_react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

env:
NODE_LTS_VERSION: 20
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1

jobs:
create-pull-request:
Expand All @@ -27,6 +28,11 @@ jobs:
# See: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}

- name: Set Git author
run: |
git config user.name "vercel-release-bot"
git config user.email "[email protected]"

- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -37,4 +43,11 @@ jobs:

- name: Install dependencies
shell: bash
run: pnpm i
# Just need scripts/ but those dependencies are listed in the workspace root.
run: pnpm install --filter .

- name: Create Pull Request
shell: bash
run: pnpm sync-react --actor "${{ github.actor }}" --version "${{ inputs.version }}" --create-pull
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PULL_REQUESTS }}
4 changes: 2 additions & 2 deletions examples/reproduction-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"dependencies": {
"next": "canary",
"react": "19.0.0-rc-eb3ad065-20240822",
"react-dom": "19.0.0-rc-eb3ad065-20240822"
"react": "19.0.0-rc-b57d2823-20240822",
"react-dom": "19.0.0-rc-b57d2823-20240822"
},
"devDependencies": {
"@types/node": "20.12.12",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,19 +206,19 @@
"pretty-bytes": "5.3.0",
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0-rc-eb3ad065-20240822",
"react": "19.0.0-rc-b57d2823-20240822",
"react-17": "npm:[email protected]",
"react-builtin": "npm:[email protected]eb3ad065-20240822",
"react-dom": "19.0.0-rc-eb3ad065-20240822",
"react-builtin": "npm:[email protected]b57d2823-20240822",
"react-dom": "19.0.0-rc-b57d2823-20240822",
"react-dom-17": "npm:[email protected]",
"react-dom-builtin": "npm:[email protected]eb3ad065-20240822",
"react-dom-experimental-builtin": "npm:[email protected]eb3ad065-20240822",
"react-experimental-builtin": "npm:[email protected]eb3ad065-20240822",
"react-is-builtin": "npm:[email protected]eb3ad065-20240822",
"react-server-dom-turbopack": "19.0.0-rc-eb3ad065-20240822",
"react-server-dom-turbopack-experimental": "npm:[email protected]eb3ad065-20240822",
"react-server-dom-webpack": "19.0.0-rc-eb3ad065-20240822",
"react-server-dom-webpack-experimental": "npm:[email protected]eb3ad065-20240822",
"react-dom-builtin": "npm:[email protected]b57d2823-20240822",
"react-dom-experimental-builtin": "npm:[email protected]b57d2823-20240822",
"react-experimental-builtin": "npm:[email protected]b57d2823-20240822",
"react-is-builtin": "npm:[email protected]b57d2823-20240822",
"react-server-dom-turbopack": "19.0.0-rc-b57d2823-20240822",
"react-server-dom-turbopack-experimental": "npm:[email protected]b57d2823-20240822",
"react-server-dom-webpack": "19.0.0-rc-b57d2823-20240822",
"react-server-dom-webpack-experimental": "npm:[email protected]b57d2823-20240822",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -228,8 +228,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.10.9",
"scheduler-builtin": "npm:[email protected]eb3ad065-20240822",
"scheduler-experimental-builtin": "npm:[email protected]eb3ad065-20240822",
"scheduler-builtin": "npm:[email protected]b57d2823-20240822",
"scheduler-experimental-builtin": "npm:[email protected]b57d2823-20240822",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"shell-quote": "1.7.3",
Expand Down Expand Up @@ -269,10 +269,10 @@
"@babel/traverse": "7.22.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"react": "19.0.0-rc-eb3ad065-20240822",
"react-dom": "19.0.0-rc-eb3ad065-20240822",
"react-is": "19.0.0-rc-eb3ad065-20240822",
"scheduler": "0.25.0-rc-eb3ad065-20240822"
"react": "19.0.0-rc-b57d2823-20240822",
"react-dom": "19.0.0-rc-b57d2823-20240822",
"react-is": "19.0.0-rc-b57d2823-20240822",
"scheduler": "0.25.0-rc-b57d2823-20240822"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { GetTemplateFileArgs, InstallTemplateArgs } from "./types";

// Do not rename or format. sync-react script relies on this line.
// prettier-ignore
const nextjsReactPeerVersion = "19.0.0-rc-eb3ad065-20240822";
const nextjsReactPeerVersion = "19.0.0-rc-b57d2823-20240822";

/**
* Get the file path for a given file in a template, e.g. "next.config.js".
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"@opentelemetry/api": "^1.1.0",
"@playwright/test": "^1.41.2",
"babel-plugin-react-compiler": "*",
"react": "19.0.0-rc-eb3ad065-20240822",
"react-dom": "19.0.0-rc-eb3ad065-20240822",
"react": "19.0.0-rc-b57d2823-20240822",
"react-dom": "19.0.0-rc-b57d2823-20240822",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24604,11 +24604,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-b57d2823-20240822" !== 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.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-b57d2823-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -24645,11 +24645,11 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-experimental-eb3ad065-20240822",
version: "19.0.0-experimental-b57d2823-20240822",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-experimental-eb3ad065-20240822"
reconcilerVersion: "19.0.0-experimental-b57d2823-20240822"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -24793,7 +24793,7 @@
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
"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 @@ -14993,14 +14993,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1640 = React.version;
if (
"19.0.0-experimental-eb3ad065-20240822" !==
"19.0.0-experimental-b57d2823-20240822" !==
isomorphicReactPackageVersion$jscomp$inline_1640
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1640,
"19.0.0-experimental-eb3ad065-20240822"
"19.0.0-experimental-b57d2823-20240822"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15022,11 +15022,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2039 = {
bundleType: 0,
version: "19.0.0-experimental-eb3ad065-20240822",
version: "19.0.0-experimental-b57d2823-20240822",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-experimental-eb3ad065-20240822"
reconcilerVersion: "19.0.0-experimental-b57d2823-20240822"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2040 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -15130,4 +15130,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
Original file line number Diff line number Diff line change
Expand Up @@ -24661,11 +24661,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-b57d2823-20240822" !== 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.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-b57d2823-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -24702,11 +24702,11 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-experimental-eb3ad065-20240822",
version: "19.0.0-experimental-b57d2823-20240822",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-experimental-eb3ad065-20240822"
reconcilerVersion: "19.0.0-experimental-b57d2823-20240822"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -25180,7 +25180,7 @@
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
"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 @@ -15696,14 +15696,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1729 = React.version;
if (
"19.0.0-experimental-eb3ad065-20240822" !==
"19.0.0-experimental-b57d2823-20240822" !==
isomorphicReactPackageVersion$jscomp$inline_1729
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1729,
"19.0.0-experimental-eb3ad065-20240822"
"19.0.0-experimental-b57d2823-20240822"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15725,11 +15725,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_1736 = {
bundleType: 0,
version: "19.0.0-experimental-eb3ad065-20240822",
version: "19.0.0-experimental-b57d2823-20240822",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-experimental-eb3ad065-20240822",
reconcilerVersion: "19.0.0-experimental-b57d2823-20240822",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$291 = 0;
Expand Down Expand Up @@ -16009,7 +16009,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
"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 @@ -9251,5 +9251,5 @@
'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'
);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6025,4 +6025,4 @@ exports.renderToString = function (children, options) {
'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'
);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
Original file line number Diff line number Diff line change
Expand Up @@ -9251,5 +9251,5 @@
'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'
);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6117,4 +6117,4 @@ exports.renderToString = function (children, options) {
'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'
);
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
Original file line number Diff line number Diff line change
Expand Up @@ -8137,11 +8137,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-b57d2823-20240822" !== 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.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-b57d2823-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -9871,5 +9871,5 @@
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -6542,12 +6542,12 @@ function getPostponedState(request) {
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-b57d2823-20240822" !== isomorphicReactPackageVersion)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion,
"19.0.0-experimental-eb3ad065-20240822"
"19.0.0-experimental-b57d2823-20240822"
)
);
}
Expand Down Expand Up @@ -6752,4 +6752,4 @@ exports.resume = function (children, postponedState, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
Original file line number Diff line number Diff line change
Expand Up @@ -6038,13 +6038,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
}
var isomorphicReactPackageVersion$jscomp$inline_794 = React.version;
if (
"19.0.0-experimental-eb3ad065-20240822" !==
"19.0.0-experimental-b57d2823-20240822" !==
isomorphicReactPackageVersion$jscomp$inline_794
)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion$jscomp$inline_794 +
"\n - react-dom: 19.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-b57d2823-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
);
exports.renderToReadableStream = function (children, options) {
return new Promise(function (resolve, reject) {
Expand Down Expand Up @@ -6132,4 +6132,4 @@ exports.renderToReadableStream = function (children, options) {
startWork(request);
});
};
exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
Original file line number Diff line number Diff line change
Expand Up @@ -8160,11 +8160,11 @@
}
function ensureCorrectIsomorphicReactVersion() {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-experimental-eb3ad065-20240822" !== isomorphicReactPackageVersion)
if ("19.0.0-experimental-b57d2823-20240822" !== 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.0.0-experimental-eb3ad065-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-experimental-b57d2823-20240822\nLearn more: https://react.dev/warnings/version-mismatch")
);
}
var React = require("next/dist/compiled/react-experimental"),
Expand Down Expand Up @@ -9901,5 +9901,5 @@ const setTimeoutOrImmediate =
? globalThis['set' + 'Immediate']
: setTimeout;

exports.version = "19.0.0-experimental-eb3ad065-20240822";
exports.version = "19.0.0-experimental-b57d2823-20240822";
})();
Loading
Loading