1k-validators-be
1k-validators-be copied to clipboard
Bump @vitest/coverage-v8 from 1.3.1 to 1.5.0
Bumps @vitest/coverage-v8 from 1.3.1 to 1.5.0.
Release notes
Sourced from @vitest/coverage-v8's releases.
v1.5.0
🚀 Features
- Add configuration for diff truncation - by
@williehoin vitest-dev/vitest#5073 and vitest-dev/vitest#5333 (6797b)- Remove unrelated noise from diff for toMatchObject() - by
@geerschin vitest-dev/vitest#5364 (99276)- Allow custom host for --inspect and --inspect-brk - by
@sheremet-vain vitest-dev/vitest#5509 (61572)- coverage: V8 to ignore empty lines, comments, types - by
@AriPerkkioin vitest-dev/vitest#5457 (10b89)🐞 Bug Fixes
describecalls not taking generic type parameters - by@aryaemami59in vitest-dev/vitest#5415 (16bac)- Prevent hang when
processis mocked - by@AriPerkkioin vitest-dev/vitest#5430 (0ec4d)- Don't check for "node:internal/console/" in console interceptor in case the environment is not Node.js - by
@sheremet-va(87d36)- The value received by toMatch should be a string - by
@bteain vitest-dev/vitest#5428 (67485)- Increase stack trace limit for location, don't hardcode suite position - by
@sheremet-vain vitest-dev/vitest#5518 (04b23)- benchmark:
- Run benchmark suites sequentially - by
@hi-ogawain vitest-dev/vitest#5444 (1f548)- Fix benchmark summary of single bench suite - by
@hi-ogawain vitest-dev/vitest#5489 (db981)- Table reporter for non TTY output - by
@hi-ogawain vitest-dev/vitest#5484 (bea23)- expect:
- Fix
toHaveBeenNthCalledWitherror message when not called - by@hi-ogawain vitest-dev/vitest#5420 (e5253)- types:
- Pass correct type for suite factory - by
@sheremet-vain vitest-dev/vitest#5437 (26718)- utils:
- Fix object diff with getter only property - by
@hi-ogawain vitest-dev/vitest#5466 (366d9)- vite-node:
- Fix
isValidNodeImportto check"type": "module"first - by@hi-ogawain vitest-dev/vitest#5416 (6fb15)- vitest:
- Correctly send console events when state changes - by
@sheremet-va(3463f)- Initiate FakeTimers on demand - by
@sheremet-vain vitest-dev/vitest#5450 (e4e93)- Check unhighlighted code for code frame line limit - by
@hi-ogawain vitest-dev/vitest#5465 (6ae7e)- Correctly filter by parent folder - by
@sheremet-vain vitest-dev/vitest#5408 (91b06)- Close inspector immediately if run is canceled - by
@sheremet-vain vitest-dev/vitest#5519 (b8006)- workspace:
- Set CWD to config directory, allow overriding local .env - by
@sheremet-vain vitest-dev/vitest#5476 (d4003)View changes on GitHub
v1.4.0
🚀 Features
- Throw error when using snapshot assertion with
not- by@fenghan34in vitest-dev/vitest#5294 (b9d37)- Add a flag to include test location in tasks - by
@sheremet-vain vitest-dev/vitest#5342 (d627e)- cli:
- Support wildcards in
--projectoption - by@fenghan34in vitest-dev/vitest#5295 (201bd)- config:
- Add
shuffle.filesandshuffle.testsoptions - by@fenghan34in vitest-dev/vitest#5281 (356db)- Deprecate
cache.diroption - by@fenghan34in vitest-dev/vitest#5229 (d7e8b)- coverage:
- Support
--changedoption - by@AriPerkkioin vitest-dev/vitest#5314 (600b4)
... (truncated)
Commits
9e7a01cchore: release v1.5.010b8971feat(coverage): v8 to ignore empty lines, comments, types (#5457)a8da192chore: release v1.4.0600b44dfeat(coverage): support--changedoption (#5314)6eda473fix(coverage): respect source maps of pre-transpiled sources (#5367)c3eb8defix(coverage): v8 to ignore type-only files (#5328)074450echore(deps): updateistanbul-lib-source-mapsto v5 (#5304)d68a739fix(coverage): expensive regexp hangs v8 report generation (#5259)- See full diff in compare view
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)