Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Bump react-dom and @types/react-dom - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2a6546692b
Open

Bump react-dom and @types/react-dom#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2a6546692b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps react-dom and @types/react-dom. These dependencies needed to be updated together.
Updates react-dom from 18.3.1 to 19.2.5

Changelog

Sourced from react-dom'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

Updates @types/react-dom from 18.3.7 to 19.2.3

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm type::chore labels Apr 10, 2026
@dependabot
dependabot Bot temporarily deployed to dependency-review April 10, 2026 18:12 Inactive
@github-actions

github-actions Bot commented Apr 10, 2026

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

packages/vercel/examples/next/package.json

PackageVersionLicenseIssue Type
react-dom^19.2.5NullUnknown License

packages/vercel/examples/node/client/package.json

PackageVersionLicenseIssue Type
react-dom^19.2.5NullUnknown License
Allowed Licenses: MIT, MITNFA, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, Unlicense, CC0-1.0, Zlib, PSF-2.0, Python-2.0, BlueOak-1.0.0, BSL-1.0, MPL-2.0

OpenSSF Scorecard

PackageVersionScoreDetails
npm/react-dom ^19.2.5 UnknownUnknown
npm/@types/react-dom ^19.2.3 UnknownUnknown
npm/react-dom ^19.2.5 UnknownUnknown
npm/react-dom 19.2.5 🟢 6.6
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 9Found 27/30 approved changesets -- score normalized to 9
Security-Policy🟢 10security policy file detected
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 2badge detected: InProgress
License🟢 10license file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟢 9binaries present in source code
Pinned-Dependencies⚠️ 1dependency not pinned by hash detected -- score normalized to 1
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 2SAST tool is not run on all commits -- score normalized to 2

Scanned Files

  • packages/vercel/examples/next/package.json
  • packages/vercel/examples/node/client/package.json
  • pnpm-lock.yaml

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2a6546692b branch from 91a949d to 23b044f Compare April 15, 2026 18:15
@dependabot
dependabot Bot temporarily deployed to dependency-review April 15, 2026 18:15 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2a6546692b branch from 23b044f to 6fb97c2 Compare April 24, 2026 17:56
@dependabot
dependabot Bot temporarily deployed to dependency-review April 24, 2026 17:56 Inactive
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-2a6546692b branch from 6fb97c2 to 53df8eb Compare April 27, 2026 15:09
@dependabot
dependabot Bot temporarily deployed to dependency-review April 27, 2026 15:10 Inactive
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together.

Updates `react-dom` from 18.3.1 to 19.2.5
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-version: 19.2.5
  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/multi-2a6546692b branch from 53df8eb to 9202134 Compare April 27, 2026 19:03
@dependabot
dependabot Bot temporarily deployed to dependency-review April 27, 2026 19:03 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file npm type::chore

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant