Bump react-dom from 19.2.4 to 19.2.8#103
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 19.2.4 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) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/react-dom-19.2.8
branch
from
July 26, 2026 06:19
0f25fa9 to
79f4ab9
Compare
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 from 19.2.4 to 19.2.8.
Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
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.5Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.
Note
Low Risk
Dev-dependency patch/minor React bump only; no production dependency or auth/data path changes.
Overview
Updates
react-dominpackage.jsonfrom^19.0.1to^19.2.8and refreshespackage-lock.json, which also resolvesreactto 19.2.8 (from 19.2.4) so it stays aligned withreact-dom’s peer dependency.There are no application code changes; the dashboard still mounts with
createRootfromreact-dom/client. Upstream notes for 19.2.5–19.2.8 are mostly React Server Components (FormData in Server Actions, decoding performance)—unlikely to affect this Electron client bundle unless you add RSC later.Reviewed by Cursor Bugbot for commit 79f4ab9. Bugbot is set up for automated code reviews on this repo. Configure here.