Skip to content

build(deps): bump react-dom and @types/react-dom#104

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-bb2efd036b
Closed

build(deps): bump react-dom and @types/react-dom#104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-bb2efd036b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 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.7

Release notes

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

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


Updates @types/react-dom from 18.3.7 to 19.2.3

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 24, 2026
@atomantic

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-bb2efd036b branch from fc17102 to 1f07612 Compare June 12, 2026 21:02
@atomantic

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-bb2efd036b branch from 1f07612 to f164897 Compare June 12, 2026 21:52
atomantic added a commit that referenced this pull request Jun 12, 2026
Bumps react, react-dom, and @types/react(-dom) to 19 in the client. React 19
couldn't land via the standalone Dependabot PRs (#88 bumped react without
react-dom, and react-leaflet@4 pins react to ^18) — react-leaflet must move to
v5 for React 19 support, so all four are upgraded together. The only
react-leaflet API used (MapContainer/TileLayer/Marker/Polyline/Popup/useMap) is
unchanged in v5.

React 19 type fixes: useRef<T>() now requires an initial arg (-> useRef<T>(undefined),
3 sites), JSX.Element namespace import in FamilyUnitCard, and an explicit
React.MouseEvent annotation on a Link onClick.

Supersedes Dependabot #88 (react 19) and #104 (react-dom 19). Verified: full
build passes; the 18 failing tests are pre-existing better-sqlite3 native-binding
failures on main, unrelated to this change.
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.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/v19.2.7/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.6
  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-bb2efd036b branch from f164897 to 11d6d1b Compare June 12, 2026 22:09
atomantic added a commit that referenced this pull request Jun 12, 2026
…114)

Bumps react, react-dom, and @types/react(-dom) to 19 in the client. React 19
couldn't land via the standalone Dependabot PRs (#88 bumped react without
react-dom, and react-leaflet@4 pins react to ^18) — react-leaflet must move to
v5 for React 19 support, so all four are upgraded together. The only
react-leaflet API used (MapContainer/TileLayer/Marker/Polyline/Popup/useMap) is
unchanged in v5.

React 19 type fixes: useRef<T>() now requires an initial arg (-> useRef<T>(undefined),
3 sites), JSX.Element namespace import in FamilyUnitCard, and an explicit
React.MouseEvent annotation on a Link onClick.

Supersedes Dependabot #88 (react 19) and #104 (react-dom 19). Verified: full
build passes; the 18 failing tests are pre-existing better-sqlite3 native-binding
failures on main, unrelated to this change.
@atomantic

Copy link
Copy Markdown
Owner

Superseded by #114 (coordinated React 19 upgrade).

@atomantic atomantic closed this Jun 12, 2026
@atomantic atomantic deleted the dependabot/npm_and_yarn/multi-bb2efd036b branch June 12, 2026 22:12
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

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.

1 participant