File tree Expand file tree Collapse file tree 16 files changed +23
-23
lines changed Expand file tree Collapse file tree 16 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/monorepo" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"private" : true ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"description" : " Next generation testing framework powered by Vite" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/browser" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Browser running for Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/coverage-istanbul" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Istanbul coverage provider for Vitest" ,
6
6
"author" :
" Anthony Fu <[email protected] >" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/coverage-v8" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " V8 coverage provider for Vitest" ,
6
6
"author" :
" Anthony Fu <[email protected] >" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/expect" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Jest's expect matchers as a Chai plugin" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/mocker" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Vitest module mocker implementation" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
55
55
},
56
56
"peerDependencies" : {
57
57
"msw" : " ^2.4.9" ,
58
- "vite" : " ^5.0.0"
58
+ "vite" : " ^5.0.0 || ^6.0.0 "
59
59
},
60
60
"peerDependenciesMeta" : {
61
61
"msw" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/pretty-format" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Fork of pretty-format with support for ESM" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/runner" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Vitest test runner" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/snapshot" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Vitest snapshot manager" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/spy" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Lightweight Jest compatible spy implementation" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/ui" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " UI for Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
81
81
"unocss" : " ^0.64.0" ,
82
82
"unplugin-auto-import" : " ^0.18.3" ,
83
83
"unplugin-vue-components" : " ^0.27.4" ,
84
- "vite" : " ^5.0.0" ,
84
+ "vite" : " ^5.0.0 || ^6.0.0 " ,
85
85
"vite-plugin-pages" : " ^0.32.3" ,
86
86
"vue" : " ^3.5.12" ,
87
87
"vue-router" : " ^4.4.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/utils" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Shared Vitest utility functions" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-node" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Vite as Node.js runtime" ,
6
6
"author" :
" Anthony Fu <[email protected] >" ,
7
7
"license" : " MIT" ,
74
74
" dist"
75
75
],
76
76
"engines" : {
77
- "node" : " ^18.0.0 || >=20 .0.0"
77
+ "node" : " ^18.0.0 || ^20.0.0 || >=22 .0.0"
78
78
},
79
79
"scripts" : {
80
80
"build" : " rimraf dist && rollup -c" ,
86
86
"debug" : " ^4.3.7" ,
87
87
"es-module-lexer" : " ^1.5.4" ,
88
88
"pathe" : " ^1.1.2" ,
89
- "vite" : " ^5.0.0"
89
+ "vite" : " ^5.0.0 || ^6.0.0 "
90
90
},
91
91
"devDependencies" : {
92
92
"@jridgewell/trace-mapping" : " ^0.3.25" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vitest" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Next generation testing framework powered by Vite" ,
6
6
"author" :
" Anthony Fu <[email protected] >" ,
7
7
"license" : " MIT" ,
115
115
" dist"
116
116
],
117
117
"engines" : {
118
- "node" : " ^18.0.0 || >=20 .0.0"
118
+ "node" : " ^18.0.0 || ^20.0.0 || >=22 .0.0"
119
119
},
120
120
"scripts" : {
121
121
"build" : " rimraf dist && rollup -c" ,
122
122
"dev" : " NODE_OPTIONS=\" --max-old-space-size=8192\" rollup -c --watch -m inline"
123
123
},
124
124
"peerDependencies" : {
125
125
"@edge-runtime/vm" : " *" ,
126
- "@types/node" : " ^18.0.0 || >=20 .0.0" ,
126
+ "@types/node" : " ^18.0.0 || ^20.0.0 || >=22 .0.0" ,
127
127
"@vitest/browser" : " workspace:*" ,
128
128
"@vitest/ui" : " workspace:*" ,
129
129
"happy-dom" : " *" ,
167
167
"tinyexec" : " ^0.3.1" ,
168
168
"tinypool" : " ^1.0.1" ,
169
169
"tinyrainbow" : " ^1.2.0" ,
170
- "vite" : " ^5.0.0" ,
170
+ "vite" : " ^5.0.0 || ^6.0.0 " ,
171
171
"vite-node" : " workspace:*" ,
172
172
"why-is-node-running" : " ^2.3.0"
173
173
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/web-worker" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " Web Worker support for testing in Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/ws-client" ,
3
3
"type" : " module" ,
4
- "version" : " 2.1.5 " ,
4
+ "version" : " 2.1.6 " ,
5
5
"description" : " WebSocket client wrapper for communicating with Vitest" ,
6
6
"author" :
" Anthony Fu <[email protected] >" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments