From 615e9d2372daeffdb3e74ef71f65821e2edb2e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:23:10 +0000 Subject: [PATCH] Update dependency @vitest/coverage-istanbul to ^0.34.2 (#295) 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.34.1` -> `^0.34.2`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/0.34.1/0.34.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-istanbul/0.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-istanbul/0.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-istanbul/0.34.1/0.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-istanbul/0.34.1/0.34.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest (@​vitest/coverage-istanbul) ### [`v0.34.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.1...v0.34.2) #####    🚀 Features - Allow importing CSS and assets inside external dependencies when using `--experimental-vm-threads`  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3880](https://togithub.com/vitest-dev/vitest/issues/3880) [(f4e6e)](https://togithub.com/vitest-dev/vitest/commit/f4e6e99f) - **vitest**: Allow calling `ctx.skip()` inside the running test  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3966](https://togithub.com/vitest-dev/vitest/issues/3966) [(5c88d)](https://togithub.com/vitest-dev/vitest/commit/5c88d8e5) #####    🐞 Bug Fixes - Don't bundle utils' source-map entry  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3865](https://togithub.com/vitest-dev/vitest/issues/3865) [(a08e5)](https://togithub.com/vitest-dev/vitest/commit/a08e5993) - Reduce the memory consumption when running --experimental-vm-threads  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3872](https://togithub.com/vitest-dev/vitest/issues/3872) [(d1a08)](https://togithub.com/vitest-dev/vitest/commit/d1a08c88) - Indicator position of error message  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3855](https://togithub.com/vitest-dev/vitest/issues/3855) [(3e1e7)](https://togithub.com/vitest-dev/vitest/commit/3e1e7a1f) - Don't crash when using --experimental-vm-threads, interop CJS default inside node_modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3876](https://togithub.com/vitest-dev/vitest/issues/3876) [(0c53e)](https://togithub.com/vitest-dev/vitest/commit/0c53e098) - Don't crash if total memory is not supported  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3879](https://togithub.com/vitest-dev/vitest/issues/3879) [(7d1f8)](https://togithub.com/vitest-dev/vitest/commit/7d1f86b8) - Check memory and limit value  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(f8dfb)](https://togithub.com/vitest-dev/vitest/commit/f8dfbd38) - Update module warning as it is moved into server config  -  by [@​jellyfishgh](https://togithub.com/jellyfishgh) in [https://github.com/vitest-dev/vitest/issues/3931](https://togithub.com/vitest-dev/vitest/issues/3931) [(3a3eb)](https://togithub.com/vitest-dev/vitest/commit/3a3eb22c) - Define process variable and using import.meta.env together did not work  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3944](https://togithub.com/vitest-dev/vitest/issues/3944) [(e73ca)](https://togithub.com/vitest-dev/vitest/commit/e73ca9ed) - Correctly resolve config in a workspace  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3947](https://togithub.com/vitest-dev/vitest/issues/3947) [(1c08d)](https://togithub.com/vitest-dev/vitest/commit/1c08d5da) - Don't crash when calling useFakeTimers in VM pool  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3958](https://togithub.com/vitest-dev/vitest/issues/3958) [(91fe4)](https://togithub.com/vitest-dev/vitest/commit/91fe4853) - Restrict access to file system via API  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3956](https://togithub.com/vitest-dev/vitest/issues/3956) [(bcb41)](https://togithub.com/vitest-dev/vitest/commit/bcb41e51) - Typo of mocks plugin name  -  by [@​antfu](https://togithub.com/antfu) [(3073b)](https://togithub.com/vitest-dev/vitest/commit/3073b9a2) - Build not generated `execute.d.ts`  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3970](https://togithub.com/vitest-dev/vitest/issues/3970) [(0f8e6)](https://togithub.com/vitest-dev/vitest/commit/0f8e60b7) - **css**: - Don't mock css-module if `?inline` query is specified  -  by [@​thebanjomatic](https://togithub.com/thebanjomatic) and **Adam Hines** in [https://github.com/vitest-dev/vitest/issues/3952](https://togithub.com/vitest-dev/vitest/issues/3952) [(3891d)](https://togithub.com/vitest-dev/vitest/commit/3891d055) - **expect**: - Correctly show async matcher diff  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3960](https://togithub.com/vitest-dev/vitest/issues/3960) [(9423b)](https://togithub.com/vitest-dev/vitest/commit/9423b6f8) - **snapshots**: - Update inline snapshot correctly  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3887](https://togithub.com/vitest-dev/vitest/issues/3887) [(7b740)](https://togithub.com/vitest-dev/vitest/commit/7b740a27) - **ui**: - Incorrect duration time in vitest ui  -  by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/3945](https://togithub.com/vitest-dev/vitest/issues/3945) [(35139)](https://togithub.com/vitest-dev/vitest/commit/351399f2) - Add support for ui coverage with subdir option  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/3917](https://togithub.com/vitest-dev/vitest/issues/3917) [(6ecfc)](https://togithub.com/vitest-dev/vitest/commit/6ecfc4e1) - **vitest**: - Use esm module resolution to resolve env  -  by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vitest-dev/vitest/issues/3951](https://togithub.com/vitest-dev/vitest/issues/3951) [(edb32)](https://togithub.com/vitest-dev/vitest/commit/edb322fe) - Allow rewriting process.env.NODE_MODE when using web transform mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3957](https://togithub.com/vitest-dev/vitest/issues/3957) [(eca4b)](https://togithub.com/vitest-dev/vitest/commit/eca4b87f) - Only consider cwd when using glob  -  by [@​g-plane](https://togithub.com/g-plane) in [https://github.com/vitest-dev/vitest/issues/3802](https://togithub.com/vitest-dev/vitest/issues/3802) and [https://github.com/vitest-dev/vitest/issues/3949](https://togithub.com/vitest-dev/vitest/issues/3949) [(15b4f)](https://togithub.com/vitest-dev/vitest/commit/15b4fd6d) - Pass environmentOptions to happy-dom integration  -  by [@​sheremet-va](https://togithub.com/sheremet-va) and **Raul de Melo** in [https://github.com/vitest-dev/vitest/issues/3972](https://togithub.com/vitest-dev/vitest/issues/3972) [(6a0cb)](https://togithub.com/vitest-dev/vitest/commit/6a0cb647) - **web**: - Correctly resolve assets in new URL  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3950](https://togithub.com/vitest-dev/vitest/issues/3950) [(a428f)](https://togithub.com/vitest-dev/vitest/commit/a428f8d4) #####    🏎 Performance - **dot-renderer**: Speed up getTests  -  by [@​gtm-nayan](https://togithub.com/gtm-nayan) in [https://github.com/vitest-dev/vitest/issues/3923](https://togithub.com/vitest-dev/vitest/issues/3923) [(e9404)](https://togithub.com/vitest-dev/vitest/commit/e94044d7) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.1...v0.34.2)
--- ### 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://developer.mend.io/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 | 44 ++++++++++----------- 11 files changed, 32 insertions(+), 32 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 34a4c42b..04d70263 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.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 88d98123..5c079277 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.17.5", - "@vitest/coverage-istanbul": "^0.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/libs/ecs/package.json b/libs/ecs/package.json index d3cb2460..73a4c552 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.17.5", - "@vitest/coverage-istanbul": "^0.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/libs/game-app/package.json b/libs/game-app/package.json index 0a7e041f..83c5f122 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-client/input/package.json b/plugins-client/input/package.json index 1332e205..b7cc1d11 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-client/three/package.json b/plugins-client/three/package.json index 83a99c7c..0f3ca3ee 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-client/variable-update/package.json b/plugins-client/variable-update/package.json index 942d28eb..8e54c75b 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-common/fixed-update/package.json b/plugins-common/fixed-update/package.json index d029a759..683f2c66 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-common/physics/package.json b/plugins-common/physics/package.json index 616f4e15..626ca21a 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/plugins-common/world-entities/package.json b/plugins-common/world-entities/package.json index fdff819a..f342c282 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.34.1", + "@vitest/coverage-istanbul": "^0.34.2", "eslint": "^8.47.0", "prettier": "^2.8.8", "typescript": "^5.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c27fd8f..bfd05358 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.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -125,8 +125,8 @@ importers: specifier: ^18.17.5 version: 18.17.5 '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -159,8 +159,8 @@ importers: specifier: ^18.17.5 version: 18.17.5 '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -224,8 +224,8 @@ importers: specifier: workspace:^ version: link:../tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -263,8 +263,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -315,8 +315,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -349,8 +349,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -383,8 +383,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -426,8 +426,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -460,8 +460,8 @@ importers: specifier: workspace:^ version: link:../../libs/tsconfig '@vitest/coverage-istanbul': - specifier: ^0.34.1 - version: 0.34.1(vitest@0.34.1) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.1) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -1479,8 +1479,8 @@ packages: eslint-visitor-keys: 3.4.3 dev: false - /@vitest/coverage-istanbul@0.34.1(vitest@0.34.1): - resolution: {integrity: sha512-5GprlyY2t1g6+RrssWcN/w5RnZV3qIOM0eoaSDJw3jXbHpBpMvAfTg791zXo7PIqNYs5ORUqBWXIIU0gyAfZxA==} + /@vitest/coverage-istanbul@0.34.2(vitest@0.34.1): + resolution: {integrity: sha512-rf6nY80ieYDGBg+50Sm1XTeYkrAF2sJu3pqL4IddBakxddTNUjEWY90Bv3LvspII6Bd/fiVcestozShQ/NVDtQ==} peerDependencies: vitest: '>=0.32.0 <1' dependencies: