Skip to content

Commit 5c10bd7

Browse files
chore(deps): update vitest to ~0.22.0 (#1277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
1 parent 54a91a1 commit 5c10bd7

File tree

3 files changed

+33
-16
lines changed

3 files changed

+33
-16
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"groupName": "vitest",
34-
"matchPackageNames": ["@vitest/ui", "vitest"]
34+
"matchPackageNames": ["@vitest/coverage-c8", "@vitest/ui", "vitest"]
3535
},
3636
{
3737
"groupName": "prettier",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102
"@types/validator": "~13.7.5",
103103
"@typescript-eslint/eslint-plugin": "~5.33.1",
104104
"@typescript-eslint/parser": "~5.33.1",
105-
"@vitest/ui": "~0.21.1",
105+
"@vitest/coverage-c8": "~0.22.0",
106+
"@vitest/ui": "~0.22.0",
106107
"c8": "~7.12.0",
107108
"conventional-changelog-cli": "~2.2.2",
108109
"cypress": "~10.6.0",
@@ -133,7 +134,7 @@
133134
"validator": "~13.7.0",
134135
"vite": "~3.0.8",
135136
"vitepress": "1.0.0-alpha.5",
136-
"vitest": "~0.21.1"
137+
"vitest": "~0.22.0"
137138
},
138139
"packageManager": "[email protected]",
139140
"engines": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)