-
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
reactfrom 18.3.1 to 19.1.1 - Bumps
react-domfrom 18.3.1 to 19.1.1 - Updates
@types/reactfrom 17.0.43 to 19.1.9
| "@types/node": "^24.1.0", | ||
| "@types/react": "^17.0.43", | ||
| "@types/react": "^19.1.9", | ||
| "@types/react-dom": "^18.3.0", |
Copilot
AI
Aug 1, 2025
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.
6f23fd7 to
3744a9e
Compare
3744a9e to
8405a65
Compare
8405a65 to
1a8b62d
Compare
1a8b62d to
7e58ca7
Compare
05f2657 to
bfcd744
Compare
9dde615 to
06e302e
Compare
06e302e to
e00cd9b
Compare
c2a50f8 to
0f5e44e
Compare
0f5e44e to
f3c4cb4
Compare
f3c4cb4 to
7953531
Compare
7953531 to
cddfd31
Compare
cddfd31 to
1a7c5d2
Compare
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>
1a7c5d2 to
9850d27
Compare
|
Superseded by #1444. |
Bumps react, react-dom and @types/react. These dependencies needed to be updated together.
Updates
reactfrom 18.3.1 to 19.1.1Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
87e33caSet release versions to 19.1.15a1eb6ffix: rename bottom stack frame (#33680)4a9df08Stop 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)6aa8254Add ref to Fragment (#32465)e0fe347[flags] remove enableOwnerStacks (#32426)70f1d76[flow] Eliminate usage of global React types in ReactNativeTypes.js (#32330)0d9834cbuild: add support to the rollup build for building typescript packages (#32393)a53da6aAdd useSwipeTransition Hook Behind Experimental Flag (#32373)Updates
react-domfrom 18.3.1 to 19.1.1Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
87e33caSet release versions to 19.1.1b793948Bump next prerelease version numbers (#32782)7943da1Set accurate value for alwaysThrottleRetries on www (#32684)476f538Add getClientRects to fragment instances (#32660)c69a5fcAdd blur() and focusLast() to fragment instances (#32654)cd28a94Add observer methods to fragment instances (#32619)6aa8254Add ref to Fragment (#32465)029e8bdAdd Owner Stack to attribute hydration mismatches (#32538)aac177cSupport beforetoggle/toggle events for dialog (#32479)e0fe347[flags] remove enableOwnerStacks (#32426)Updates
@types/reactfrom 17.0.43 to 19.1.9Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)