Skip to content

chore(deps):(deps): bump react from 19.2.4 to 19.2.5#282

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-19.2.5
Open

chore(deps):(deps): bump react from 19.2.4 to 19.2.5#282
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-19.2.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps react from 19.2.4 to 19.2.5.

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 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)

Note

Low Risk
Low risk dependency-only update; no application code changes, but runtime behavior could shift slightly due to the React patch release.

Overview
Bumps the react dependency from 19.2.4 to 19.2.5 in package.json.

Updates package-lock.json to resolve the new React version and normalizes metadata for several platform-specific optional packages (e.g., removal of libc fields).

Reviewed by Cursor Bugbot for commit eb53d5e. Bugbot is set up for automated code reviews on this repo. Configure here.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit eb53d5e. Configure here.

Comment thread package.json
"jszip": "^3.10.1",
"lucide-react": "^1.7.0",
"react": "^19.2.4",
"react": "^19.2.5",
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 and react-dom version mismatch after bump

Medium Severity

react was bumped to ^19.2.5 (resolving to 19.2.5) but react-dom was left at ^19.2.4 (locked to 19.2.4). The React team strongly recommends keeping react and react-dom at identical versions, as they share internal modules and version mismatches can cause subtle runtime inconsistencies. Both dependencies need to be bumped together.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eb53d5e. Configure here.

Comment thread package-lock.json
"dev": true,
"libc": [
"glibc"
],
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing libc constraints for native Linux packages

Low Severity

The libc field (distinguishing glibc vs musl) was removed from numerous native platform-specific packages (@img/sharp-*, @rolldown/binding-*, lightningcss-*). On musl-based Linux environments (e.g., Alpine Docker containers), npm ci may attempt to install glibc-targeted binaries or vice versa, potentially causing build failures in CI.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eb53d5e. Configure here.

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.

0 participants