Conversation
Mixed activityActivity patterns show a mix of organic and automated signals. Evidence
Last 5 PRs:
This is an automated analysis by AgentScan |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #912 +/- ##
==========================================
- Coverage 94.24% 94.23% -0.01%
==========================================
Files 10 10
Lines 747 746 -1
Branches 235 235
==========================================
- Hits 704 703 -1
Misses 40 40
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Vitest
5changes mock defaults and removes the top-levelbenchAPI. This upgrade preserves the existing test behavior with the Vite+1.0preview from voidzero-dev/vite-plus#2551.The catalog pins
0.0.0-commit.81de5f37788bc4c0e46b0737c15e1be42f57403dand aligns Vitest and the coverage provider at5.0.1. The.npmrcfile selects the preview registry because1.0.0is not yet published.The configuration keeps
clearMocks: falseand its compatibility comment to preserve mock call history. Each benchmark uses the test context'sbenchfixture and awaits.run(). The benchmark workflow usespnpm exec vp test bench --run. The pack configuration keeps dependency subpath resolution enabled. The test setup, assertions, coverage selection, and public Node.js engine range stay unchanged.