Skip to content

Commit

Permalink
Bump the vitest group with 2 updates (#121)
Browse files Browse the repository at this point in the history
* Bump the vitest group with 2 updates

Bumps the vitest group with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@vitest/coverage-v8` from 0.34.6 to 1.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/coverage-v8)

Updates `vitest` from 0.34.6 to 1.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/vitest)

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

Signed-off-by: dependabot[bot] <[email protected]>

* coverage check applies to source code only

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renée Kooi <[email protected]>
  • Loading branch information
dependabot[bot] and goto-bus-stop authored Dec 28, 2023
1 parent 6d43763 commit e953e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/u-wave/translate/issues",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.1.0",
"cldr-core": "^44.1.0",
"dlv": "^1.1.3",
"eslint": "^8.2.0",
Expand All @@ -16,7 +16,7 @@
"rollup": "^4.9.1",
"tsd": "^0.30.0",
"typescript": "^5.0.2",
"vitest": "^0.34.6"
"vitest": "^1.1.0"
},
"homepage": "https://github.com/u-wave/translate#readme",
"jsnext:main": "src/index.js",
Expand All @@ -41,7 +41,7 @@
"prepare": "rollup -c",
"lint": "eslint --ext mjs .",
"test": "npm run tests-only && npm run lint",
"tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text",
"tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text --coverage.include='src/**'",
"types": "tsd"
},
"types": "index.d.ts",
Expand Down

0 comments on commit e953e94

Please sign in to comment.