Converged eslint-plugin-react-hooks and catalogued the tailwindcss plugin split#28319
Conversation
…ugin split - eslint-plugin-react-hooks was split 5.2.0 (admin) vs 4.6.2 (7 other React apps) by accident; unified everyone on 5.2.0 via the catalog (admin already ran it, no new lint errors surfaced and the pre-existing exhaustive-deps warnings are unchanged) - eslint-plugin-tailwindcss tracks the Tailwind v4/v3 lane split, so moved it into the catalog (4.0.0-beta.0) and the tailwind3 named catalog (3.18.2) to mirror tailwindcss itself, making the split intentional rather than incidental
WalkthroughThis PR consolidates ESLint plugin dependency versioning across the Ghost monorepo by establishing shared version catalogs in Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #28319 +/- ##
==========================================
- Coverage 73.70% 73.70% -0.01%
==========================================
Files 1535 1535
Lines 130745 130745
Branches 15641 15641
==========================================
- Hits 96369 96361 -8
+ Misses 33413 33395 -18
- Partials 963 989 +26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Two ESLint plugins were drifting:
eslint-plugin-react-hookswas 5.2.0 in admin but 4.6.2 in 7 other React apps by accident. Unified everyone on 5.2.0 via the catalog. No new lint errors surface; the fewexhaustive-depswarnings already exist onmainunder 4.6.2.eslint-plugin-tailwindcsstracks the Tailwind v4/v3 lane split, so it's moved into the catalog (4.0.0-beta.0) and thetailwind3named catalog (3.18.2) to mirrortailwindcssitself — making the split intentional rather than incidental.pnpm lintpasses (exit 0) across all affected packages.