From 2f185256f80c6c2e705de5908427462d6f9ca663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:11:16 +0000 Subject: [PATCH] Update dependency @vitest/coverage-istanbul to ^0.32.0 (#226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-istanbul](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-istanbul#readme) ([source](https://togithub.com/vitest-dev/vitest)) | [`^0.31.4` -> `^0.32.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/0.31.4/0.32.0) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.0/compatibility-slim/0.31.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.0/confidence-slim/0.31.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.32.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.4...v0.32.0) #####    🚨 Breaking Changes - Throw an error, if the module cannot be resolved  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3307](https://togithub.com/vitest-dev/vitest/issues/3307) [(1ad63)](https://togithub.com/vitest-dev/vitest/commit/1ad63b0c) - Improve globs  -  by [@​nickmccurdy](https://togithub.com/nickmccurdy) in [https://github.com/vitest-dev/vitest/issues/3392](https://togithub.com/vitest-dev/vitest/issues/3392) [(19ecc)](https://togithub.com/vitest-dev/vitest/commit/19ecc6c7) - Add `@vitest/coverage-v8` package  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3339](https://togithub.com/vitest-dev/vitest/issues/3339) [(82112)](https://togithub.com/vitest-dev/vitest/commit/821126f1) - **mocker**: Don't restore mock to the original if the module is automocked  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3518](https://togithub.com/vitest-dev/vitest/issues/3518) [(c1004)](https://togithub.com/vitest-dev/vitest/commit/c1004e14) #####    🚀 Features - Support ssr optimizer  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3490](https://togithub.com/vitest-dev/vitest/issues/3490) [(89842)](https://togithub.com/vitest-dev/vitest/commit/898422b0) - Image type add apng  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3498](https://togithub.com/vitest-dev/vitest/issues/3498) [(a53c2)](https://togithub.com/vitest-dev/vitest/commit/a53c2151) - **expect**: Support `expect.soft`  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3507](https://togithub.com/vitest-dev/vitest/issues/3507) [(7c687)](https://togithub.com/vitest-dev/vitest/commit/7c687ada) - **runner**: Support using function/class as `describe`/`test` name  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3497](https://togithub.com/vitest-dev/vitest/issues/3497) [(15253)](https://togithub.com/vitest-dev/vitest/commit/15253890) #####    🐞 Bug Fixes - The cli option is passed to coverage.exclude  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3506](https://togithub.com/vitest-dev/vitest/issues/3506) [(c37cd)](https://togithub.com/vitest-dev/vitest/commit/c37cdebe) - **optimizer**: Always respect optimizeDeps even if include/exclude is overridden  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3488](https://togithub.com/vitest-dev/vitest/issues/3488) [(eb285)](https://togithub.com/vitest-dev/vitest/commit/eb285ea0) - **runner**: Ensure Vitest is deduped  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3489](https://togithub.com/vitest-dev/vitest/issues/3489) [(2deb7)](https://togithub.com/vitest-dev/vitest/commit/2deb70ab) - **ui**: Don't cache coverage assets  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/3508](https://togithub.com/vitest-dev/vitest/issues/3508) [(952b5)](https://togithub.com/vitest-dev/vitest/commit/952b5be6) - **vite-node**: Circular import stuck  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3480](https://togithub.com/vitest-dev/vitest/issues/3480) [(50f07)](https://togithub.com/vitest-dev/vitest/commit/50f0700d) - **watch**: Junit reporter fails to re-generate report  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3496](https://togithub.com/vitest-dev/vitest/issues/3496) [(5b73c)](https://togithub.com/vitest-dev/vitest/commit/5b73cbf8) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.4...v0.32.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dermoumi/crafts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/client/package.json | 2 +- libs/default-map/package.json | 2 +- libs/ecs/package.json | 2 +- libs/game-app/package.json | 2 +- plugins-client/input/package.json | 2 +- plugins-client/three/package.json | 2 +- plugins-client/variable-update/package.json | 2 +- plugins-common/fixed-update/package.json | 2 +- plugins-common/physics/package.json | 2 +- plugins-common/world-entities/package.json | 2 +- pnpm-lock.yaml | 46 ++++++++++----------- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 79989c44..ea64eb5f 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -22,7 +22,7 @@ "@crafts/plugin-world-entities": "workspace:^", "@crafts/tsconfig": "workspace:^", "@types/git-rev": "^0.2.0", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "git-rev": "^0.2.1", "jsdom": "^22.1.0", diff --git a/libs/default-map/package.json b/libs/default-map/package.json index d89b08c4..2fe53b0c 100644 --- a/libs/default-map/package.json +++ b/libs/default-map/package.json @@ -13,7 +13,7 @@ "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", "@types/node": "^18.16.16", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/libs/ecs/package.json b/libs/ecs/package.json index 19f6a690..06d420bd 100644 --- a/libs/ecs/package.json +++ b/libs/ecs/package.json @@ -16,7 +16,7 @@ "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", "@types/node": "^18.16.16", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/libs/game-app/package.json b/libs/game-app/package.json index ef6009ba..ec8dc38c 100644 --- a/libs/game-app/package.json +++ b/libs/game-app/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-client/input/package.json b/plugins-client/input/package.json index 533b3e79..65ab19c9 100644 --- a/plugins-client/input/package.json +++ b/plugins-client/input/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-client/three/package.json b/plugins-client/three/package.json index 5d1aeaff..428d0e86 100644 --- a/plugins-client/three/package.json +++ b/plugins-client/three/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-client/variable-update/package.json b/plugins-client/variable-update/package.json index 5ecb7a11..f3c4e81b 100644 --- a/plugins-client/variable-update/package.json +++ b/plugins-client/variable-update/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-common/fixed-update/package.json b/plugins-common/fixed-update/package.json index 6c3e7a79..bf9def4e 100644 --- a/plugins-common/fixed-update/package.json +++ b/plugins-common/fixed-update/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-common/physics/package.json b/plugins-common/physics/package.json index 0910b463..d6488445 100644 --- a/plugins-common/physics/package.json +++ b/plugins-common/physics/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/plugins-common/world-entities/package.json b/plugins-common/world-entities/package.json index 0151dd11..77f948c3 100644 --- a/plugins-common/world-entities/package.json +++ b/plugins-common/world-entities/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@crafts/eslint-config": "workspace:^", "@crafts/tsconfig": "workspace:^", - "@vitest/coverage-istanbul": "^0.31.4", + "@vitest/coverage-istanbul": "^0.32.0", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 71e2a425..89fe4274 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ importers: specifier: ^0.2.0 version: 0.2.0 '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -125,8 +125,8 @@ importers: specifier: ^18.16.16 version: 18.16.16 '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -159,8 +159,8 @@ importers: specifier: ^18.16.16 version: 18.16.16 '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -224,8 +224,8 @@ importers: specifier: workspace:^ version: link:../tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -263,8 +263,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -315,8 +315,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -349,8 +349,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -383,8 +383,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -426,8 +426,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -460,8 +460,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.31.4 - version: 0.31.4(vitest@0.31.4) + specifier: ^0.32.0 + version: 0.32.0(vitest@0.31.4) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -1449,10 +1449,10 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@vitest/coverage-istanbul@0.31.4(vitest@0.31.4): - resolution: {integrity: sha512-nQsWQzatd4NXyM7uiIimInOiCopn7gwhFaA8kbBY7u5eYbKyHkMYVgAyqr1gvyPWe4wINdKonqdyQIc110RJkw==} + /@vitest/coverage-istanbul@0.32.0(vitest@0.31.4): + resolution: {integrity: sha512-itX7qym7g9SxUpE/VoJWUQ6KR2k1poSbpJCou3R8wmNZ0i5K4HT0o33Sc8tKT4XJ0SluHrS7voORpu5w6y/hGg==} peerDependencies: - vitest: '>=0.30.0 <1' + vitest: '>=0.32.0 <1' dependencies: istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 5.2.1