Skip to content

Commit

Permalink
Bump vitest and @vitest/coverage-v8 (#185)
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies needed to be updated together.

Updates `vitest` from 1.6.0 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest)

Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Leo Conforti <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leo Conforti <[email protected]>
  • Loading branch information
dependabot[bot] and leonitousconforti authored Jul 31, 2024
1 parent f2d511e commit c7531c4
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 186 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/coverage-v8": "2.0.4",
"babel-plugin-annotate-pure-calls": "0.4.0",
"effect": "3.6.0",
"es-main": "1.3.0",
Expand All @@ -92,7 +92,7 @@
"tsx": "4.16.3",
"typescript": "5.5.4",
"vite": "5.3.5",
"vitest": "1.6.0",
"vitest": "2.0.4",
"ws": "8.18.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit c7531c4

Please sign in to comment.