fix: update @vitest/coverage-v8 version to use caret range#395
Conversation
|
No actionable comments were generated in the recent review. π βΉοΈ Recent review infoβοΈ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: β Files ignored due to path filters (1)
π Files selected for processing (1)
π WalkthroughWalkthroughThe ChangesDependency Configuration
Estimated code review effortπ― 1 (Trivial) | β±οΈ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
π₯ 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 |
@vitest/coverage-v8was pinned to an exact version (4.1.7) while all other@vitest/* packagesin devDependencies use a caret range (^4.1.7). This inconsistency caused version mismatches when Bun resolved the lockfile.Change:
"@vitest/coverage-v8": "4.1.7"β"@vitest/coverage-v8": "^4.1.7"Summary by CodeRabbit