table
table copied to clipboard
chore(deps-dev): bump vitest from 3.2.4 to 4.0.17
Bumps vitest from 3.2.4 to 4.0.17.
Release notes
Sourced from vitest's releases.
v4.0.17
🚀 Experimental Features
- Support openTelemetry for browser mode - by
@hi-ogawain vitest-dev/vitest#9180 (1ec3a)- Support TRACEPARENT and TRACESTATE environment variables for OpenTelemetry context propagation - by
@Copilot, hi-ogawa and@hi-ogawain vitest-dev/vitest#9295 (876cb)🐞 Bug Fixes
- Improve asymmetric matcher diff readability by unwrapping container matchers - by
@Copilot, sheremet-va, hi-ogawa and@hi-ogawain vitest-dev/vitest#9330 (b2ec7)- Improve runner error when importing outside of test context - by
@sheremet-vain vitest-dev/vitest#9335 (2dd3d)- Replace crypto.randomUUID to allow insecure environments (fix #9… - by
@plusgutin vitest-dev/vitest#9339 and vitest-dev/vitest#9 (e6a3f)- Handle null options in
addEventHandler#9371 - by@ThibautMarechalin vitest-dev/vitest#9372 and vitest-dev/vitest#9371 (40841)- Typo in browser.provider error - by
@deammerin vitest-dev/vitest#9394 (4b67f)- browser:
- Fix
process.envandimport.meta.envdefines in inline project - by@hi-ogawain vitest-dev/vitest#9239 (b70c9)- Fix upload File instance - by
@hi-ogawain vitest-dev/vitest#9294 (b6778)- Fix invalid project token for artifacts assets - by
@hi-ogawain vitest-dev/vitest#9321 (caa7d)- Log
ErrorEvent.messagewhen unhandledErrorEvent.erroris null - by@hi-ogawain vitest-dev/vitest#9322 (5d84e)- Support
fileParallelismon an instance - by@sheremet-vain vitest-dev/vitest#9328 (15006)- coverage:
- Remove unnecessary
istanbul-lib-source-mapsusage - by@AriPerkkioin vitest-dev/vitest#9344 (b0940)- Apply patch from istanbuljs/istanbuljs#837 - by
@AriPerkkioand sapphi-red in vitest-dev/vitest#9413 and vitest-dev/vitest#837 (e05ce)- fsModuleCache:
- Don't store importers in cache - by
@sheremet-vain vitest-dev/vitest#9422 (75136)- Add importers alongside importedModules - by
@sheremet-vain vitest-dev/vitest#9423 (59f92)- mocker:
- Fix mock transform with class - by
@hi-ogawain vitest-dev/vitest#9421 (d390e)- pool:
- Validate environment options when reusing the worker - by
@sheremet-vain vitest-dev/vitest#9349 (a8a88)- Handle worker start failures gracefully - by
@AriPerkkioin vitest-dev/vitest#9337 (200da)- reporter:
- Report test module if it failed to run - by
@sheremet-vain vitest-dev/vitest#9272 (c7888)- runner:
- Respect nested test.only within describe.only - by
@Ujjwaljain16in vitest-dev/vitest#9021 and vitest-dev/vitest#9213 (55d5d)- typecheck:
- Improve error message when tsc outputs help text - by
@Ujjwaljain16in vitest-dev/vitest#9214 (7b10a)- ui:
- Detect gzip by magic numbers instead of Content-Type header in html reporter - by
@Copilot, hi-ogawa and@hi-ogawain vitest-dev/vitest#9278 (dd033)- webdriverio:
- Fall back to WebDriver Classic #9244 - by
@JustasMonkevin vitest-dev/vitest#9373 and vitest-dev/vitest#9244 (c23dd)View changes on GitHub
v4.0.16
🐞 Bug Fixes
- Fix browser mode default testTimeout back to 15 seconds - by
@hi-ogawain vitest-dev/vitest#9167 (da0ad)- Avoid crashing on
process.versionsstub - by@AriPerkkioin vitest-dev/vitest#9174 (78cfb)- Reject calling suite function inside test - by
@hi-ogawain vitest-dev/vitest#9198 (1a259)- Allow inlining fully dynamic import - by
@hi-ogawain vitest-dev/vitest#9137 (56851)
... (truncated)
Commits
dd54e94chore: release v4.0.1759f92d4fix(fsModuleCache): add importers alongside importedModules (#9423)751364efix(fsModuleCache): don't store importers in cache (#9422)4b67fc2fix: typo in browser.provider error (#9394)40841fffix: handle null options inaddEventHandler#9371 (#9372)200dadbfix(pool): handle worker start failures gracefully (#9337)1500654fix(browser): supportfileParallelismon an instance (#9328)a8a8836fix(pool): validate environment options when reusing the worker (#9349)7b10ab4fix(typecheck): improve error message when tsc outputs help text (#9214)876cb84feat: support TRACEPARENT and TRACESTATE environment variables for OpenTeleme...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)