Skip to content

Commit

Permalink
chore(deps-dev): bump vitest and @vitest/coverage-istanbul
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-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul). These dependencies needed to be updated together.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent 6a2f3a1 commit d92a1cd
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 215 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^18.19.39",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/coverage-istanbul": "^2.0.2",
"cspell": "^8.10.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -60,7 +60,7 @@
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
"vitest": "^2.0.2"
},
"dependencies": {
"chalk": "^5.3.0",
Expand Down
Loading

0 comments on commit d92a1cd

Please sign in to comment.