Skip to content

Commit

Permalink
chore(deps): update vitest to ~0.32.2 (#2219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
renovate[bot] and ST-DDT authored Jun 19, 2023
1 parent 0356146 commit a6f5a39
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 95 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@
"@types/validator": "~13.7.17",
"@typescript-eslint/eslint-plugin": "~5.59.11",
"@typescript-eslint/parser": "~5.59.11",
"@vitest/coverage-c8": "~0.31.4",
"@vitest/ui": "~0.31.4",
"@vitest/coverage-v8": "~0.32.2",
"@vitest/ui": "~0.32.2",
"@vueuse/core": "~10.2.0",
"c8": "~8.0.0",
"conventional-changelog-cli": "~3.0.0",
"cypress": "~12.14.0",
"esbuild": "~0.18.4",
Expand Down Expand Up @@ -135,7 +134,7 @@
"validator": "~13.9.0",
"vite": "~4.3.9",
"vitepress": "1.0.0-beta.1",
"vitest": "~0.31.4",
"vitest": "~0.32.2",
"vue": "~3.3.4"
},
"packageManager": "pnpm@8.5.1",
Expand Down
155 changes: 65 additions & 90 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
setupFiles: ['test/setup.ts'],
coverage: {
all: true,
provider: 'c8',
provider: 'v8',
reporter: ['clover', 'cobertura', 'lcov', 'text'],
include: ['src'],
},
Expand Down

0 comments on commit a6f5a39

Please sign in to comment.