Skip to content

chore(deps): bump react+react-dom 19.2.6 (fix #81 mismatch)#91

Merged
amirotin merged 1 commit into
mainfrom
chore/react-dom-19.2.6
May 28, 2026
Merged

chore(deps): bump react+react-dom 19.2.6 (fix #81 mismatch)#91
amirotin merged 1 commit into
mainfrom
chore/react-dom-19.2.6

Conversation

@amirotin

Copy link
Copy Markdown
Contributor

Supersedes #81, which bumped only react+@types/react and left react-dom at 19.2.0 — the version split crashed every test suite at render (57 failed suites). Bumps react-dom in lockstep to 19.2.6 and matches @types (react 19.2.15, react-dom 19.2.3). Build + all 441 unit tests pass locally.

Supersedes Dependabot #81, which bumped only react + @types/react and
left react-dom at 19.2.0. React requires react and react-dom on the
exact same version; the split crashed every test suite at render time
(57 failed suites on #81). Bump react-dom in lockstep and match the
@types (react 19.2.15, react-dom 19.2.3 — latest available). Frontend
build + all 441 unit tests pass.
Copilot AI review requested due to automatic review settings May 28, 2026 21:11
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates React and React DOM dependencies in web together to resolve the version mismatch described in superseded PR #81 and keep runtime packages aligned with their type packages.

Changes:

  • Bumps react and react-dom to ^19.2.6.
  • Bumps React type packages to @types/react ^19.2.15 and @types/react-dom ^19.2.3.
  • Updates package-lock.json resolved versions and react-dom peer dependency alignment.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
web/package.json Updates React runtime and type dependency ranges.
web/package-lock.json Locks React, React DOM, and type package resolutions to matching updated versions.
Files not reviewed (1)
  • web/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@amirotin amirotin merged commit c6696d8 into main May 28, 2026
27 checks passed
@amirotin amirotin deleted the chore/react-dom-19.2.6 branch May 28, 2026 21:18
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.

2 participants