vitest 0.25.3 → 0.25.5

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.
Files changed (33) hide show
  1. package/dist/browser.d.ts +3 -3
  2. package/dist/browser.js +10 -9
  3. package/dist/{chunk-api-setup.c9f38753.js → chunk-api-setup.995f6ab7.js} +4 -2
  4. package/dist/{chunk-integrations-globals.1e636d22.js → chunk-integrations-globals.57158eb5.js} +7 -7
  5. package/dist/{chunk-runtime-chain.f993b1dc.js → chunk-runtime-chain.dd978482.js} +8 -7
  6. package/dist/{chunk-runtime-error.6287172c.js → chunk-runtime-error.616e92ca.js} +2 -2
  7. package/dist/{chunk-runtime-mocker.c4d85347.js → chunk-runtime-mocker.34e72575.js} +34 -18
  8. package/dist/{chunk-runtime-rpc.1e7530d3.js → chunk-runtime-rpc.42aebbb9.js} +2 -2
  9. package/dist/chunk-runtime-setup.bd2deed4.js +659 -0
  10. package/dist/{chunk-runtime-test-state.de4d6ff8.js → chunk-runtime-test-state.0037e2e0.js} +8 -6
  11. package/dist/{chunk-typecheck-constants.4891f22f.js → chunk-typecheck-constants.ed987901.js} +12 -2
  12. package/dist/{chunk-utils-source-map.c6dfbbc1.js → chunk-utils-source-map.29ff1088.js} +3 -1
  13. package/dist/{chunk-utils-timers.06f993db.js → chunk-utils-timers.793fd179.js} +2 -0
  14. package/dist/{chunk-vite-node-externalize.c57d0ad1.js → chunk-vite-node-externalize.ca4784be.js} +74 -33
  15. package/dist/{chunk-vite-node-client.58cb6bfa.js → chunk-vite-node-source-map.d0aa773d.js} +56 -18
  16. package/dist/{chunk-vite-node-utils.f6d73fbe.js → chunk-vite-node-utils.9047cb87.js} +4 -14
  17. package/dist/cli.js +8 -7
  18. package/dist/config.cjs +2 -1
  19. package/dist/config.d.ts +2 -1
  20. package/dist/config.js +2 -1
  21. package/dist/entry.js +9 -8
  22. package/dist/environments.d.ts +1 -1
  23. package/dist/{index-9f5bc072.d.ts → index-2f15c9a8.d.ts} +1 -1
  24. package/dist/index.d.ts +5 -5
  25. package/dist/index.js +7 -7
  26. package/dist/loader.js +2 -2
  27. package/dist/node.d.ts +5 -4
  28. package/dist/node.js +9 -8
  29. package/dist/suite.js +6 -6
  30. package/dist/{types-de0e0997.d.ts → types-79a05dee.d.ts} +72 -24
  31. package/dist/{chunk-runtime-setup.667a5719.js → vendor-source-map-support.1ce17397.js} +1 -657
  32. package/dist/worker.js +9 -7
  33. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitest",
3
3
  "type": "module",
4
- "version": "0.25.3",
4
+ "version": "0.25.5",
5
5
  "description": "A blazing fast unit test framework powered by Vite",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -109,7 +109,7 @@
109
109
  "debug": "^4.3.4",
110
110
  "local-pkg": "^0.4.2",
111
111
  "source-map": "^0.6.1",
112
- "strip-literal": "^0.4.2",
112
+ "strip-literal": "^1.0.0",
113
113
  "tinybench": "^2.3.1",
114
114
  "tinypool": "^0.3.0",
115
115
  "tinyspy": "^1.0.2",
@@ -125,7 +125,7 @@
125
125
  "@types/natural-compare": "^1.4.1",
126
126
  "@types/prompts": "^2.4.1",
127
127
  "@types/sinonjs__fake-timers": "^8.1.2",
128
- "@vitest/ui": "0.25.3",
128
+ "@vitest/ui": "0.25.5",
129
129
  "birpc": "^0.2.3",
130
130
  "cac": "^6.7.14",
131
131
  "chai-subset": "^1.6.0",
@@ -154,7 +154,7 @@
154
154
  "rollup": "^2.79.1",
155
155
  "strip-ansi": "^7.0.1",
156
156
  "typescript": "^4.8.4",
157
- "vite-node": "0.25.3",
157
+ "vite-node": "0.25.5",
158
158
  "ws": "^8.11.0"
159
159
  },
160
160
  "scripts": {