chore(deps): Bump react-dom and @types/react-dom in /site - #17
Merged
juliojimenez merged 2 commits intoAug 10, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/site/multi-d8ec5a502f
branch
from
August 10, 2026 00:00
ed065f6 to
6c9ef14
Compare
juliojimenez
enabled auto-merge (squash)
August 10, 2026 00:13
Bumps [react-dom](https://github.com/react/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.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) Updates `@types/react-dom` from 18.3.7 to 19.2.4 - [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.4 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/site/multi-d8ec5a502f
branch
from
August 10, 2026 00:15
6c9ef14 to
eed55b0
Compare
There was a problem hiding this comment.
Pull request overview
Updates React DOM runtime and type dependencies for the site.
Changes:
- Upgrades
react-domto 19.2.8. - Upgrades
@types/react-domto 19.2.4. - Refreshes transitive lockfile dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
site/package.json |
Updates React DOM dependencies. |
site/package-lock.json |
Locks updated packages and transitive dependencies. |
Files not reviewed (1)
- site/package-lock.json: Generated file
Suppressed comments (1)
site/package.json:20
@types/react-dom@19.2.4declares@types/react@^19.2.0as a peer, while this manifest and lockfile retain the React 18 type package. This is a second peer-dependency conflict and also mixes incompatible major-version type definitions. Upgrade@types/reactalongside@types/react-dom.
"@types/react-dom": "^19.2.4",
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: juliojimenez <648113+juliojimenez@users.noreply.github.com>
auto-merge was automatically disabled
August 10, 2026 00:17
Head branch was pushed to by a user without write access
|
|
juliojimenez
enabled auto-merge (squash)
August 10, 2026 00:18
juliojimenez
approved these changes
Aug 10, 2026
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.8Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
1dd4ecb[FlightReply] Performance improvements when decoding (#37087)b0d2fdb[19.2.x] Update required references to GitHub repo (#36753)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)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.4Commits