File tree 7 files changed +575
-338
lines changed
7 files changed +575
-338
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ updates:
44
44
vitest :
45
45
patterns :
46
46
- ' @vitest/*'
47
- - vitest*
47
+ - vitest
48
48
labels :
49
49
- scope:dependencies
50
50
- type:build
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330
330
- id : test
331
331
if : steps.test-files-check.outputs.files_exists == 'true'
332
332
name : Run tests
333
- run : yarn test:cov --segfault-retry=3
333
+ run : yarn test:cov
334
334
- id : codecov
335
335
name : Upload coverage report to Codecov
336
336
if : steps.test-files-check.outputs.files_exists == 'true'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 122
122
"@typescript-eslint/eslint-plugin" : " 7.3.1" ,
123
123
"@typescript-eslint/parser" : " 7.3.1" ,
124
124
"@vates/toggle-scripts" : " 1.0.0" ,
125
- "@vitest/coverage-v8" : " 1.6.0" ,
125
+ "@vitest/coverage-v8" : " 2.0.0-beta.13" ,
126
+ "@vitest/ui" : " 2.0.0-beta.13" ,
126
127
"chai" : " 5.1.1" ,
127
128
"chai-quantifiers" : " 1.0.18" ,
128
129
"chai-string" : " 1.5.0" ,
165
166
"trash-cli" : " 5.0.0" ,
166
167
"ts-dedent" : " 2.2.0" ,
167
168
"typescript" : " 5.5.3" ,
168
- "vite" : " 5.2.2" ,
169
169
"vite-tsconfig-paths" : " 4.3.2" ,
170
- "vitest" : " 1.4.0 " ,
170
+ "vitest" : " 2.0.0-beta.13 " ,
171
171
"yaml-eslint-parser" : " 1.2.2"
172
172
},
173
173
"resolutions" : {
174
174
"@flex-development/unist-util-types" : " 1.4.0" ,
175
175
"@types/mdast" : " 4.0.3" ,
176
176
"@types/unist" : " 3.0.2" ,
177
177
"chai" : " 5.1.1" ,
178
- "micromark-util-types" : " 2.0.0" ,
179
- "vite" : " 5.2.2"
178
+ "micromark-util-types" : " 2.0.0"
180
179
},
181
180
"engines" : {
182
181
"node" : " >=18.18.2"
You can’t perform that action at this time.
0 commit comments