-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update vitest monorepo #114
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 135 135
Branches 26 26
=========================================
Hits 135 135 ☔ View full report in Codecov by Sentry. |
78bc970 to
fa897be
Compare
fa897be to
15c45b5
Compare
15c45b5 to
65c4978
Compare
65c4978 to
1a4948b
Compare
2aef258 to
13b52b9
Compare
13b52b9 to
fccb963
Compare
fccb963 to
e92377a
Compare
e92377a to
d67c583
Compare
d67c583 to
a6b5ebd
Compare
a6b5ebd to
6897d69
Compare
6897d69 to
1f57aa1
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
1f57aa1 to
50feda8
Compare
This PR contains the following updates:
0.31.4->0.33.00.31.4->0.34.6Release Notes
vitest-dev/vitest (@vitest/coverage-c8)
v0.33.0Compare Source
🚨 Breaking Changes
0.32.0changed the defaultincludeglobs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.🐞 Bug Fixes
View changes on GitHub
v0.32.4Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.32.3Compare Source
🚀 Features
concurrentoption tosequenceconfig - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3604 (f427f)benchname - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3711 (a749a)test.extend- by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3554 (2db1a)🐞 Bug Fixes
CTRL+Cto terminate run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3642 (fa663)toBeCalledTimes- by @antfu in https://github.com/vitest-dev/vitest/issues/3696 (d3640)v8to prevent crash on dynamic CJS files - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3657 (40f18)retryandrepeats0 - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3638 (6d146)hkey - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3618 (60c36)View changes on GitHub
v0.32.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.32.1Compare Source
🚀 Features
registerConsoleShortcutsfromvitest/node- by @deot in https://github.com/vitest-dev/vitest/issues/3563 (bc49b)expect.unreachable- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3556 (8e385)describe/testname support anonymous function - by @btea in https://github.com/vitest-dev/vitest/issues/3562 (3d436)🐞 Bug Fixes
performancefromperf_hooks- by @Max10240 and wangbaolong.wbl in https://github.com/vitest-dev/vitest/issues/3578 and https://github.com/vitest-dev/vitest/issues/3579 (24ec8)vitest- by @userquin in https://github.com/vitest-dev/vitest/issues/3580 (b4ac8)View changes on GitHub
v0.32.0Compare Source
🚨 Breaking Changes
test.jsto be a test file. Also any file in__tests__is now considered to be a test, not just files withtestorspecsuffix.@vitest/coverage-v8package - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)@vitest/coverage-c8is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user hasc8as their coverage provider. Please, install the new@vitest/coverage-v8package if you previously used@vitest/coverage-c8.spy.mockRestoreon auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.🚀 Features
expect.soft- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3507 (7c687)describe/testname - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3497 (15253)🐞 Bug Fixes
View changes on GitHub