Skip to content

[Snyk] Upgrade react-dom from 19.2.0 to 19.2.3#2

Open
danielbodnar wants to merge 1 commit intomainfrom
snyk-upgrade-7903ef2617e7a74ea97441b35be2f8f0
Open

[Snyk] Upgrade react-dom from 19.2.0 to 19.2.3#2
danielbodnar wants to merge 1 commit intomainfrom
snyk-upgrade-7903ef2617e7a74ea97441b35be2f8f0

Conversation

@danielbodnar
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade react-dom from 19.2.0 to 19.2.3.

ℹ️ 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 3 versions ahead of your current version.

  • The recommended version was released 2 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:

Snyk has created this PR to upgrade react-dom from 19.2.0 to 19.2.3.

See this package in pnpm:
react-dom

See this project in Snyk:
https://app.snyk.io/org/danielbodnar/project/fb1fae36-5dba-4f23-a29b-04b364e68a4f?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings February 9, 2026 09:34
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the keyless-desktop app’s React DOM dependency as part of a Snyk-driven dependency upgrade to keep the production dependency set current.

Changes:

  • Updates react-dom version range in package.json.
  • Updates pnpm-lock.yaml to a newer resolved react-dom version and adjusts related lock snapshots.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 3 comments.

File Description
keyless-desktop/package.json Updates the declared react-dom dependency version range.
keyless-desktop/pnpm-lock.yaml Updates the lockfile’s resolved react-dom version and dependency graph snapshots.
Files not reviewed (1)
  • keyless-desktop/pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +33 to +34
specifier: ^19.2.4
version: 19.2.4(react@19.2.0)
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

pnpm-lock.yaml lists react-dom specifier/version as ^19.2.4 / 19.2.4, but package.json declares react-dom ^19.2.3. This makes the lockfile inconsistent with the manifest and will cause pnpm to consider the lock out-of-date. Align the versions (either bump package.json to ^19.2.4 or regenerate the lock for ^19.2.3) and re-run pnpm install to produce a consistent lockfile.

Suggested change
specifier: ^19.2.4
version: 19.2.4(react@19.2.0)
specifier: ^19.2.3
version: 19.2.3(react@19.2.0)

Copilot uses AI. Check for mistakes.
Comment on lines +1417 to 1421
react-dom@19.2.4:
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
peerDependencies:
react: ^19.2.0
react: ^19.2.4

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

react-dom@19.2.4 declares a peer dependency on react ^19.2.4, but this lockfile resolves react to 19.2.0. This peer mismatch can lead to install warnings or subtle runtime issues; react and react-dom should be kept on the same patch/minor. Update react to >=19.2.4 (and update package.json/lock accordingly) or select a react-dom version whose peer range matches the resolved react version.

Copilot uses AI. Check for mistakes.
Comment on lines 19 to 22
"@tauri-apps/plugin-store": "^2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.2.3"
},
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

PR metadata/title indicate upgrading react-dom to 19.2.3, but the lockfile changes resolve react-dom to 19.2.4. Please either adjust the dependency bump to match the PR description/title, or update the PR metadata/title to reflect the actual version being introduced (and keep package.json and pnpm-lock.yaml consistent).

Copilot uses AI. Check for mistakes.
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.

3 participants