vitest 0.29.4 → 0.29.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import k from 'path';
3
3
  import require$$0$1 from 'util';
4
4
  import require$$0$3 from 'child_process';
5
5
  import { p as pathKey, s as signalExit, m as mergeStream$1, g as getStream$1, c as crossSpawn$1 } from './vendor-index.2cbcdd1e.js';
6
- import { o as onetime$1 } from './chunk-node-pkg.0e36ca8e.js';
6
+ import { o as onetime$1 } from './chunk-node-pkg.68fe5e35.js';
7
7
  import require$$0$2 from 'os';
8
8
  import 'node:buffer';
9
9
  import 'node:path';
@@ -63,7 +63,7 @@ function _mergeNamespaces(n, m) {
63
63
  return Object.freeze(n);
64
64
  }
65
65
 
66
- var version$1 = "0.29.4";
66
+ var version$1 = "0.29.6";
67
67
 
68
68
  async function ensurePackageInstalled(dependency, root) {
69
69
  if (isPackageExists(dependency, { paths: [root] }))
@@ -81,7 +81,7 @@ async function ensurePackageInstalled(dependency, root) {
81
81
  message: c.reset(`Do you want to install ${c.green(dependency)}?`)
82
82
  });
83
83
  if (install) {
84
- await (await import('./chunk-install-pkg.4121cd66.js')).installPackage(dependency, { dev: true });
84
+ await (await import('./chunk-install-pkg.f38803ff.js')).installPackage(dependency, { dev: true });
85
85
  process.stderr.write(c.yellow(`
86
86
  Package ${dependency} installed, re-run the command to start.
87
87
  `));
@@ -13781,7 +13781,7 @@ createLogUpdate(process$1.stdout);
13781
13781
 
13782
13782
  createLogUpdate(process$1.stderr);
13783
13783
 
13784
- var version = "0.29.4";
13784
+ var version = "0.29.6";
13785
13785
 
13786
13786
  async function printError(error, ctx, options = {}) {
13787
13787
  const { showCodeFrame = true, fullStack = false, type } = options;
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { normalize } from 'pathe';
2
2
  import cac from 'cac';
3
3
  import c from 'picocolors';
4
- import { v as version, s as startVitest, d as divider } from './chunk-node-pkg.0e36ca8e.js';
4
+ import { v as version, s as startVitest, d as divider } from './chunk-node-pkg.68fe5e35.js';
5
5
  import './chunk-constants.bc18a549.js';
6
6
  import './chunk-integrations-coverage.e0a6acd2.js';
7
7
  import 'local-pkg';
package/dist/node.js CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseSequencer, V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-node-pkg.0e36ca8e.js';
1
+ export { B as BaseSequencer, V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-node-pkg.68fe5e35.js';
2
2
  export { V as VitestExecutor } from './chunk-runtime-mocker.344fec90.js';
3
3
  import 'pathe';
4
4
  import './chunk-constants.bc18a549.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitest",
3
3
  "type": "module",
4
- "version": "0.29.4",
4
+ "version": "0.29.6",
5
5
  "description": "A blazing fast unit test framework powered by Vite",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -138,11 +138,11 @@
138
138
  "tinyspy": "^1.0.2",
139
139
  "vite": "^3.0.0 || ^4.0.0",
140
140
  "why-is-node-running": "^2.2.2",
141
- "@vitest/expect": "0.29.4",
142
- "@vitest/runner": "0.29.4",
143
- "vite-node": "0.29.4",
144
- "@vitest/utils": "0.29.4",
145
- "@vitest/spy": "0.29.4"
141
+ "@vitest/expect": "0.29.6",
142
+ "@vitest/runner": "0.29.6",
143
+ "vite-node": "0.29.6",
144
+ "@vitest/utils": "0.29.6",
145
+ "@vitest/spy": "0.29.6"
146
146
  },
147
147
  "devDependencies": {
148
148
  "@ampproject/remapping": "^2.2.0",