Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v0.32.0 (#803)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and danez authored Jun 7, 2023
1 parent a42c0c0 commit 909eb57
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: pnpm install
- init: npm install -g pnpm && pnpm install
vscode:
extensions:
- dbaeumer.vscode-eslint
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "14.18.48",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-v8": "0.32.0",
"cpy": "9.0.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
Expand All @@ -34,8 +34,7 @@
"rimraf": "5.0.1",
"tempy": "3.0.0",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.31.4"
"vitest": "0.32.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/react-docgen/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
coverage: {
all: true,
include: ['src/**'],
provider: 'c8',
provider: 'v8',
reporter: ['text', 'lcov'],
},
},
Expand Down
97 changes: 61 additions & 36 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 909eb57

Please sign in to comment.