Skip to content

Commit a6f5a39

Browse files
chore(deps): update vitest to ~0.32.2 (#2219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent 0356146 commit a6f5a39

3 files changed

Lines changed: 69 additions & 95 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@
103103
"@types/validator": "~13.7.17",
104104
"@typescript-eslint/eslint-plugin": "~5.59.11",
105105
"@typescript-eslint/parser": "~5.59.11",
106-
"@vitest/coverage-c8": "~0.31.4",
107-
"@vitest/ui": "~0.31.4",
106+
"@vitest/coverage-v8": "~0.32.2",
107+
"@vitest/ui": "~0.32.2",
108108
"@vueuse/core": "~10.2.0",
109-
"c8": "~8.0.0",
110109
"conventional-changelog-cli": "~3.0.0",
111110
"cypress": "~12.14.0",
112111
"esbuild": "~0.18.4",
@@ -135,7 +134,7 @@
135134
"validator": "~13.9.0",
136135
"vite": "~4.3.9",
137136
"vitepress": "1.0.0-beta.1",
138-
"vitest": "~0.31.4",
137+
"vitest": "~0.32.2",
139138
"vue": "~3.3.4"
140139
},
141140
"packageManager": "pnpm@8.5.1",

pnpm-lock.yaml

Lines changed: 65 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
setupFiles: ['test/setup.ts'],
1212
coverage: {
1313
all: true,
14-
provider: 'c8',
14+
provider: 'v8',
1515
reporter: ['clover', 'cobertura', 'lcov', 'text'],
1616
include: ['src'],
1717
},

0 commit comments

Comments
 (0)