vue-ray
vue-ray copied to clipboard
npm(deps-dev): bump vitest from 1.6.0 to 2.1.2
trafficstars
Bumps vitest from 1.6.0 to 2.1.2.
Release notes
Sourced from vitest's releases.
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)- expect:
- Fix
toBeDefinedwithexpect.poll- by@hi-ogawain vitest-dev/vitest#6562 (f7da6)- runner:
- Mark tests as skipped when
beforeAllfailed - by@hi-ogawain vitest-dev/vitest#6524 (fb797)- Support fixture parsing of lowered async syntax - by
@hi-ogawain vitest-dev/vitest#6531 (b553c)- Fix fixture parsing of lowered async syntax for non arrow functions - by
@hi-ogawain vitest-dev/vitest#6575 (3de00)- Guard test hook callback - by
@sheremet-vain vitest-dev/vitest#6604 (14971)- Run
onTestFinishedandonTestFailedduringretryandrepeats- by@hi-ogawain vitest-dev/vitest#6609 (c5e29)- ui:
- List tests on ui when
--standalone- by@hi-ogawain vitest-dev/vitest#6577 (d0bf8)- vite-node:
- Fix esm false-detection inside comment - by
@hi-ogawain vitest-dev/vitest#6506 (91f85)- vitest:
- Install dependencies with the same version when prompted - by
@sheremet-vain vitest-dev/vitest#6611 (ed8b7)- Make env.SSR consistent between different pools - by
@sheremet-vain vitest-dev/vitest#6616 (8a8d3)- Don't start a websocket server if api is disabled - by
@sheremet-vain vitest-dev/vitest#6617 (82140)- workspace:
- Fix glob pattern detection - by
@hi-ogawain vitest-dev/vitest#6502 (7727c)- Ignore DS_Store by default - by
@sheremet-vain vitest-dev/vitest#6571 (d2a86)View changes on GitHub
v2.1.1
🐞 Bug Fixes
- browser:
- Make example test callbacks async - by
@aqandrewin vitest-dev/vitest#6484 (16aa7)- Optimize vitest-browser-vue correctly - by
@sheremet-vain vitest-dev/vitest#6490 (5cbb0)- workspace:
- Resolve glob pattern once to avoid name collision - by
@sheremet-vain vitest-dev/vitest#6489 (36b5a)View changes on GitHub
... (truncated)
Commits
0ce26a4chore: release v2.1.2383f179fix(browser): throw an error if "@vitest/browser/context" is imported outside...821400bfix(vitest): don't start a websocket server if api is disabled (#6617)8a8d3f0fix(vitest): make env.SSR consistent between different pools (#6616)ed8b7c0fix(vitest): install dependencies with the same version when prompted (#6611)d2a86fffix(workspace): ignore DS_Store by default (#6571)88bde99fix(coverage):cleanOnRerun: falseto invalidate previous results (#6592)5f75790refactor: replacestrip-ansiwithstripVTControlCharactersfrom `node:uti...e7f3521fix: moveVitest.setServerto postconfigureServerhook to enable import ...891d6fedocs: deprecatebenchmark.outputFileoption (#6591)- 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)