Skip to content

Commit

Permalink
chore(deps): update vitest to ~0.22.0 (#1277)
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: Shinigami92 <chrissi92@hotmail.de>
  • Loading branch information
renovate[bot] and Shinigami92 authored Aug 17, 2022
1 parent 54a91a1 commit 5c10bd7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"groupName": "vitest",
"matchPackageNames": ["@vitest/ui", "vitest"]
"matchPackageNames": ["@vitest/coverage-c8", "@vitest/ui", "vitest"]
},
{
"groupName": "prettier",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
"@types/validator": "~13.7.5",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"@vitest/ui": "~0.21.1",
"@vitest/coverage-c8": "~0.22.0",
"@vitest/ui": "~0.22.0",
"c8": "~7.12.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~10.6.0",
Expand Down Expand Up @@ -133,7 +134,7 @@
"validator": "~13.7.0",
"vite": "~3.0.8",
"vitepress": "1.0.0-alpha.5",
"vitest": "~0.21.1"
"vitest": "~0.22.0"
},
"packageManager": "pnpm@7.9.0",
"engines": {
Expand Down
42 changes: 29 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 5c10bd7

Please sign in to comment.