generated from nhcarrigan/template
deps: update @vitest/coverage-v8 to 4.1.0 #14
Open
minori
wants to merge 1 commits from
dependencies/update--vitest-coverage-v8 into main
pull from: dependencies/update--vitest-coverage-v8
merge into: nhcarrigan:main
nhcarrigan:main
nhcarrigan:dependencies/update-discord.js
nhcarrigan:dependencies/update-typescript
nhcarrigan:dependencies/update--anthropic-ai-sdk
nhcarrigan:dependencies/update--types-node
nhcarrigan:dependencies/update-eslint
nhcarrigan:dependencies/update-fastify
nhcarrigan:dependencies/update-vitest
nhcarrigan:dependencies/update--vitest-coverage-istanbul
No Reviewers
Labels
Clear labels
aspect
code
Concerns the software code in the repository
aspect
dx
Concerns developers' experience with the codebase
aspect
interface
Concerns end-users' experience with the software
aspect
text
Concerns the documentation material in the repository
contribute
good first issue
A great opportunity for a team member to learn a new codebase
contribute
help wanted
Open for anyone on our team to grab.
contribute
staff only
Restricted to our executive leadership.
goal
addition
Addition of new feature
goal
fix
Bug fix
goal
improvement
Improvement to an existing feature
points
1
Very simple issue requiring minimal effort and complexity.
points
13
Extremely complex issue representing major undertakings. Should be broken down into smaller pieces.
points
2
Simple issue that requires a bit more thought or investigation.
points
3
Moderate complexity issue requiring more substantial work.
points
5
Complex issue requiring significant effort and expertise.
points
8
Very complex issue requiring extensive work and deep expertise.
priority
critical
1
Must be fixed ASAP
priority
high
2
Stalls work on the project or its dependents
priority
low
4
Low priority and doesn't need to be rushed
priority
medium
3
Not blocking but should be fixed soon
priority
none
5
No priority, should only be performed when a developer is available
status
awaiting triage
Has not been triaged & therefore, not ready for work
status
blocked
Blocked and therefore not ready for work
status
discarded
Will not be worked on
status
discontinued
Not suitable for work as repo is in maintenance
status
label work required
Needs proper labelling before it can be worked on
status
ready for dev
Ready for work
status
ticket work required
Needs more details before it can be worked on
talk
discussion
Open for discussions and feedback
talk
question
Can be resolved with an answer
time
1 day
Approximately one full day of development work.
time
1-2 weeks
One to two weeks of focused development effort.
time
2-3 days
Two to three days of development effort.
time
4-5 days
Approximately one week of development work.
time
<1 day
Less than one day of focused work. Quick fixes or simple tasks.
time
>2 weeks
More than two weeks of development work. Must be broken down into smaller pieces.
No Label
Milestone
No items
No Milestone
Assignees
gurkirat
hanna (Hanna Rose)
hikari (Hikari)
minori (Minori)
naomi (Naomi Carrigan)
rain
teklu
tim
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nhcarrigan/keiko#14
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Delete Branch "dependencies/update--vitest-coverage-v8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dependency Update
Updates @vitest/coverage-v8 from
3.2.4to4.1.0.Type
devDependencies
Changelog
Changelog
v4.1.0
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9387 (5db54)aroundEachandaroundAllhooks - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9450 (2a8cb)neworallin--updateflag - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9543 (a5acf)metain test options - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9535 (7d622)test.extendsyntax - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9550 (e5385)vitest listto statically collect tests instead of running files to collect them - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9630 (7a8e7)--detect-async-leaks- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9528 (c594d)mockThrowandmockThrowOnce- by @thor-juhasz and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9512 (61917)update: "none"and add docs about snapshots behavior on CI - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9700 (05f18)launchOptionswithconnectOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9702 (f0ff1)page/locator.markAPI to enhance playwright trace - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9652 (d0ee5)testinexperimental_parseSpecification- by @jgillick and Jeremy Gillick in https://github.com/vitest-dev/vitest/issues/9235 (2f367)createSpecification- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9336 (c8e6c)runTestFilesas alternative torunTestSpecifications- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9443 (43d76)allowWriteandallowExecoptions toapi- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9350 (20e00)toTestSpecification- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9627 (6f17d)userEvent.wheelAPI - by @macarie in https://github.com/vitest-dev/vitest/issues/9188 (66080)filterNodeoption to prettyDOM for filtering browser assertion error output - by @Copilot, sheremet-va and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9475 (d3220)detailsPanelPositionoption and button - by @shairez in https://github.com/vitest-dev/vitest/issues/9525 (c8a31)findElementand enable strict mode in webdriverio and preview - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9677 (c3f37)ignore start/stopignore hints - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9204 (e59c9)coverage.changedoption to report only changed files - by @kykim00 and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9521 (1d939)onModuleRunnerhook toworker.init- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9286 (e977f)importDurations: { limit, print }options - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9401 (7e10f)importDurations- by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9533 (3f7a5)beforeAll/afterAll- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9572 (c8339)agentreporter to reduce ai agent token usage - by @cpojer in https://github.com/vitest-dev/vitest/issues/9779 (3e9e0)retryoptions - by @MazenSamehR, Matan Shavit, @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9370 (9e4cf)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9441 (e3422)external/noExternalduringconfigEnvironmenthook - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9508 (59ea2)browser.isolateis used - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9410 (3d48e)vi.mock({ spy: true })node v8 coverage - by @hi-ogawa, hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9541 (687b6).namefrom statically collected test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9596 (b66ff)expect.soft- by @iumehara, @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9231 (3eb2c)sequence.shuffle.testsis enabled - by @kaigritun, Kai Gritun and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9576 (8182b)expect/src/utilsfromvitest- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9616 (48739)--detect-async-leaks- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9638 (9fd4c)aroundEach/Allwhen inneraroundEach/Allthrows - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9657 (4ec6c)aroundEach/Allsetup timed out - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9670 (bb013)VitestRunnerConfigoptional fields withSerializedConfig- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9661 (79520)toBe*spy assertions in favor oftoHaveBeen*(andtoThrowError) - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9665 (4d390)aroundEach/Allerrors but aggregate them on runner - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9673 (b6365)resolves/rejectschained assertion error - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9679 (c6151)maxConcurrency- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9653 (16d13)resolve.conditionsfor externals - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9717 (1d498)mockObjectchange backwards compatible - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9744 (84c69)URL.nameon jsdom - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9767 (031f3)vi.importActual()for virtual modules - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9772 (1e89e)FixtureAccessErrorif suite hook accesses undefined fixture - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9786 (fc2ce)loadortransformoriginal module - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9774 (a8216)hideSkippedTestsshould not hidetest.todo- by @oilater in https://github.com/vitest-dev/vitest/issues/9562 and https://github.com/vitest-dev/vitest/issues/9781 (8181e)beforeEachhooks - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9826 (99e52)performance.nowto measure test timeout duration - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9795 (f48a6)toMatchScreenshotpasses - by @macarie in https://github.com/vitest-dev/vitest/issues/9289 (46aab)toMatchScreenshot- by @macarie in https://github.com/vitest-dev/vitest/issues/9552 (83ca0)--remote-debugging-addressfrom chrome args - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9712 (f09bb)ensureAwaited- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9732 (97685)getCDPSessionandcdp()- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9716 (689a2)deepEqualin the config because it's not serializable - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9666 (9ee99)thresholds.autoUpdateto preserve ending whitespace - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9436 (7e534)/config/#optionhash links causing hydration errors - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/9610 (a603c)toMatchObject(Map/Set)should expectMap/Seton left hand side - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9532 (381da)toThrowand make Error detection robust - by @hi-ogawa and Claude Opus 4.6 in https://github.com/vitest-dev/vitest/issues/9570 (de215)dotreporter leaves pending tests - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9684 (4d793)undefined- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9511 (6f181)bench.reportersno longer gives type errors when passing file name string paths - by @Bertie690 in https://github.com/vitest-dev/vitest/issues/9695 (093c8)🏎 Performance
View changes on GitHub
v4.0.18
🚀 Experimental Features
onModuleRunnerhook toworker.init- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9286 (ea837)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9441 (e0572)View changes on GitHub
v4.0.17
🚀 Experimental Features
🐞 Bug Fixes
addEventHandler#9371 - by @ThibautMarechal in https://github.com/vitest-dev/vitest/issues/9372 and https://github.com/vitest-dev/vitest/issues/9371 (40841)process.envandimport.meta.envdefines in inline project - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9239 (b70c9)ErrorEvent.messagewhen unhandledErrorEvent.erroris null - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9322 (5d84e)fileParallelismon an instance - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9328 (15006)istanbul-lib-source-mapsusage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9344 (b0940)View changes on GitHub
v4.0.16
🐞 Bug Fixes
process.versionsstub - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9174 (78cfb)test.poolOptionsif it's set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9226 (f7f6a)recordArtifactfrom the vitest package - by @macarie in https://github.com/vitest-dev/vitest/issues/9186 (01c56)import.meta.envdefine - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9205 (01a9a)setupEnvironmentfor custom pools - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9187 (5d26b)View changes on GitHub
v4.0.15
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9121 (fd8bd)deps.optimizer- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in https://github.com/vitest-dev/vitest/issues/9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9115 (120b3)currentTestNamein extended matchers - by @macarie in https://github.com/vitest-dev/vitest/issues/9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9140 (d57d8)View changes on GitHub
v4.0.14
🚀 Experimental Features
utils.configurePrettyDOM- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9103 (2cc34)toMatchScreenshotwith comparison slider - by @macarie in https://github.com/vitest-dev/vitest/issues/8813 (c37c2)🐞 Bug Fixes
collecttoimport, removeprepare- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9091 (1256b)onCancelon rpc destroy - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9088 (f5b72)VITEST_POOL_ID+VITEST_WORKER_IDbefore environment setup - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9085 (37918)postMessageto send ports to workers - by @whitphx and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9078 (9d176)🏎 Performance
debugwithobug- by @sxzz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/9057 (acc51)View changes on GitHub
v4.0.13
🐞 Bug Fixes
🏎 Performance
fsCacheModuleis enabled, read from the memory when possible - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9076 (6b9a1)View changes on GitHub
v4.0.12
🐞 Bug Fixes
fsModuleCachePathby default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9063 (9a8bc)@opentelemetry/apiin public types - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9066 (e944a)View changes on GitHub
v4.0.11
🚀 Experimental Features
taskinMatchState- by @macarie in https://github.com/vitest-dev/vitest/issues/9022 (afd1f)🏎 Performance
View changes on GitHub
v4.0.10
🐞 Bug Fixes
onCancelwhen worker is terminated - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/9033 (6d7f0)onFinished) - by @userquin in https://github.com/vitest-dev/vitest/issues/8975 (f56dc)View changes on GitHub
v4.0.9
🚀 Experimental Features
🐞 Bug Fixes
Request- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8985 (506a9)View changes on GitHub
v4.0.8
🐞 Bug Fixes
noExternalmerging bug on Vite 6 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8950 (bcb13)expect.element()- by @StyleShit in https://github.com/vitest-dev/vitest/issues/8954 (9638d)vi.fn(), fix types forvi.spyOn(obj, class)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8956 (75e7f)View changes on GitHub
v4.0.7
🐞 Bug Fixes
processin case global is overwritten - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8916 (6240d)isolate: false- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8915 (c9078)toContainElement()matcher - by @vitalybaev in https://github.com/vitest-dev/vitest/issues/8910 and https://github.com/vitest-dev/vitest/issues/8927 (35a27)isolateoption, deprecatebrowser.isolate/browser.fileParallelism- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8890 (9d2b4)--execArgvas array - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8924 (751c3)URL.createObjectURL,FormData.set(prop, blob)- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8935 (a1b73)--requireargument when running in deno - by @pi0 in https://github.com/vitest-dev/vitest/issues/8897 (d41fa)tsc- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8920 (fdb2e)🏎 Performance
Array.fromcall - by @Connormiha in https://github.com/vitest-dev/vitest/issues/8907 (b6014)View changes on GitHub
v4.0.6
🐞 Bug Fixes
isolateandfileParallelismare false - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8889 (31706)FormDatatoRequest- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8880 (197ca)View changes on GitHub
v4.0.5
🐞 Bug Fixes
ssr.noExternalwhen externalizing dependencies, fix Svelte and Astro - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8862 (a4f86)Locatortype in selectOptions element parameter - by @rzzf and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8848 (7ee28)getBuiltinsunconditionally - by @sapphi-red in https://github.com/vitest-dev/vitest/issues/8863 (0e858)groupIdtogroupOrderin error message - by @Yohannfra in https://github.com/vitest-dev/vitest/issues/8856 (b9aab)🏎 Performance
--no-isolate --maxWorkers=1- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8835 (584aa)View changes on GitHub
v4.0.4
🐞 Bug Fixes
node:prefix - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8829 (06208)MaxListenersExceededWarning- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8820 (d1bff)stdioto logger - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8809 (fb95f)vi.mockedutility - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8839 (f8756)isolate: false- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8821 (573dc)🏎 Performance
View changes on GitHub
v4.0.3
🐞 Bug Fixes
View changes on GitHub
v4.0.2
🐞 Bug Fixes
length- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8778 (d4c2b)restoreMocksandmockResetare set in the config - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8781 (2eedb)View changes on GitHub
v4.0.1
🐞 Bug Fixes
getBuiltinscheck - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8765 (81000)View changes on GitHub
v4.0.0
Vitest 4.0 is out!
To stay updated, read our blog post and check the migration guide.
🚨 Breaking Changes
'basic'reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7884 (82fcf)vitest/nodeexports - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8197 (dc848)vitest/nodeinstead - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8200 (1e60c)workspaceoption in favor ofprojects- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8218 (76fb7)--standalonewhen CLI filename filter is used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8262 (013bf)minWorkersand set it automatically to 0 in non watch mode - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8454 (2c2d1)treereporter - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8500 (25fd3)tinypool- by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8705 (4822d)todoif no function is passed down totestordescribe- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8346 (1a81c)🚀 Features
onUnhandledErrorcallback - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8162 (924cb)expect.assertfor type narrowing - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8695 (fe589)displayAnnotationsoption togithub-options- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8706 (4a66d)experimental_parseSpecifications- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8408 (fdeb2)enableCoverageanddisableCoveragemethods - by @sheremet-va and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8412 (61eb7)getGlobalTestNamePatternmethod - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8438 (bdb70)relativeModuleIdtoTestModule- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8505 (3be09)getSeedmethod - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8592 (438c4)toBeInViewportutility method to assert element is in viewport or not - by @Shinyaigeek in https://github.com/vitest-dev/vitest/issues/8234 (ceed5)vitest initcli command - by @thejackshelton in https://github.com/vitest-dev/vitest/issues/8330 (1638b)toMatchScreenshotfor Visual Regression Testing - by @macarie in https://github.com/vitest-dev/vitest/issues/8041 (d45f9)trackUnhandledErrorsoption - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8386 (c0ec0)lengthproperty to locators,toHaveLengthnow accepts locators - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8512 (2308c)optionsonBrowserProviderOption- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8609 (0d0e5)--inspectoption in webdriverio - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8613 (38adc)autoUpdateto support percentage formatting - by @Battjmo and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8456 (99e01)toBeNullableexpect function to check provided value is nullish - by @Shinyaigeek and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8294 (eeec5)automockerentry - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8301 (e9c92)🐞 Bug Fixes
test.extend- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8278 (43977)--changedflag support tovitest listcommand - by @haakonjackfloat in https://github.com/vitest-dev/vitest/issues/8270 and https://github.com/vitest-dev/vitest/issues/8272 (e71a5)browser- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8334 (0417a)oxcinstead ofesbuildonrolldown-vite- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8378 (e922e)stacksproperty in Node.js context - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8392 (b825e)import.meta.resolveon Vite 7 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8493 (549d3)expect.pollassertion fails - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8483 (fb450)useFakeTimersis called multiple times - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8504 (ed7e3)expect.extendmatchers - by @lzl0304 in https://github.com/vitest-dev/vitest/issues/8520 (96945)globalSetupfiles - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8534 (8978a)$and%formatting totest.for/eachtitle - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8557 (ea6d7)"./*"with specific files in vitest package - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/8560 (ce746)optimizeDeps.includefor browser mode - by @jake-danton in https://github.com/vitest-dev/vitest/issues/8570 (cdcf7)enginesfield to drop Node 18 support - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8608 (9a0bf)baseoption doesn't crash vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8760 (9f0ec)locator.element()returnsHTMLElementorSVGElement- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8440 (c1ac1)vitedirectly - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8541 (d7fca)not.toBeInTheDocument()- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8751 (f5d06)objectContainingexpect utility to have more compatibility to jest's one - by @Shinyaigeek in https://github.com/vitest-dev/vitest/issues/8241 (480be)--projectfilter - by @gtbuchanan in https://github.com/vitest-dev/vitest/issues/7885 (761be)vitest:coverage-transformplugin - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8477 (ff517)coverage.exclude- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8731 (c9c30)regexpHoistableto allow whitespace before parentheses - by @cszhjh in https://github.com/vitest-dev/vitest/issues/8231 (a0f9a)resolvedSourcescorrectly - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8736 (8fc52)vitest --standalone- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/8248 (37cc2)config.includeoption withconfig.browser.instances[].includeoption if it is specified - by @Shinyaigeek in https://github.com/vitest-dev/vitest/issues/8260 (010fc)🏎 Performance
process.title- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8453 (0a766)@vitest/expect- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8461 (cc98c)workerIdfrom a global object - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8507 (46b13)meta.resolveflag instead of a custom loader - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8567 (2e063)View changes on GitHub
v4.0.0-beta.19
🚨 Breaking Changes
tinypool- by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/8705 (4822d)🐞 Bug Fixes
not.toBeInTheDocument()- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8751 (f5d06)coverage.exclude- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8731 (c9c30)resolvedSourcescorrectly - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8736 (8fc52)View changes on GitHub
v4.0.0-beta.18
🚀 Features
expect.assertfor type narrowing - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8695 (fe589)displayAnnotationsoption togithub-options- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/8706 (4a66d)🐞 Bug Fixes
View changes on GitHub
✨ This PR was created by Minori, your friendly dependency updater! 🌸
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.