Skip to content

Commit d4746c9

Browse files
committed
build(deps-dev): bump the vitest group to 2.0.0-beta.13
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent a4ce8cc commit d4746c9

File tree

7 files changed

+575
-338
lines changed

7 files changed

+575
-338
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ updates:
4444
vitest:
4545
patterns:
4646
- '@vitest/*'
47-
- vitest*
47+
- vitest
4848
labels:
4949
- scope:dependencies
5050
- type:build

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
- id: test
331331
if: steps.test-files-check.outputs.files_exists == 'true'
332332
name: Run tests
333-
run: yarn test:cov --segfault-retry=3
333+
run: yarn test:cov
334334
- id: codecov
335335
name: Upload coverage report to Codecov
336336
if: steps.test-files-check.outputs.files_exists == 'true'

__tests__/interfaces/index.ts

-7
This file was deleted.

__tests__/interfaces/mock.ts

-19
This file was deleted.

__tests__/interfaces/spy.ts

-19
This file was deleted.

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
"@typescript-eslint/eslint-plugin": "7.3.1",
123123
"@typescript-eslint/parser": "7.3.1",
124124
"@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",
126127
"chai": "5.1.1",
127128
"chai-quantifiers": "1.0.18",
128129
"chai-string": "1.5.0",
@@ -165,18 +166,16 @@
165166
"trash-cli": "5.0.0",
166167
"ts-dedent": "2.2.0",
167168
"typescript": "5.5.3",
168-
"vite": "5.2.2",
169169
"vite-tsconfig-paths": "4.3.2",
170-
"vitest": "1.4.0",
170+
"vitest": "2.0.0-beta.13",
171171
"yaml-eslint-parser": "1.2.2"
172172
},
173173
"resolutions": {
174174
"@flex-development/unist-util-types": "1.4.0",
175175
"@types/mdast": "4.0.3",
176176
"@types/unist": "3.0.2",
177177
"chai": "5.1.1",
178-
"micromark-util-types": "2.0.0",
179-
"vite": "5.2.2"
178+
"micromark-util-types": "2.0.0"
180179
},
181180
"engines": {
182181
"node": ">=18.18.2"

0 commit comments

Comments
 (0)