-
Notifications
You must be signed in to change notification settings - Fork 22
build(deps): bump react and @types/react #20
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.
|
31baf81 to
8ce6c59
Compare
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.3 to 19.2.4 - [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.2.4/packages/react) Updates `@types/react` from 19.2.7 to 19.2.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.2.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
8ce6c59 to
c915253
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 and its type definitions as part of routine dependency maintenance. React is being updated from 19.2.3 to 19.2.4, which includes security improvements and DoS mitigations for Server Actions and Server Components (released January 26th, 2026). The @types/react package is being updated from 19.2.7 to 19.2.10 to maintain type compatibility.
Changes:
- React updated from 19.2.3 to 19.2.4 with security fixes
- @types/react updated from 19.2.7 to 19.2.10
- All transitive dependencies updated to reference the new React versions
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates React to 19.2.4 and @types/react to 19.2.10 in dependencies, devDependencies, and pnpm overrides |
| pnpm-lock.yaml | Reflects the updated dependency versions and all transitive dependency references throughout the lockfile |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
|
|
||
| overrides: | ||
| '@types/react': 19.2.7 | ||
| '@types/react': 19.2.10 |
Copilot
AI
Jan 31, 2026
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 version of @types/react in this update (19.2.10) does not match the version mentioned in the PR description (19.2.9). This discrepancy should be addressed - either the PR description needs to be updated to reflect the actual version being installed, or the version in the lockfile should match the description.
Bumps react and @types/react. These dependencies needed to be updated together.
Updates
reactfrom 19.2.3 to 19.2.4Release notes
Sourced from react's releases.
Commits
90ab3f8Version 19.2.4Updates
@types/reactfrom 19.2.7 to 19.2.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 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)