Skip to content

chore: group react/react-dom in Dependabot config - #23

Open
daftpixie wants to merge 1 commit into
mainfrom
chore/dependabot-react-group
Open

chore: group react/react-dom in Dependabot config#23
daftpixie wants to merge 1 commit into
mainfrom
chore/dependabot-react-group

Conversation

@daftpixie

Copy link
Copy Markdown
Owner

Summary

  • Groups react, react-dom, @types/react, and @types/react-dom in Dependabot config
  • Prevents version mismatch failures like PR chore(deps): Bump react from 19.2.3 to 19.2.4 #6 where react was bumped without react-dom
  • React 19 enforces strict version matching, so partial bumps cause 100% test suite failure

Context

PR #6 (react 19.2.3→19.2.4) was closed because Dependabot only bumped react but not react-dom, triggering:

Error: Incompatible React versions: The "react" and "react-dom" packages must have the exact same version.

Test plan

  • No code changes, config-only
  • Verify next Dependabot run groups react packages together

🤖 Generated with Claude Code

Prevents version mismatch failures like PR #6 where Dependabot
bumped react to 19.2.4 but left react-dom at 19.2.3. React 19
enforces strict version matching, causing 100% test suite failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Feb 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ozskr Ready Ready Preview, Comment Feb 14, 2026 5:27am

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