Skip to content

Bump react from 19.2.4 to 19.2.8#101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-19.2.8
Open

Bump react from 19.2.4 to 19.2.8#101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-19.2.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown

Bumps react from 19.2.4 to 19.2.8.

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.



Note

Low Risk
Dependency-only patch bump for a devDependency used in the dashboard UI; no app logic changes.

Overview
Bumps the react devDependency from ^19.0.1 to ^19.2.8 and refreshes package-lock.json so the resolved react package is 19.2.8 (was 19.2.4).

This is a patch-level React update for the dashboard bundle (esbuild + client React/DOM only). Upstream notes for 19.2.5–19.2.8 are mostly React Server Components; they should not change behavior for this app’s client-only dashboard usage.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2026

@cursor cursor 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.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

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

Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7fdbfc2. Configure here.

Comment thread package.json
"esbuild": "^0.25.5",
"playwright": "^1.55.0",
"react": "^19.0.1",
"react": "^19.2.8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Mismatched React package versions

High Severity

This bump updates react to 19.2.8 while react-dom stays at 19.2.4. React 19 requires those packages to share the exact same version and throws during module init when they differ, which would break the dashboard that imports both via createRoot.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7fdbfc2. Configure here.

Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.8.
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.8 branch from 7fdbfc2 to 4d7e4ea Compare July 26, 2026 06:19
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