build(deps): bump react and @types/react#88
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `@types/react` from 18.3.28 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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.
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
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. |
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 and @types/react. These dependencies needed to be updated together.
Updates
reactfrom 18.3.1 to 19.2.5Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
23f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.15667a41Bump next prerelease version numbers (#34639)8bb7241Bump useEffectEvent to Canary (#34610)e3c9656Ensure Performance Track are Clamped and Don't overlap (#34509)68f00c9Release Activity in Canary (#34374)0e10ee9[Reconciler] Set ProfileMode for Host Root Fiber by default in dev (#34432)Updates
@types/reactfrom 18.3.28 to 19.2.14Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)