Skip to content

Bump react from 18.2.0 to 19.2.6#129

Merged
eviltester merged 2 commits into
masterfrom
dependabot/npm_and_yarn/react-19.2.6
Jun 11, 2026
Merged

Bump react from 18.2.0 to 19.2.6#129
eviltester merged 2 commits into
masterfrom
dependabot/npm_and_yarn/react-19.2.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor

Bumps react from 18.2.0 to 19.2.6.

Release notes

Sourced from react's releases.

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels May 20, 2026
@dependabot dependabot Bot requested a review from eviltester as a code owner May 20, 2026 08:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm npm ecosystem dependency updates labels May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from a2aa48d to 19c2d10 Compare May 29, 2026 13:33
@dependabot dependabot Bot changed the title Bump react from 19.2.5 to 19.2.6 Bump react from 18.2.0 to 19.2.6 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from 19c2d10 to 71f46b5 Compare June 2, 2026 14:21
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.6 branch from 71f46b5 to 1028d92 Compare June 11, 2026 09:30
@greptile-apps

greptile-apps Bot commented Jun 11, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps react and react-dom from 18.2.0 to 19.2.6 in the root package.json (devDependencies used by Storybook/tests), and from 19.2.5 to 19.2.6 in docs-src/package.json. The pnpm-lock.yaml is updated consistently throughout.

  • Root package.json: Both react and react-dom move from 18.2.019.2.6 together, eliminating the major-version gap that existed in an earlier iteration of this PR.
  • docs-src/package.json: Both packages move from 19.2.519.2.6 in lockstep, keeping the Docusaurus site on the latest patch release.
  • pnpm-lock.yaml: All resolved peer-dependency strings referencing react@18.2.0, react-dom@18.2.0, and react@19.2.5/react-dom@19.2.5 are updated to react@19.2.6/react-dom@19.2.6 with no stale references remaining.

Confidence Score: 5/5

Safe to merge — all React packages are now consistently versioned and the lockfile has no stale entries.

This is a pure dependency bump with no application logic changes. Both react and react-dom are in lockstep at 19.2.6 across all package manifests, and the lockfile is fully regenerated to match. The previous version mismatches flagged in earlier review rounds have been resolved.

No files require special attention.

Important Files Changed

Filename Overview
package.json react and react-dom both bumped from 18.2.0 to 19.2.6 in devDependencies — versions are in sync
docs-src/package.json react and react-dom both bumped from 19.2.5 to 19.2.6 — versions remain in sync
pnpm-lock.yaml Lockfile fully updated; no stale react@18.2.0, react-dom@18.2.0, or react@19.2.5/react-dom@19.2.5 entries remain

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot PR] --> B{package.json}
    A --> C{docs-src/package.json}
    B --> D[react: 18.2.0 → 19.2.6]
    B --> E[react-dom: 18.2.0 → 19.2.6]
    C --> F[react: 19.2.5 → 19.2.6]
    C --> G[react-dom: 19.2.5 → 19.2.6]
    D & E --> H[Versions in sync ✓]
    F & G --> I[Versions in sync ✓]
    H & I --> J[pnpm-lock.yaml updated consistently]
Loading

Reviews (5): Last reviewed commit: "Align react-dom with React 19" | Re-trigger Greptile

Comment thread package.json Outdated
Comment thread docs-src/package.json Outdated
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.6 branch 2 times, most recently from 46063d0 to a1d74ca Compare June 11, 2026 09:48
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.2.0 to 19.2.6.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  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.6 branch from a1d74ca to 10e0a34 Compare June 11, 2026 11:42
@eviltester eviltester merged commit dca460f into master Jun 11, 2026
13 checks passed
@eviltester eviltester deleted the dependabot/npm_and_yarn/react-19.2.6 branch June 11, 2026 13:51
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 npm npm ecosystem dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant