chrome-recorder
chrome-recorder copied to clipboard
Bump vitest from 2.0.4 to 2.1.3
Bumps vitest from 2.0.4 to 2.1.3.
Release notes
Sourced from vitest's releases.
v2.1.3
🐞 Bug Fixes
- Fix error diff of
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy- by@hi-ogawain vitest-dev/vitest#6697 (e0027)- browser:
- Provide aria role intellisense - by
@sheremet-vain vitest-dev/vitest#6629 (f36ea)- Not.toBeInTheDocument works with locators API - by
@sheremet-vain vitest-dev/vitest#6634 (8bef5)- Use
/mockServiceWorker.jsinstead of/__vitest_msw__- by@sheremet-vain vitest-dev/vitest#6687 (4b2ce)- Don't override the esbuild option in the browser mode - by
@sheremet-vain vitest-dev/vitest#6692 (d131f)- expect:
- Preserve prototype in
toMatchObjectdiff - by@hi-ogawain vitest-dev/vitest#6620 (d289e)- mocker:
- Specify correct spy dependency - by
@sheremet-va(7e958)- runner:
- Ensure sequential suite overrides sequence.concurrent - by
@dsyddalland@hi-ogawain vitest-dev/vitest#6653 (5e6de)- vitest:
- Deprecate UserConfig in favor of ViteUserConfig - by
@sheremet-vain vitest-dev/vitest#6626 (496bd)- Don't hang with maxConcurrency 0 - by
@sheremet-vain vitest-dev/vitest#6627 (946d8)- Deprecate old task types and node-reliant types - by
@sheremet-vain vitest-dev/vitest#6632 (00045)- Fix
<empty line>logs when interleavingconsole.log/error- by@hi-ogawain vitest-dev/vitest#6644 (9ece3)- Show rollup error details as test error - by
@hi-ogawain vitest-dev/vitest#6686 (47dde)- Always inline setup files - by
@sheremet-vain vitest-dev/vitest#6689 (19d64)- Use
fast-globinstead oftinyglobbyin Vitest - by@sheremet-vain vitest-dev/vitest#6688 (70baa)- web-worker:
- Share mocker with main executor - by
@hi-ogawain vitest-dev/vitest#6623 (fe7b8)🏎 Performance
- Reuse full name in reported tasks, update generator types - by
@sheremet-vain vitest-dev/vitest#6666 (7a0de)View changes on GitHub
v2.1.2
🐞 Bug Fixes
- Move
Vitest.setServerto postconfigureServerhook to enable import analysis for workspace config loading - by@hi-ogawain vitest-dev/vitest#6584 (e7f35)- benchmark:
- Clear
BenchmarkResult.samplesarray to reduce memory usage - by@hi-ogawaand@AriPerkkioin vitest-dev/vitest#6541 (a6407)- browser:
- Fix dynamic import inside worker - by
@hi-ogawain vitest-dev/vitest#6569 (ea2d4)- Fix browser mock factory event race condition - by
@hi-ogawain vitest-dev/vitest#6530 (f131f)- Serve ui assets as static - by
@hi-ogawain vitest-dev/vitest#6564 (adcda)- Update solidjs testing library lib - by
@CamilleTeruelin vitest-dev/vitest#6548 (91442)- Use
data:protocol on preview provider file upload - by@userquinin vitest-dev/vitest#6501 (e9821)- Fix base for client script - by
@hi-ogawain vitest-dev/vitest#6510 (f9528)- Throw an error if "
@vitest/browser/context" is imported outside of the browser mode - by@sheremet-vain vitest-dev/vitest#6570 (383f1)- coverage:
- Remove empty coverage folder on test failure too - by
@AriPerkkioin vitest-dev/vitest#6547 (1371c)- Include
*.astroby default - by@AriPerkkioin vitest-dev/vitest#6565 (f8ff7)cleanOnRerun: falseto invalidate previous results - by@AriPerkkioin vitest-dev/vitest#6592 (88bde)
... (truncated)
Commits
4c03a0dchore: release v2.1.370baaaafix(vitest): usefast-globinstead oftinyglobbyin Vitest (#6688)19d64e2fix(vitest): always inline setup files (#6689)47dde76fix(vitest): show rollup error details as test error (#6686)7155ceerefactor(coverage): move re-usable parts to base provider (#6665)7a0de0aperf: reuse full name in reported tasks, update generator types (#6666)8bef5d2fix(browser): not.toBeInTheDocument works with locators API (#6634)9ece395fix(vitest): fix\<empty line>logs when interleavingconsole.log/error(#...000459afix(vitest): deprecate old task types and node-reliant types (#6632)946d8bbfix(vitest): don't hang with maxConcurrency 0 (#6627)- Additional commits viewable 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)