From db00fd4e0dcac48fc78976f27c7de3629b855559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 22:44:09 +0000 Subject: [PATCH] Update dependency vitest to ^0.31.3 (#214) 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](https://togithub.com/vitest-dev/vitest) | [`^0.31.2` -> `^0.31.3`](https://renovatebot.com/diffs/npm/vitest/0.31.2/0.31.3) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/compatibility-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.31.3/confidence-slim/0.31.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.31.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.31.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.2...v0.31.3) #####    🚀 Features - Support `VITE_NODE_DEPS_MODULE_DIRECTORIES` from .npmrc  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3471](https://togithub.com/vitest-dev/vitest/issues/3471) [(393bf)](https://togithub.com/vitest-dev/vitest/commit/393bf60c) #####    🐞 Bug Fixes - **logger**: Print unhandled errors before summary  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3474](https://togithub.com/vitest-dev/vitest/issues/3474) [(4c9a7)](https://togithub.com/vitest-dev/vitest/commit/4c9a7d58) - **runner**: Suite options do not propagate to nested suites (fix: [#​3467](https://togithub.com/vitest-dev/vitest/issues/3467))  -  by [@​xsjcTony](https://togithub.com/xsjcTony) in [https://github.com/vitest-dev/vitest/issues/3473](https://togithub.com/vitest-dev/vitest/issues/3473) and [https://github.com/vitest-dev/vitest/issues/3467](https://togithub.com/vitest-dev/vitest/issues/3467) [(9fb9d)](https://togithub.com/vitest-dev/vitest/commit/9fb9dacb) - **vite-node**: Clear importers when invalidating module  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3475](https://togithub.com/vitest-dev/vitest/issues/3475) [(add29)](https://togithub.com/vitest-dev/vitest/commit/add29c86) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.2...v0.31.3)
--- ### 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 | 127 ++++++++------------ 11 files changed, 63 insertions(+), 84 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 9ff6d9f6..7f0eac7b 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -31,6 +31,6 @@ "vite": "^4.3.9", "vite-plugin-html": "^3.2.0", "vite-plugin-top-level-await": "^1.3.1", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/libs/default-map/package.json b/libs/default-map/package.json index bba864b3..24635c30 100644 --- a/libs/default-map/package.json +++ b/libs/default-map/package.json @@ -18,6 +18,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/libs/ecs/package.json b/libs/ecs/package.json index 88ffc95f..ae217d68 100644 --- a/libs/ecs/package.json +++ b/libs/ecs/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/libs/game-app/package.json b/libs/game-app/package.json index 202a7a31..d9c3b645 100644 --- a/libs/game-app/package.json +++ b/libs/game-app/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-client/input/package.json b/plugins-client/input/package.json index 8025cf37..ee4ca49b 100644 --- a/plugins-client/input/package.json +++ b/plugins-client/input/package.json @@ -22,6 +22,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-client/three/package.json b/plugins-client/three/package.json index a244cf21..00f437c6 100644 --- a/plugins-client/three/package.json +++ b/plugins-client/three/package.json @@ -27,6 +27,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-client/variable-update/package.json b/plugins-client/variable-update/package.json index 4fe6af2a..2b006017 100644 --- a/plugins-client/variable-update/package.json +++ b/plugins-client/variable-update/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-common/fixed-update/package.json b/plugins-common/fixed-update/package.json index 880b7e69..7e2b786e 100644 --- a/plugins-common/fixed-update/package.json +++ b/plugins-common/fixed-update/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-common/physics/package.json b/plugins-common/physics/package.json index 37626e11..4076a49e 100644 --- a/plugins-common/physics/package.json +++ b/plugins-common/physics/package.json @@ -24,6 +24,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/plugins-common/world-entities/package.json b/plugins-common/world-entities/package.json index 1f056bf5..e18e49dd 100644 --- a/plugins-common/world-entities/package.json +++ b/plugins-common/world-entities/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.0.4", "vite": "^4.3.9", - "vitest": "^0.31.2" + "vitest": "^0.31.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55c04043..ef742d00 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: version: 0.2.0 '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -80,8 +80,8 @@ importers: specifier: ^1.3.1 version: 1.3.1(@swc/helpers@0.5.0)(vite@4.3.9) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) apps/server: devDependencies: @@ -126,7 +126,7 @@ importers: version: 18.16.16 '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -140,8 +140,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) libs/ecs: dependencies: @@ -160,7 +160,7 @@ importers: version: 18.16.16 '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -174,8 +174,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) libs/eslint-config: dependencies: @@ -225,7 +225,7 @@ importers: version: link:../tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -239,8 +239,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) libs/tsconfig: {} @@ -264,7 +264,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -278,8 +278,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) plugins-client/three: dependencies: @@ -316,7 +316,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -330,8 +330,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) plugins-client/variable-update: dependencies: @@ -350,7 +350,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -364,8 +364,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) plugins-common/fixed-update: dependencies: @@ -384,7 +384,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -398,8 +398,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) plugins-common/physics: dependencies: @@ -427,7 +427,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -441,8 +441,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) plugins-common/world-entities: dependencies: @@ -461,7 +461,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.31.3 - version: 0.31.3(vitest@0.31.2) + version: 0.31.3(vitest@0.31.3) eslint: specifier: ^8.41.0 version: 8.41.0 @@ -475,8 +475,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.2 - version: 0.31.2(jsdom@22.1.0) + specifier: ^0.31.3 + version: 0.31.3(jsdom@22.1.0) packages: @@ -1450,7 +1450,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@vitest/coverage-istanbul@0.31.3(vitest@0.31.2): + /@vitest/coverage-istanbul@0.31.3(vitest@0.31.3): resolution: {integrity: sha512-XDMeVhMQwwSA8oRxlDqe2nHK8jNSFdSYBpUTul7mZjNYeP3iL2hMFwLyDKkFzWOL7LGrOzFx7RSXYOPsKM0XNQ==} peerDependencies: vitest: '>=0.30.0 <1' @@ -1461,44 +1461,44 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 test-exclude: 6.0.0 - vitest: 0.31.2(jsdom@22.1.0) + vitest: 0.31.3(jsdom@22.1.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@0.31.2: - resolution: {integrity: sha512-AOuh2NLN9zJ0SkvsItRkS/W39akYpUvo5LOnay3zEhGSnRgivPu2D3S8QlMij1hFMQcX+dlMilPgJatUHiGQ4A==} + /@vitest/expect@0.31.3: + resolution: {integrity: sha512-J+npV64YwKRJN7hA8KVnuyGi5k5mIaq4XmqIxKbRUX0BRBkU1xZ7gZeTwQ4S4dBTcvSvcoxceBNfMTnOdTlg3g==} dependencies: - '@vitest/spy': 0.31.2 - '@vitest/utils': 0.31.2 + '@vitest/spy': 0.31.3 + '@vitest/utils': 0.31.3 chai: 4.3.7 dev: true - /@vitest/runner@0.31.2: - resolution: {integrity: sha512-k2mWrzZD1xsWfzwEXeVr2XF4v8ELpFOKLxRbcnzZclHelOLn27nXvnw1A4JwJtmca64C3/6lo4WHZDlq3TefLQ==} + /@vitest/runner@0.31.3: + resolution: {integrity: sha512-89Fic1IRu4yNqnks/KJEncqZsmQpxq9RSnMVwV0RZeI9RWv/FYh9Nuoz8ld73YKOh6NiF4f9EE3COfNwX8aRpw==} dependencies: - '@vitest/utils': 0.31.2 + '@vitest/utils': 0.31.3 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/snapshot@0.31.2: - resolution: {integrity: sha512-NXRlbP3sM5+KELb8oXVHf7UWD+liBnSsS+4JlDVPD5+KPquZmgNR0xPLW5VEb5HoQZQpKTAFhtGf1AczRCbAhg==} + /@vitest/snapshot@0.31.3: + resolution: {integrity: sha512-CgcmlZyP083oPUgd83rwLZ+qoT4KdvLNsyWRiJNgHoJjR0r7StVY+LlLAfdC9qA70G8O+hJeug+Yn1u4H51OzA==} dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 dev: true - /@vitest/spy@0.31.2: - resolution: {integrity: sha512-81zcAkCCgAc1gA7UvLOWCvkIwrgzaqHBdv9sskOt2xh1+l+RMX9G7sVYj3AOsib3UDR0MCSXit49xKILTMnikw==} + /@vitest/spy@0.31.3: + resolution: {integrity: sha512-tXGIYPdqjBXLhOWSUhWV/eBWBllfD8f6ppQXR0YMBt95bZrCNV7pM29pkam2M/3GAlg7hS+I8wnKZVkIxgXz9A==} dependencies: tinyspy: 2.1.0 dev: true - /@vitest/utils@0.31.2: - resolution: {integrity: sha512-B2AoocMpIiBezediqFzSqvuXI7AZlmlPkh3oj20Jh3bL35c8YYWk9KfOLkEjsLCrOHOUFXoYFc+ACiELCIJVRw==} + /@vitest/utils@0.31.3: + resolution: {integrity: sha512-aLxfilR38ARSw6U/E9hl5bkn2TNeWLK7rZaIWZQUpT6BBilbehwJbSVGENubW5Pb9cawqchZZ7IQMW99t0Ww3A==} dependencies: concordance: 5.0.4 loupe: 2.3.6 @@ -4320,27 +4320,6 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /vite-node@0.31.2(@types/node@18.16.16): - resolution: {integrity: sha512-NvoO7+zSvxROC4JY8cyp/cO7DHAX3dwMOHQVDdNtCZ4Zq8wInnR/bJ/lfsXqE6wrUgtYCE5/84qHS+A7vllI3A==} - engines: {node: '>=v14.18.0'} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - mlly: 1.2.0 - pathe: 1.1.0 - picocolors: 1.0.0 - vite: 4.3.9(@types/node@18.16.16) - transitivePeerDependencies: - - '@types/node' - - less - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vite-node@0.31.3(@types/node@18.16.16): resolution: {integrity: sha512-KGdemamy6imPlmTycADRs5yMX/CoxPq9vJwTAOgSfabzneJmyexmRBBVEX8Mesb3mleIXTBIVR6z0fmtoRTcww==} engines: {node: '>=v14.18.0'} @@ -4429,8 +4408,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest@0.31.2(jsdom@22.1.0): - resolution: {integrity: sha512-O0qKHDbI+zXxwq1WOeqFjxP5v1mDqqM6gllPuOUJkK2YFyQ2nEo8CELR4Mg68ryTSSh527ysBmEN69bDvL2LkQ==} + /vitest@0.31.3(jsdom@22.1.0): + resolution: {integrity: sha512-LMXIKXfI7tDClf6HIR5GjCSHZQdlmfCWWPaJwWcLF+M11V766Tzefb8LD9mLcHmX/zR0xtlfcokpg3JxEDLfeA==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -4463,11 +4442,11 @@ packages: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 18.16.16 - '@vitest/expect': 0.31.2 - '@vitest/runner': 0.31.2 - '@vitest/snapshot': 0.31.2 - '@vitest/spy': 0.31.2 - '@vitest/utils': 0.31.2 + '@vitest/expect': 0.31.3 + '@vitest/runner': 0.31.3 + '@vitest/snapshot': 0.31.3 + '@vitest/spy': 0.31.3 + '@vitest/utils': 0.31.3 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -4484,7 +4463,7 @@ packages: tinybench: 2.5.0 tinypool: 0.5.0 vite: 4.3.9(@types/node@18.16.16) - vite-node: 0.31.2(@types/node@18.16.16) + vite-node: 0.31.3(@types/node@18.16.16) why-is-node-running: 2.2.2 transitivePeerDependencies: - less