Skip to content

chore(deps): bump react-dom from 19.2.6 to 19.2.7#45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.7
Open

chore(deps): bump react-dom from 19.2.6 to 19.2.7#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-dom-19.2.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps react-dom from 19.2.6 to 19.2.7.

Release notes

Sourced from react-dom's releases.

19.2.7 (June 1st, 2026)

React Server Components

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated React DOM library to patch version 19.2.7.

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.6 to 19.2.7.
- [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.7/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@dependabot dependabot Bot requested a review from a team June 4, 2026 09:25
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 4, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jun 4, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates the react-dom dependency in apps/web/package.json from version 19.2.6 to 19.2.7, a patch-level version bump. No other package configuration, scripts, or dependencies are affected.

Changes

React DOM Dependency Update

Layer / File(s) Summary
React DOM patch version update
apps/web/package.json
react-dom dependency patch version bumped from 19.2.6 to 19.2.7.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • OpenDevFlow/md-latex#12: Both PRs bump React-related dependencies in apps/web/package.json (react-dom 19.2.6→19.2.7 vs. react 19.2.4→19.2.6).

Suggested reviewers

  • iamvirul
  • hiranyasemindi

Poem

A tiny hop, a patch so small,
React-DOM climbs version's hall,
From 19.2.6 to .7 it goes,
A whisker's worth of growth it shows! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: bumping react-dom from version 19.2.6 to 19.2.7, which is the only modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/npm_and_yarn/react-dom-19.2.7

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/web/package.json`:
- Line 29: Update the pinned React versions so they match: in apps/web's
package.json change the "react" entry to the same version as "react-dom"
(19.2.7) to satisfy peerDependencies and avoid the lockfile mismatch; after
updating the "react" dependency, run the workspace package manager (pnpm
install) to regenerate pnpm-lock.yaml and verify no peer dependency warnings for
react-dom@19.2.7 referencing react.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 47225899-e038-4a36-8dbd-2406259d8a1d

📥 Commits

Reviewing files that changed from the base of the PR and between 1fee58b and 55d4e73.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • apps/web/package.json

Comment thread apps/web/package.json
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-dom": "19.2.7",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify current manifest versions and lockfile peer contract (read-only).
set -euo pipefail

echo "apps/web/package.json React lines:"
rg -n '"react"|"react-dom"' apps/web/package.json -n -C1

echo
echo "pnpm-lock.yaml importer resolution lines:"
rg -n 'react-dom:|react:' pnpm-lock.yaml -n -C2 | head -n 40

echo
echo "pnpm-lock.yaml peerDependencies for react-dom@19.2.7:"
rg -n 'react-dom@19\.2\.7|peerDependencies|react:\s+\^19\.2\.7' pnpm-lock.yaml -n -C3

Repository: OpenDevFlow/md-latex

Length of output: 20060


Align react version with react-dom in apps/web/package.json.

apps/web/package.json pins react-dom to 19.2.7 while react remains 19.2.6. In pnpm-lock.yaml, react-dom@19.2.7 declares peerDependencies: react: ^19.2.7, but the lockfile resolves react-dom@19.2.7(react@19.2.6), creating a peer mismatch.

🔧 Suggested fix
-    "react": "19.2.6",
+    "react": "19.2.7",
     "react-dom": "19.2.7",
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/web/package.json` at line 29, Update the pinned React versions so they
match: in apps/web's package.json change the "react" entry to the same version
as "react-dom" (19.2.7) to satisfy peerDependencies and avoid the lockfile
mismatch; after updating the "react" dependency, run the workspace package
manager (pnpm install) to regenerate pnpm-lock.yaml and verify no peer
dependency warnings for react-dom@19.2.7 referencing react.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants