chore(deps): update vitest monorepo to v4.1.5#55
Conversation
Upgrades vitest and @vitest/coverage-v8 from 4.1.4 to 4.1.5. This is a patch release with only bug fixes and one experimental feature (Istanbul instrumenter option). No migration is required. All 5 tests pass with the new version. Replaces the stale Renovate PR #53 which had merge conflicts due to being created against an older state of main (vitest 1.x) and could not be merged.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
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: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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. 📢 Thoughts on this report? Let us know! |
Summary
Upgrades
vitestand@vitest/coverage-v8from4.1.4→4.1.5.@vitest/coverage-v84.1.4→4.1.5vitest4.1.4→4.1.5Migration Analysis
This is a patch release - no migration required.
What changed in v4.1.5
Bug Fixes only:
--projectnegation now correctly excludes browser instancesvi.defineHelpercalled as object methodagentreporter tominimalast-collect: Recognize_vi_import_prefix in static test discoverycoverage: Descriptive error message when reports directory is removedsnapshot: Increased default snapshot max output lengthui: Fix jsx/tsx syntax highlightweb-worker: Support MessagePort objects in postMessage dataapi: Make test-specification options writableExperimental (additive only):
coverage: Istanbulinstrumenteroption (opt-in, no impact on existing config)Verification
All 5 tests pass with vitest
4.1.5:Context
This PR replaces the stale Renovate PR #53 which cannot be merged due to merge conflicts. That PR was originally created when
mainused vitest^1.5.2. Aftermainwas upgraded to^4.1.4, the Renovate branch became conflicted and its lock file was no longer valid despite Renovate updating the description to reference4.1.4 → 4.1.5.Closes/supersedes: #53