Skip to content

[Snyk] Upgrade react-dom from 19.0.0 to 19.2.4#16

Open
jakexcosme wants to merge 1 commit into
mainfrom
snyk-upgrade-469f6fcae03848342fc16595f6aecd15
Open

[Snyk] Upgrade react-dom from 19.0.0 to 19.2.4#16
jakexcosme wants to merge 1 commit into
mainfrom
snyk-upgrade-469f6fcae03848342fc16595f6aecd15

Conversation

@jakexcosme

@jakexcosme jakexcosme commented Apr 27, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to upgrade react-dom from 19.0.0 to 19.2.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 233 versions ahead of your current version.

  • The recommended version was released 3 months ago.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:


Open in Devin Review

Snyk has created this PR to upgrade react-dom from 19.0.0 to 19.2.4.

See this package in yarn:
react-dom

See this project in Snyk:
https://app.snyk.io/org/cognition-default/project/8e6214a9-d97d-4019-b26f-39eadd492fcf?utm_source=github&utm_medium=referral&page=upgrade-pr

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

"@hookstate/core": "^4.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dom": "^19.2.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 react-dom minimum version bumped without matching react version update

react-dom is bumped to ^19.2.4 (minimum 19.2.4) while react remains at ^19.0.0 (minimum 19.0.0). React and react-dom are required to be the same version — the React documentation explicitly states this. With these constraints, a fresh npm install (without a lockfile) could resolve react to e.g. 19.1.0 and react-dom to 19.2.4, producing a version mismatch that can cause runtime errors. The react dependency at line 15 should be updated to ^19.2.4 to match.

Suggested change
"react-dom": "^19.2.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants