From 43190a6d4f8266d6ce26ef1ad9da9a2fb7ec74f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 18:19:16 +0000 Subject: [PATCH] Update dependency @vitest/coverage-istanbul to ^0.32.2 (#233) 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.32.0` -> `^0.32.2`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-istanbul/0.32.0/0.32.2) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.2/compatibility-slim/0.32.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-istanbul/0.32.2/confidence-slim/0.32.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.32.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.1...v0.32.2) #####    🐞 Bug Fixes - **browser**: Don't fail on importing diff-sequences  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(00b0e)](https://togithub.com/vitest-dev/vitest/commit/00b0e6a3) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.1...v0.32.2) ### [`v0.32.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.32.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.32.0...v0.32.1) #####    🚀 Features - Export `registerConsoleShortcuts` from `vitest/node`  -  by [@​deot](https://togithub.com/deot) in [https://github.com/vitest-dev/vitest/issues/3563](https://togithub.com/vitest-dev/vitest/issues/3563) [(bc49b)](https://togithub.com/vitest-dev/vitest/commit/bc49bac7) - **expect**: Support `expect.unreachable`  -  by [@​fenghan34](https://togithub.com/fenghan34) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3556](https://togithub.com/vitest-dev/vitest/issues/3556) [(8e385)](https://togithub.com/vitest-dev/vitest/commit/8e385bb0) - **runner**: `describe`/`test` name support anonymous function  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3562](https://togithub.com/vitest-dev/vitest/issues/3562) [(3d436)](https://togithub.com/vitest-dev/vitest/commit/3d43638c) #####    🐞 Bug Fixes - Avoid call stack recursion with large error (fix: [#​3060](https://togithub.com/vitest-dev/vitest/issues/3060))  -  by [@​nathanmmiller](https://togithub.com/nathanmmiller) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3078](https://togithub.com/vitest-dev/vitest/issues/3078) and [https://github.com/vitest-dev/vitest/issues/3060](https://togithub.com/vitest-dev/vitest/issues/3060) [(02196)](https://togithub.com/vitest-dev/vitest/commit/02196f9d) - Automatically remove define related configuration  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3552](https://togithub.com/vitest-dev/vitest/issues/3552) [(368b8)](https://togithub.com/vitest-dev/vitest/commit/368b8259) - Import `performance` from `perf_hooks`  -  by [@​Max10240](https://togithub.com/Max10240) and **wangbaolong.wbl** in [https://github.com/vitest-dev/vitest/issues/3578](https://togithub.com/vitest-dev/vitest/issues/3578) and [https://github.com/vitest-dev/vitest/issues/3579](https://togithub.com/vitest-dev/vitest/issues/3579) [(24ec8)](https://togithub.com/vitest-dev/vitest/commit/24ec85a8) - Revert concordance diff, use jest's diff output  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3582](https://togithub.com/vitest-dev/vitest/issues/3582) [(9c7ea)](https://togithub.com/vitest-dev/vitest/commit/9c7ea382) - Typo in config suggestion  -  by [@​Krisell](https://togithub.com/Krisell) in [https://github.com/vitest-dev/vitest/issues/3583](https://togithub.com/vitest-dev/vitest/issues/3583) [(68985)](https://togithub.com/vitest-dev/vitest/commit/689855bb) - **browser**: - Change optimized deps to use `vitest`  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/3580](https://togithub.com/vitest-dev/vitest/issues/3580) [(b4ac8)](https://togithub.com/vitest-dev/vitest/commit/b4ac88e9) - Access **vi_inject** only if it was injected  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3587](https://togithub.com/vitest-dev/vitest/issues/3587) [(d9e14)](https://togithub.com/vitest-dev/vitest/commit/d9e1419a) - **mocker**: - Respect namespace import when hoisting vi.mock  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3547](https://togithub.com/vitest-dev/vitest/issues/3547) [(158c4)](https://togithub.com/vitest-dev/vitest/commit/158c4bb0) - **ui**: - Navigate to dashboard when re-running tests from coverage page  -  by [@​userquin](https://togithub.com/userquin) in [https://github.com/vitest-dev/vitest/issues/3529](https://togithub.com/vitest-dev/vitest/issues/3529) [(bc283)](https://togithub.com/vitest-dev/vitest/commit/bc283ae3) - **vite-node**: - Correctly resolve virtual modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3544](https://togithub.com/vitest-dev/vitest/issues/3544) [(0cbb0)](https://togithub.com/vitest-dev/vitest/commit/0cbb07b4) - Fix errors caused by commonjs export circular references  -  by [@​rxliuli](https://togithub.com/rxliuli) in [https://github.com/vitest-dev/vitest/issues/3570](https://togithub.com/vitest-dev/vitest/issues/3570) [(b097c)](https://togithub.com/vitest-dev/vitest/commit/b097cef8) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.32.0...v0.32.1)
--- ### 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 | 44 ++++++++++----------- 11 files changed, 32 insertions(+), 32 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 97aa5860..b55d7622 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 2752b0bc..10071eac 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.18", - "@vitest/coverage-istanbul": "^0.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 0dac74d4..460bf9d3 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.18", - "@vitest/coverage-istanbul": "^0.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 8f2e2d95..b7c71db8 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 7428e510..689efed3 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 778a377f..caf8d484 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 47221377..d1fea141 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 8a7748d6..431a04a8 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 df5d89ce..7dae7b88 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "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 8a5ce78f..dc4701a2 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.32.0", + "@vitest/coverage-istanbul": "^0.32.2", "eslint": "^8.42.0", "prettier": "^2.8.8", "typescript": "^5.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b9fd1b4..395b170d 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -125,8 +125,8 @@ importers: specifier: ^18.16.18 version: 18.16.18 '@vitest/coverage-istanbul': - specifier: ^0.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -159,8 +159,8 @@ importers: specifier: ^18.16.18 version: 18.16.18 '@vitest/coverage-istanbul': - specifier: ^0.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -224,8 +224,8 @@ importers: specifier: workspace:^ version: link:../tsconfig '@vitest/coverage-istanbul': - specifier: ^0.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) 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.32.0 - version: 0.32.0(vitest@0.32.0) + specifier: ^0.32.2 + version: 0.32.2(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -1453,8 +1453,8 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@vitest/coverage-istanbul@0.32.0(vitest@0.32.0): - resolution: {integrity: sha512-itX7qym7g9SxUpE/VoJWUQ6KR2k1poSbpJCou3R8wmNZ0i5K4HT0o33Sc8tKT4XJ0SluHrS7voORpu5w6y/hGg==} + /@vitest/coverage-istanbul@0.32.2(vitest@0.32.0): + resolution: {integrity: sha512-B5VSvfzwTsDt9HjFmQ4sZ2tQHivmHJpAoG/BJwNNQeBtSCSdY1L6tfCjwZLo7ryOmZEDA3ck/DAmHCUZqa+MWA==} peerDependencies: vitest: '>=0.32.0 <1' dependencies: