Skip to content

fix: update @vitest/coverage-v8 version to use caret range#395

Open
phillipc wants to merge 2 commits into
mainfrom
fix/v8_version_patching
Open

fix: update @vitest/coverage-v8 version to use caret range#395
phillipc wants to merge 2 commits into
mainfrom
fix/v8_version_patching

Conversation

@phillipc

@phillipc phillipc commented May 31, 2026

Copy link
Copy Markdown
Member

@vitest/coverage-v8 was pinned to an exact version (4.1.7) while all other @vitest/* packages in 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

  • Chores
    • Updated development dependency version constraints.

@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@phillipc, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c6dd0709-8de7-4c6f-9f4f-c6536eda868e

📥 Commits

Reviewing files that changed from the base of the PR and between 67f5668 and a1c83c5.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • package.json
📝 Walkthrough

Walkthrough

The @vitest/coverage-v8 dev dependency version specifier is updated from a pinned version 4.1.7 to a caret range ^4.1.7, allowing patch and minor version updates during installation.

Changes

Dependency Configuration

Layer / File(s) Summary
Vitest coverage dependency range update
package.json
The @vitest/coverage-v8 dev dependency version specifier is changed from exact version 4.1.7 to caret range ^4.1.7.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • knockout/tko#364: Both PRs modify package.json's devDependencies for @vitest/coverage-v8, adjusting its version or range.

Suggested reviewers

  • brianmhunt

Poem

🐰 A single line, a caret small,
Now patches flow through one and all,
The coverage doth adapt with grace,
No versions pinned down to this place! 📦✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating @vitest/coverage-v8 from a fixed version to a caret range, which directly addresses the version inconsistency issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/v8_version_patching

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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