Bumped vitest catalog to 4.1.5 to match @vitest/coverage-v8#27951
Conversation
- @vitest/coverage-v8 4.1.5 declares an exact peer on vitest@4.1.5, but the catalog pinned vitest at 4.1.2, so every pnpm install printed an unmet peer warning for ghost/core - bumping the catalog entry to 4.1.5 aligns vitest with its coverage plugin and clears the warning; this is a patch bump with no API impact
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe PR bumps the 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 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 #27951 +/- ##
=======================================
Coverage 73.78% 73.78%
=======================================
Files 1522 1522
Lines 128637 128637
Branches 15415 15420 +5
=======================================
+ Hits 94911 94914 +3
+ Misses 32792 32788 -4
- Partials 934 935 +1
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:
|
Summary
pnpm-workspace.yamlpinnedvitest: 4.1.2in the top-level catalog while@vitest/coverage-v8: 4.1.5in the same catalog declares an exact peer onvitest@4.1.5. As a result everypnpm installprinted:Bumping the catalog
vitestentry from 4.1.2 to 4.1.5 (a patch release) realigns the two packages and clears the warning. The lockfile is regenerated to match. Other peer warnings emitted alongside this one (bookshelf/knex,sinon-chai/chai,html-validate/vitestrange,@testing-library/react, etc.) are pre-existing and out of scope here.Test plan
pnpm install— theunmet peer vitest@4.1.5: found 4.1.2warning is gone; no new peer warnings appearapps/comments-uipnpm test:unit— 13 test files / 219 tests passed (vitest 4.1.5)apps/postspnpm test:unit— 32 test files / 184 tests passed (vitest 4.1.5)