-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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 7283a213-20241206
to 7eb8234f-20241218
#74094
Closed
vercel-release-bot
wants to merge
7
commits into
canary
from
update/react/19.1.0-canary-7eb8234f-20241218
Closed
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fd16472
sync-react: Handle version bumps across SemVer minors and release cha…
eps1lon 04d46d6
Update `react@experimental`
vercel-release-bot dfb0da4
Update `react`
vercel-release-bot 54ddb32
Updated peer dependency references in apps
vercel-release-bot 477cc21
Updated peer dependency references in libraries
vercel-release-bot 7b7220f
Update lockfile
vercel-release-bot 10bed59
ncc-compiled
vercel-release-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,16 +211,16 @@ | |
"pretty-ms": "7.0.0", | ||
"random-seed": "0.3.0", | ||
"react": "19.0.0", | ||
"react-builtin": "npm:react@19.0.0-rc-7283a213-20241206", | ||
"react-builtin": "npm:react@19.1.0-canary-7eb8234f-20241218", | ||
"react-dom": "19.0.0", | ||
"react-dom-builtin": "npm:react-dom@19.0.0-rc-7283a213-20241206", | ||
"react-dom-experimental-builtin": "npm:[email protected]7283a213-20241206", | ||
"react-experimental-builtin": "npm:[email protected]7283a213-20241206", | ||
"react-is-builtin": "npm:react-is@19.0.0-rc-7283a213-20241206", | ||
"react-server-dom-turbopack": "19.0.0-rc-7283a213-20241206", | ||
"react-server-dom-turbopack-experimental": "npm:[email protected]7283a213-20241206", | ||
"react-server-dom-webpack": "19.0.0-rc-7283a213-20241206", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]7283a213-20241206", | ||
"react-dom-builtin": "npm:react-dom@19.1.0-canary-7eb8234f-20241218", | ||
"react-dom-experimental-builtin": "npm:[email protected]7eb8234f-20241218", | ||
"react-experimental-builtin": "npm:[email protected]7eb8234f-20241218", | ||
"react-is-builtin": "npm:react-is@19.1.0-canary-7eb8234f-20241218", | ||
"react-server-dom-turbopack": "19.1.0-canary-7eb8234f-20241218", | ||
"react-server-dom-turbopack-experimental": "npm:[email protected]7eb8234f-20241218", | ||
"react-server-dom-webpack": "19.1.0-canary-7eb8234f-20241218", | ||
"react-server-dom-webpack-experimental": "npm:[email protected]7eb8234f-20241218", | ||
"react-ssr-prepass": "1.0.8", | ||
"react-virtualized": "9.22.3", | ||
"relay-compiler": "13.0.2", | ||
|
@@ -230,8 +230,8 @@ | |
"resolve-from": "5.0.0", | ||
"sass": "1.54.0", | ||
"satori": "0.10.9", | ||
"scheduler-builtin": "npm:scheduler@0.25.0-rc-7283a213-20241206", | ||
"scheduler-experimental-builtin": "npm:[email protected]7283a213-20241206", | ||
"scheduler-builtin": "npm:scheduler@0.26.0-canary-7eb8234f-20241218", | ||
"scheduler-experimental-builtin": "npm:[email protected]7eb8234f-20241218", | ||
"seedrandom": "3.0.5", | ||
"semver": "7.3.7", | ||
"shell-quote": "1.7.3", | ||
|
@@ -252,7 +252,8 @@ | |
"webpack-bundle-analyzer": "4.7.0", | ||
"whatwg-fetch": "3.0.0", | ||
"ws": "8.2.3", | ||
"yargs": "16.2.0" | ||
"yargs": "16.2.0", | ||
"scheduler": "0.26.0-canary-7eb8234f-20241218" | ||
}, | ||
"engines": { | ||
"node": ">=18.18.0", | ||
|
@@ -272,9 +273,9 @@ | |
"@types/react": "19.0.0", | ||
"@types/react-dom": "19.0.0", | ||
"jest-snapshot": "30.0.0-alpha.6", | ||
"react": "19.0.0-rc-7283a213-20241206", | ||
"react-dom": "19.0.0-rc-7283a213-20241206", | ||
"react-is": "19.0.0-rc-7283a213-20241206", | ||
"react": "19.1.0-canary-7eb8234f-20241218", | ||
"react-dom": "19.1.0-canary-7eb8234f-20241218", | ||
"react-is": "19.1.0-canary-7eb8234f-20241218", | ||
"scheduler": "0.25.0-rc-7283a213-20241206" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing |
||
}, | ||
"patchedDependencies": { | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
faulty