Skip to content

chore(deps): Bump react from 19.2.3 to 19.2.4 - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-19.2.4
Closed

chore(deps): Bump react from 19.2.3 to 19.2.4#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-19.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 13, 2026

Copy link
Copy Markdown
Contributor

Bumps react from 19.2.3 to 19.2.4.

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.4 branch from ae6a8d0 to a3a70ec Compare February 13, 2026 03:50
@dependabot
dependabot Bot requested a review from daftpixie as a code owner February 13, 2026 03:50
@vercel

vercel Bot commented Feb 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ozskr Ready Ready Preview, Comment Feb 14, 2026 5:17am

@daftpixie

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/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)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@daftpixie

Copy link
Copy Markdown
Owner

Closing — root cause identified:

Error: Incompatible React versions: The "react" and "react-dom" packages must have the exact same version.
  - react:      19.2.4
  - react-dom:  19.2.3

Dependabot bumped react but not react-dom. React 19 enforces strict version matching between the two packages, causing 100% test suite failure (63/63 suites, 0 tests executed).

Resolution: Will group react and react-dom in Dependabot config so they're always bumped together. The security fix (DoS mitigations for Server Actions) will be picked up when react-dom 19.2.4 is also available and both are bumped simultaneously.

@daftpixie daftpixie closed this Feb 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Feb 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/react-19.2.4 branch February 14, 2026 05:25
daftpixie pushed a commit that referenced this pull request Feb 14, 2026
Prevents version mismatch failures like PR #6 where Dependabot
bumped react to 19.2.4 but left react-dom at 19.2.3. React 19
enforces strict version matching, causing 100% test suite failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant