chore(deps): bump react-dom from 19.1.0 to 19.2.7 - #78
dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
| Filename | Overview |
|---|---|
| package.json | Bumps react-dom from 19.1.0 to 19.2.7; react remains at 19.1.0 while react-dom@19.2.7 declares peerDependency "react": "^19.2.7" |
| package-lock.json | Lockfile regenerated by npm; react-dom updated to 19.2.7, scheduler bumped to 0.27.0, and numerous peer/dev metadata flags reshuffled as expected after a dependency tree change |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["package.json<br/>react: 19.1.0 (unchanged)"]
B["package.json<br/>react-dom: 19.2.7 (bumped)"]
C["package-lock.json<br/>react-dom@19.2.7<br/>peerDep: react ^19.2.7"]
D["package-lock.json<br/>scheduler@0.27.0 (bumped)"]
E{{"⚠ Peer dep mismatch<br/>19.1.0 does not satisfy ^19.2.7"}}
B --> C
C --> D
A -->|satisfies?| E
C -->|requires| E
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A["package.json<br/>react: 19.1.0 (unchanged)"]
B["package.json<br/>react-dom: 19.2.7 (bumped)"]
C["package-lock.json<br/>react-dom@19.2.7<br/>peerDep: react ^19.2.7"]
D["package-lock.json<br/>scheduler@0.27.0 (bumped)"]
E{{"⚠ Peer dep mismatch<br/>19.1.0 does not satisfy ^19.2.7"}}
B --> C
C --> D
A -->|satisfies?| E
C -->|requires| E
Reviews (2): Last reviewed commit: "chore(deps): bump react-dom from 19.1.0 ..." | Re-trigger Greptile
| @@ -69,7 +69,7 @@ | |||
| "next-themes": "^0.4.6", | |||
There was a problem hiding this comment.
React/react-dom version mismatch
react-dom@19.2.7 declares "react": "^19.2.7" as its peer dependency (visible in package-lock.json), but react remains pinned to 19.1.0. 19.1.0 does not satisfy ^19.2.7 (>=19.2.7 <20.0.0). npm 7+ treats unsatisfied peer deps as install errors, so npm install or CI dependency installs may fail, and even if they don't, running mismatched react + react-dom minor versions can trigger subtle reconciler bugs or runtime warnings. react should be bumped to 19.2.7 in the same PR.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge This Dependabot PR bumps Overview
Issue Details (click to expand)CRITICAL
Files Reviewed (2 files)
Fix these issues in Kilo Cloud Previous Review Summary (commit 0ee63b6)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 0ee63b6)Status: 1 Issue Found | Recommendation: Address before merge This Dependabot PR bumps Overview
Issue Details (click to expand)CRITICAL
Files Reviewed (2 files)
Reviewed by GLM-5.2 · Input: 55.5K · Output: 5.7K · Cached: 208.3K |
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.1.0 to 19.2.7. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
0ee63b6 to
eb5c6f5
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps react-dom from 19.1.0 to 19.2.7.
Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
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)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.