Skip to content

Commit

Permalink
build(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 0.34.6 to 1.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/packages/vitest)

Updates `@vitest/coverage-istanbul` from 0.34.6 to 1.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.1/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 Dec 5, 2023
1 parent 5a62094 commit b8b8e23
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 368 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^20.5.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitest/coverage-istanbul": "^0.34.2",
"@vitest/coverage-istanbul": "^1.0.1",
"console-fail-test": "^0.2.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -53,7 +53,7 @@
"release-it": "^17.0.0",
"tsup": "^8.0.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"vitest": "^1.0.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit b8b8e23

Please sign in to comment.