-
Notifications
You must be signed in to change notification settings - Fork 0
Bump react, react-dom and @types/react #1397
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6c4f52d
to
648f648
Compare
648f648
to
6f23fd7
Compare
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.
Pull Request Overview
This PR updates React, ReactDOM, and their TypeScript definitions from version 18.x to 19.1.1, bringing the project up to date with the latest React release that includes Owner Stacks for debugging, enhanced Suspense support, and various performance improvements.
- Bumps
react
from 18.3.1 to 19.1.1 - Bumps
react-dom
from 18.3.1 to 19.1.1 - Updates
@types/react
from 17.0.43 to 19.1.9
}, | ||
"devDependencies": { | ||
"@types/node": "^24.1.0", | ||
"@types/react": "^17.0.43", | ||
"@types/react": "^19.1.9", | ||
"@types/react-dom": "^18.3.0", |
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.
The @types/react-dom package should also be updated to match the React DOM version being used. Consider updating @types/react-dom to ^19.x.x to maintain consistency with the React DOM 19.1.1 upgrade.
Copilot uses AI. Check for mistakes.
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react) Updates `react-dom` from 18.3.1 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom) Updates `@types/react` from 17.0.43 to 19.1.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.1.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6f23fd7
to
3744a9e
Compare
Bumps react, react-dom and @types/react. These dependencies needed to be updated together.
Updates
react
from 18.3.1 to 19.1.1Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
87e33ca
Set release versions to 19.1.15a1eb6f
fix: rename bottom stack frame (#33680)4a9df08
Stop creating Owner Stacks if many have been created recently (#32529)b630219
[refactor] move isValidElementType to react-is (#32518)1a19170
[refactor] Add element type for Activity (#32499)6aa8254
Add ref to Fragment (#32465)e0fe347
[flags] remove enableOwnerStacks (#32426)70f1d76
[flow] Eliminate usage of global React types in ReactNativeTypes.js (#32330)0d9834c
build: add support to the rollup build for building typescript packages (#32393)a53da6a
Add useSwipeTransition Hook Behind Experimental Flag (#32373)Updates
react-dom
from 18.3.1 to 19.1.1Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
87e33ca
Set release versions to 19.1.1b793948
Bump next prerelease version numbers (#32782)7943da1
Set accurate value for alwaysThrottleRetries on www (#32684)476f538
Add getClientRects to fragment instances (#32660)c69a5fc
Add blur() and focusLast() to fragment instances (#32654)cd28a94
Add observer methods to fragment instances (#32619)6aa8254
Add ref to Fragment (#32465)029e8bd
Add Owner Stack to attribute hydration mismatches (#32538)aac177c
Support beforetoggle/toggle events for dialog (#32479)e0fe347
[flags] remove enableOwnerStacks (#32426)Updates
@types/react
from 17.0.43 to 19.1.9Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)