From 2e931cfe7903b65813be026f04c6448cf8e2c764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 04:38:46 +0000 Subject: [PATCH] Update dependency vitest to ^0.32.0 (#228) 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.4` -> `^0.32.0`](https://renovatebot.com/diffs/npm/vitest/0.31.4/0.32.0) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.32.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.32.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.32.0/compatibility-slim/0.31.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/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 | 127 ++++++++------------ 11 files changed, 63 insertions(+), 84 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index ea64eb5f..97aa5860 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.4" + "vitest": "^0.32.0" } } diff --git a/libs/default-map/package.json b/libs/default-map/package.json index 2fe53b0c..7f61b832 100644 --- a/libs/default-map/package.json +++ b/libs/default-map/package.json @@ -18,6 +18,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/libs/ecs/package.json b/libs/ecs/package.json index 06d420bd..0ce7c701 100644 --- a/libs/ecs/package.json +++ b/libs/ecs/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/libs/game-app/package.json b/libs/game-app/package.json index ec8dc38c..8f2e2d95 100644 --- a/libs/game-app/package.json +++ b/libs/game-app/package.json @@ -21,6 +21,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-client/input/package.json b/plugins-client/input/package.json index 65ab19c9..7428e510 100644 --- a/plugins-client/input/package.json +++ b/plugins-client/input/package.json @@ -22,6 +22,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-client/three/package.json b/plugins-client/three/package.json index 428d0e86..778a377f 100644 --- a/plugins-client/three/package.json +++ b/plugins-client/three/package.json @@ -27,6 +27,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-client/variable-update/package.json b/plugins-client/variable-update/package.json index f3c4e81b..47221377 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.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-common/fixed-update/package.json b/plugins-common/fixed-update/package.json index bf9def4e..8a7748d6 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.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-common/physics/package.json b/plugins-common/physics/package.json index d6488445..df5d89ce 100644 --- a/plugins-common/physics/package.json +++ b/plugins-common/physics/package.json @@ -24,6 +24,6 @@ "prettier": "^2.8.8", "typescript": "^5.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/plugins-common/world-entities/package.json b/plugins-common/world-entities/package.json index 77f948c3..8a5ce78f 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.1.3", "vite": "^4.3.9", - "vitest": "^0.31.4" + "vitest": "^0.32.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e830a1a7..59058f9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: version: 0.2.0 '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.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.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) apps/server: devDependencies: @@ -126,7 +126,7 @@ importers: version: 18.16.16 '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -140,8 +140,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) libs/ecs: dependencies: @@ -160,7 +160,7 @@ importers: version: 18.16.16 '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -174,8 +174,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) libs/eslint-config: dependencies: @@ -225,7 +225,7 @@ importers: version: link:../tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -239,8 +239,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) libs/tsconfig: {} @@ -264,7 +264,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -278,8 +278,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) plugins-client/three: dependencies: @@ -316,7 +316,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -330,8 +330,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) plugins-client/variable-update: dependencies: @@ -350,7 +350,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -364,8 +364,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) plugins-common/fixed-update: dependencies: @@ -384,7 +384,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -398,8 +398,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) plugins-common/physics: dependencies: @@ -427,7 +427,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -441,8 +441,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) plugins-common/world-entities: dependencies: @@ -461,7 +461,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.0 - version: 0.32.0(vitest@0.31.4) + version: 0.32.0(vitest@0.32.0) eslint: specifier: ^8.42.0 version: 8.42.0 @@ -475,8 +475,8 @@ importers: specifier: ^4.3.9 version: 4.3.9(@types/node@18.16.16) vitest: - specifier: ^0.31.4 - version: 0.31.4(jsdom@22.1.0) + specifier: ^0.32.0 + version: 0.32.0(jsdom@22.1.0) packages: @@ -1449,7 +1449,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@vitest/coverage-istanbul@0.32.0(vitest@0.31.4): + /@vitest/coverage-istanbul@0.32.0(vitest@0.32.0): resolution: {integrity: sha512-itX7qym7g9SxUpE/VoJWUQ6KR2k1poSbpJCou3R8wmNZ0i5K4HT0o33Sc8tKT4XJ0SluHrS7voORpu5w6y/hGg==} peerDependencies: vitest: '>=0.32.0 <1' @@ -1460,44 +1460,44 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 test-exclude: 6.0.0 - vitest: 0.31.4(jsdom@22.1.0) + vitest: 0.32.0(jsdom@22.1.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@0.31.4: - resolution: {integrity: sha512-tibyx8o7GUyGHZGyPgzwiaPaLDQ9MMuCOrc03BYT0nryUuhLbL7NV2r/q98iv5STlwMgaKuFJkgBW/8iPKwlSg==} + /@vitest/expect@0.32.0: + resolution: {integrity: sha512-VxVHhIxKw9Lux+O9bwLEEk2gzOUe93xuFHy9SzYWnnoYZFYg1NfBtnfnYWiJN7yooJ7KNElCK5YtA7DTZvtXtg==} dependencies: - '@vitest/spy': 0.31.4 - '@vitest/utils': 0.31.4 + '@vitest/spy': 0.32.0 + '@vitest/utils': 0.32.0 chai: 4.3.7 dev: true - /@vitest/runner@0.31.4: - resolution: {integrity: sha512-Wgm6UER+gwq6zkyrm5/wbpXGF+g+UBB78asJlFkIOwyse0pz8lZoiC6SW5i4gPnls/zUcPLWS7Zog0LVepXnpg==} + /@vitest/runner@0.32.0: + resolution: {integrity: sha512-QpCmRxftHkr72xt5A08xTEs9I4iWEXIOCHWhQQguWOKE4QH7DXSKZSOFibuwEIMAD7G0ERvtUyQn7iPWIqSwmw==} dependencies: - '@vitest/utils': 0.31.4 + '@vitest/utils': 0.32.0 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/snapshot@0.31.4: - resolution: {integrity: sha512-LemvNumL3NdWSmfVAMpXILGyaXPkZbG5tyl6+RQSdcHnTj6hvA49UAI8jzez9oQyE/FWLKRSNqTGzsHuk89LRA==} + /@vitest/snapshot@0.32.0: + resolution: {integrity: sha512-yCKorPWjEnzpUxQpGlxulujTcSPgkblwGzAUEL+z01FTUg/YuCDZ8dxr9sHA08oO2EwxzHXNLjQKWJ2zc2a19Q==} dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 dev: true - /@vitest/spy@0.31.4: - resolution: {integrity: sha512-3ei5ZH1s3aqbEyftPAzSuunGICRuhE+IXOmpURFdkm5ybUADk+viyQfejNk6q8M5QGX8/EVKw+QWMEP3DTJDag==} + /@vitest/spy@0.32.0: + resolution: {integrity: sha512-MruAPlM0uyiq3d53BkwTeShXY0rYEfhNGQzVO5GHBmmX3clsxcWp79mMnkOVcV244sNTeDcHbcPFWIjOI4tZvw==} dependencies: tinyspy: 2.1.0 dev: true - /@vitest/utils@0.31.4: - resolution: {integrity: sha512-DobZbHacWznoGUfYU8XDPY78UubJxXfMNY1+SUdOp1NsI34eopSA6aZMeaGu10waSOeYwE8lxrd/pLfT0RMxjQ==} + /@vitest/utils@0.32.0: + resolution: {integrity: sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==} 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.4(@types/node@18.16.16): - resolution: {integrity: sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==} - 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.32.0(@types/node@18.16.16): resolution: {integrity: sha512-220P/y8YacYAU+daOAqiGEFXx2A8AwjadDzQqos6wSukjvvTWNqleJSwoUn0ckyNdjHIKoxn93Nh1vWBqEKr3Q==} engines: {node: '>=v14.18.0'} @@ -4429,8 +4408,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest@0.31.4(jsdom@22.1.0): - resolution: {integrity: sha512-GoV0VQPmWrUFOZSg3RpQAPN+LPmHg2/gxlMNJlyxJihkz6qReHDV6b0pPDcqFLNEPya4tWJ1pgwUNP9MLmUfvQ==} + /vitest@0.32.0(jsdom@22.1.0): + resolution: {integrity: sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==} 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.4 - '@vitest/runner': 0.31.4 - '@vitest/snapshot': 0.31.4 - '@vitest/spy': 0.31.4 - '@vitest/utils': 0.31.4 + '@vitest/expect': 0.32.0 + '@vitest/runner': 0.32.0 + '@vitest/snapshot': 0.32.0 + '@vitest/spy': 0.32.0 + '@vitest/utils': 0.32.0 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.4(@types/node@18.16.16) + vite-node: 0.32.0(@types/node@18.16.16) why-is-node-running: 2.2.2 transitivePeerDependencies: - less