Skip to content

fix: ignore eslint-plugin-react-hooks in dependabot#444

Merged
vreshch merged 2 commits intomasterfrom
fix/ignore-react-hooks-canary
Mar 21, 2026
Merged

fix: ignore eslint-plugin-react-hooks in dependabot#444
vreshch merged 2 commits intomasterfrom
fix/ignore-react-hooks-canary

Conversation

@vreshch
Copy link
Contributor

@vreshch vreshch commented Mar 21, 2026

Ignore eslint-plugin-react-hooks in Dependabot

Problem

Dependabot grouped all deps with patterns: ['*'] and tried to "update" eslint-plugin-react-hooks from canary e0cc7202-20260227 (supports eslint 10) to older canary 52684925-20251110 (only supports eslint 9). This broke npm ci with ERESOLVE.

Fix

Ignore eslint-plugin-react-hooks in dependabot until a stable (non-canary) release is available. Canary versions use date-based tags that confuse semver ordering.

Canary versions use date-based tags that confuse dependabot into
downgrading to older canaries. Pin manually until stable release.
@github-actions
Copy link
Contributor

github-actions bot commented Mar 21, 2026

🎉 PR Validation ✅ PASSED

Commit: b731e546f765ddefd8cc6a1d81431f0028d7f2cb
Branch: fix/ignore-react-hooks-canary

Checks:

  • ✅ Dependencies installed
  • ✅ Type check passed
  • ✅ Linting passed
  • ✅ Format check passed
  • ✅ Tests passed
  • ✅ Build successful
  • ✅ E2E tests

Ready to merge!


🔗 View workflow run
⏰ Generated at: 2026-03-21T12:57:13.529Z

@vreshch vreshch merged commit 04517de into master Mar 21, 2026
5 checks passed
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