Skip to content

Commit b936702

Browse files
committed
bump: 2.1.6
1 parent 32f23b9 commit b936702

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/monorepo",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "Next generation testing framework powered by Vite",

packages/browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/browser",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Browser running for Vitest",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/coverage-istanbul/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/coverage-istanbul",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Istanbul coverage provider for Vitest",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/coverage-v8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/coverage-v8",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "V8 coverage provider for Vitest",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/expect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/expect",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Jest's expect matchers as a Chai plugin",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/mocker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/mocker",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Vitest module mocker implementation",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"msw": "^2.4.9",
58-
"vite": "^5.0.0"
58+
"vite": "^5.0.0 || ^6.0.0"
5959
},
6060
"peerDependenciesMeta": {
6161
"msw": {

packages/pretty-format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/pretty-format",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Fork of pretty-format with support for ESM",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/runner",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Vitest test runner",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/snapshot",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Vitest snapshot manager",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/spy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/spy",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Lightweight Jest compatible spy implementation",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/ui",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "UI for Vitest",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",
@@ -81,7 +81,7 @@
8181
"unocss": "^0.64.0",
8282
"unplugin-auto-import": "^0.18.3",
8383
"unplugin-vue-components": "^0.27.4",
84-
"vite": "^5.0.0",
84+
"vite": "^5.0.0 || ^6.0.0",
8585
"vite-plugin-pages": "^0.32.3",
8686
"vue": "^3.5.12",
8787
"vue-router": "^4.4.5",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/utils",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Shared Vitest utility functions",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/vite-node/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-node",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Vite as Node.js runtime",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",
@@ -74,7 +74,7 @@
7474
"dist"
7575
],
7676
"engines": {
77-
"node": "^18.0.0 || >=20.0.0"
77+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
7878
},
7979
"scripts": {
8080
"build": "rimraf dist && rollup -c",
@@ -86,7 +86,7 @@
8686
"debug": "^4.3.7",
8787
"es-module-lexer": "^1.5.4",
8888
"pathe": "^1.1.2",
89-
"vite": "^5.0.0"
89+
"vite": "^5.0.0 || ^6.0.0"
9090
},
9191
"devDependencies": {
9292
"@jridgewell/trace-mapping": "^0.3.25",

packages/vitest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vitest",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Next generation testing framework powered by Vite",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",
@@ -115,15 +115,15 @@
115115
"dist"
116116
],
117117
"engines": {
118-
"node": "^18.0.0 || >=20.0.0"
118+
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
119119
},
120120
"scripts": {
121121
"build": "rimraf dist && rollup -c",
122122
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -c --watch -m inline"
123123
},
124124
"peerDependencies": {
125125
"@edge-runtime/vm": "*",
126-
"@types/node": "^18.0.0 || >=20.0.0",
126+
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
127127
"@vitest/browser": "workspace:*",
128128
"@vitest/ui": "workspace:*",
129129
"happy-dom": "*",
@@ -167,7 +167,7 @@
167167
"tinyexec": "^0.3.1",
168168
"tinypool": "^1.0.1",
169169
"tinyrainbow": "^1.2.0",
170-
"vite": "^5.0.0",
170+
"vite": "^5.0.0 || ^6.0.0",
171171
"vite-node": "workspace:*",
172172
"why-is-node-running": "^2.3.0"
173173
},

packages/web-worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/web-worker",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "Web Worker support for testing in Vitest",
66
"license": "MIT",
77
"funding": "https://opencollective.com/vitest",

packages/ws-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vitest/ws-client",
33
"type": "module",
4-
"version": "2.1.5",
4+
"version": "2.1.6",
55
"description": "WebSocket client wrapper for communicating with Vitest",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)