[Snyk] Upgrade react-dom from 19.0.0 to 19.2.4#16
Open
jakexcosme wants to merge 1 commit into
Open
Conversation
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
| "@hookstate/core": "^4.0.1", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "react-dom": "^19.2.4", |
There was a problem hiding this comment.
🟡 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", |
Was this helpful? React with 👍 or 👎 to provide feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
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: