chore(deps): bump react-dom and @types/react-dom - #16
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
2 issues found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:32">
P0: `react-dom` was upgraded to 19.x while `react` is still 18.x, which creates a runtime version mismatch and can crash app initialization.</violation>
<violation number="2" location="package.json:39">
P2: `@types/react-dom` was upgraded to 19.x without upgrading `@types/react` to 19.x, which can introduce TypeScript type mismatches.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "posthog-js": "^1.372.9", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-dom": "^19.2.6", |
There was a problem hiding this comment.
P0: react-dom was upgraded to 19.x while react is still 18.x, which creates a runtime version mismatch and can crash app initialization.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 32:
<comment>`react-dom` was upgraded to 19.x while `react` is still 18.x, which creates a runtime version mismatch and can crash app initialization.</comment>
<file context>
@@ -29,14 +29,14 @@
"posthog-js": "^1.372.9",
"react": "^18.3.1",
- "react-dom": "^18.3.1",
+ "react-dom": "^19.2.6",
"xlsx": "^0.18.5"
},
</file context>
| "@sentry/vite-plugin": "^5.2.1", | ||
| "@types/react": "^18.3.0", | ||
| "@types/react-dom": "^18.3.0", | ||
| "@types/react-dom": "^19.2.3", |
There was a problem hiding this comment.
P2: @types/react-dom was upgraded to 19.x without upgrading @types/react to 19.x, which can introduce TypeScript type mismatches.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 39:
<comment>`@types/react-dom` was upgraded to 19.x without upgrading `@types/react` to 19.x, which can introduce TypeScript type mismatches.</comment>
<file context>
@@ -29,14 +29,14 @@
"@sentry/vite-plugin": "^5.2.1",
"@types/react": "^18.3.0",
- "@types/react-dom": "^18.3.0",
+ "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.39.4",
</file context>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-bb2efd036b
branch
from
May 13, 2026 19:37
fe35182 to
27937ad
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-bb2efd036b
branch
from
May 19, 2026 20:09
27937ad to
21b6f05
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/multi-bb2efd036b
branch
from
May 19, 2026 22:51
21b6f05 to
1b03b8b
Compare
Bumps [react-dom](https://github.com/facebook/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.6 - [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.6/packages/react-dom) Updates `@types/react-dom` from 18.3.7 to 19.2.3 - [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.3 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: react-dom dependency-version: 19.2.6 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/multi-bb2efd036b
branch
from
May 19, 2026 23:49
1b03b8b to
1e233cf
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 and @types/react-dom. These dependencies needed to be updated together.
Updates
react-domfrom 18.3.1 to 19.2.6Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)Updates
@types/react-domfrom 18.3.7 to 19.2.3Commits