Skip to content

chore(deps): bump react from 18.3.1 to 19.2.7#2230

Open
dependabot[bot] wants to merge 127 commits into
mainfrom
dependabot/npm_and_yarn/react-19.2.7
Open

chore(deps): bump react from 18.3.1 to 19.2.7#2230
dependabot[bot] wants to merge 127 commits into
mainfrom
dependabot/npm_and_yarn/react-19.2.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps react from 18.3.1 to 19.2.7.

Release notes

Sourced from react's releases.

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

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

... (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 GitHub Actions, a new releaser for react since your current version.


@dependabot dependabot Bot added level:beginner GSSoC: Beginner difficulty (20 pts) type:devops GSSoC type bonus: devops (+15 pts) labels Jun 8, 2026
@dependabot dependabot Bot added level:beginner GSSoC: Beginner difficulty (20 pts) type:devops GSSoC type bonus: devops (+15 pts) labels Jun 8, 2026
@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
devtrack Ready Ready Preview, Comment Jun 9, 2026 6:38pm

@github-actions github-actions Bot added the gssoc26 GSSoC 2026 contribution label Jun 8, 2026
feat: implement robust Error Boundary and Sentry reporting
feat(i18n): add internationalization infrastructure
# Conflicts:
#	tests/snapshots/visual-regression.spec.js/landing-page-dark.png
…enhancements

feat: enhance landing page UI, update sections, and stabilize workflows
…async-actions

feat(ux): add loading and disabled states for async action buttons
fix: mobile bento grid widgets overflow on screens < 375px
fix(a11y): ensure productivity level badge is screen-reader accessible (#952)
feat(rooms): add Leave Room for members and Remove Member for owners
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.7 branch from 5c31984 to c130f8f Compare June 9, 2026 19:09
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.7 branch from c130f8f to 16f0251 Compare June 9, 2026 19:11
Priyanshu-byte-coder and others added 4 commits June 10, 2026 00:42
Merge commits from fork PRs brought in stale lock file entries
that caused npm ci to fail with version mismatches.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merge commits from fork PRs introduced syntax errors and duplicate
code blocks in 14 files. Restored all affected files to their
pre-merge-commit state which was passing all CI checks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Lock file was generated on Windows and only contained win32 binaries.
CI runs on Linux and needs linux-x64 binaries for:
- @parcel/watcher (file watching in next.config.mjs)
- esbuild (bundling)
- @swc/core (TypeScript/JSX compilation)
- sharp (image optimization)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.2.7.
- [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/HEAD/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-19.2.7 branch from 16f0251 to 788acd1 Compare June 9, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved GSSoC: PR approved for scoring gssoc26 GSSoC 2026 contribution level:advanced GSSoC: Advanced difficulty (55 pts) level:beginner GSSoC: Beginner difficulty (20 pts) type:devops GSSoC type bonus: devops (+15 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants