build(deps): bump vitest from 1.4.0 to 1.5.0
Bumps vitest from 1.4.0 to 1.5.0.
Release notes
Sourced from vitest'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
Commits
9e7a01cchore: release v1.5.0b80062dfix(vitest): close inspector immediately if run is canceled (#5519)6157282feat: allow custom host for --inspect and --inspect-brk (#5509)7b306fechore: check for the presense of files in watch mode (#5508)bea234bfix(benchmark): table reporter for non TTY output (#5484)6797b04feat: add configuration for diff truncation (#5073) (#5333)db98145fix(benchmark): fix benchmark summary of single bench suite (#5489)10b8971feat(coverage): v8 to ignore empty lines, comments, types (#5457)d400388fix(workspace): set CWD to config directory, allow overriding local .env (#5476)1f54834fix(benchmark): run benchmark suites sequentially (#5444)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of vitest exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot rebase
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!
If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.
@dependabot recreate
Superseded by #101.