Skip to content

Commit 909eb57

Browse files
renovate[bot]danez
andauthoredJun 7, 2023
chore(deps): update vitest monorepo to v0.32.0 (#803)
* chore(deps): update vitest monorepo to v0.32.0 * fix coverage --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent a42c0c0 commit 909eb57

File tree

4 files changed

+65
-41
lines changed

4 files changed

+65
-41
lines changed
 

‎.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tasks:
2-
- init: pnpm install
2+
- init: npm install -g pnpm && pnpm install
33
vscode:
44
extensions:
55
- dbaeumer.vscode-eslint

‎package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "14.18.48",
2222
"@typescript-eslint/eslint-plugin": "5.59.9",
2323
"@typescript-eslint/parser": "5.59.9",
24-
"@vitest/coverage-c8": "0.31.4",
24+
"@vitest/coverage-v8": "0.32.0",
2525
"cpy": "9.0.1",
2626
"eslint": "8.42.0",
2727
"eslint-config-next": "13.4.4",
@@ -34,8 +34,7 @@
3434
"rimraf": "5.0.1",
3535
"tempy": "3.0.0",
3636
"typescript": "5.1.3",
37-
"vite": "4.3.9",
38-
"vitest": "0.31.4"
37+
"vitest": "0.32.0"
3938
},
4039
"packageManager": "pnpm@8.6.1"
4140
}

‎packages/react-docgen/vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
coverage: {
1212
all: true,
1313
include: ['src/**'],
14-
provider: 'c8',
14+
provider: 'v8',
1515
reporter: ['text', 'lcov'],
1616
},
1717
},

‎pnpm-lock.yaml

+61-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.