Skip to content

fix(ui): sync react-dom to 19.2.8 to match react - #69

Merged
rennerdo30 merged 1 commit into
mainfrom
fix/react-dom-version-sync
Jul 29, 2026
Merged

fix(ui): sync react-dom to 19.2.8 to match react#69
rennerdo30 merged 1 commit into
mainfrom
fix/react-dom-version-sync

Conversation

@rennerdo30

Copy link
Copy Markdown
Owner

react was bumped to 19.2.8 (#64) but react-dom stayed at 19.2.7, leaving main with a mismatched pair. React requires both packages on the same version — a mismatch throws at runtime and fails the UI test suite.

Dependabot's own PR for this (#66) went CONFLICTING on the lockfile and a rebase did not clear it, so this applies the bump directly.

  • ui/package.json: react-dom 19.2.7 -> 19.2.8
  • ui/package-lock.json: regenerated with npm install --package-lock-only; both react and react-dom now resolve to 19.2.8

Supersedes #66.

react was bumped to 19.2.8 while react-dom stayed at 19.2.7. Mismatched
react/react-dom versions make React throw at runtime and fail the UI test
suite, so both must move together.
@rennerdo30
rennerdo30 merged commit db65a7c into main Jul 29, 2026
1 of 4 checks passed
@rennerdo30
rennerdo30 deleted the fix/react-dom-version-sync branch July 29, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant