build(deps): bump react-dom and @types/react-dom#104
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Owner
|
@dependabot rebase |
fc17102 to
1f07612
Compare
Owner
|
@dependabot rebase |
1f07612 to
f164897
Compare
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>
f164897 to
11d6d1b
Compare
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.
Owner
|
Superseded by #114 (coordinated React 19 upgrade). |
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Contributor
Author
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps react-dom and @types/react-dom. These dependencies needed to be updated together.
Updates
react-domfrom 18.3.1 to 19.2.7Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
6117d7cVersion 19.2.7 (#36591)eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.
Updates
@types/react-domfrom 18.3.7 to 19.2.3Commits