From 1d489f4904b7e2d65cc30ad5a197eab9bb283ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 02:05:58 +0000 Subject: [PATCH] Update dependency vitest to ^0.32.2 (#235) 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.32.0` -> `^0.32.2`](https://renovatebot.com/diffs/npm/vitest/0.32.0/0.32.2) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.32.2/compatibility-slim/0.32.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/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 | 175 +++++++------------- 11 files changed, 71 insertions(+), 124 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index b55d7622..bcb53dd7 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.32.0" + "vitest": "^0.32.2" } } diff --git a/libs/default-map/package.json b/libs/default-map/package.json index 10071eac..51d41368 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.32.0" + "vitest": "^0.32.2" } } diff --git a/libs/ecs/package.json b/libs/ecs/package.json index 460bf9d3..7e62fb06 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.32.0" + "vitest": "^0.32.2" } } diff --git a/libs/game-app/package.json b/libs/game-app/package.json index b7c71db8..b2cff225 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-client/input/package.json b/plugins-client/input/package.json index 689efed3..1ce58b61 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-client/three/package.json b/plugins-client/three/package.json index caf8d484..4a2f9e87 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-client/variable-update/package.json b/plugins-client/variable-update/package.json index d1fea141..10af27cd 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-common/fixed-update/package.json b/plugins-common/fixed-update/package.json index 431a04a8..49cc42eb 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-common/physics/package.json b/plugins-common/physics/package.json index 7dae7b88..28c6fd15 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.32.0" + "vitest": "^0.32.2" } } diff --git a/plugins-common/world-entities/package.json b/plugins-common/world-entities/package.json index dc4701a2..f54391b9 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.32.0" + "vitest": "^0.32.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b18cd957..e2d2167b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: version: 0.2.0 '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) apps/server: devDependencies: @@ -126,7 +126,7 @@ importers: version: 18.16.18 '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) libs/ecs: dependencies: @@ -160,7 +160,7 @@ importers: version: 18.16.18 '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) libs/eslint-config: dependencies: @@ -225,7 +225,7 @@ importers: version: link:../tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) libs/tsconfig: {} @@ -264,7 +264,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) plugins-client/three: dependencies: @@ -316,7 +316,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) plugins-client/variable-update: dependencies: @@ -350,7 +350,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) plugins-common/fixed-update: dependencies: @@ -384,7 +384,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) plugins-common/physics: dependencies: @@ -427,7 +427,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) plugins-common/world-entities: dependencies: @@ -461,7 +461,7 @@ importers: version: link:../../libs/tsconfig '@vitest/coverage-istanbul': specifier: ^0.32.2 - version: 0.32.2(vitest@0.32.0) + version: 0.32.2(vitest@0.32.2) 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.18) vitest: - specifier: ^0.32.0 - version: 0.32.0(jsdom@22.1.0) + specifier: ^0.32.2 + version: 0.32.2(jsdom@22.1.0) packages: @@ -1289,10 +1289,6 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: false - /@types/node@18.16.16: - resolution: {integrity: sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g==} - dev: true - /@types/node@18.16.18: resolution: {integrity: sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==} dev: true @@ -1453,7 +1449,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: false - /@vitest/coverage-istanbul@0.32.2(vitest@0.32.0): + /@vitest/coverage-istanbul@0.32.2(vitest@0.32.2): resolution: {integrity: sha512-B5VSvfzwTsDt9HjFmQ4sZ2tQHivmHJpAoG/BJwNNQeBtSCSdY1L6tfCjwZLo7ryOmZEDA3ck/DAmHCUZqa+MWA==} peerDependencies: vitest: '>=0.32.0 <1' @@ -1464,46 +1460,46 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 test-exclude: 6.0.0 - vitest: 0.32.0(jsdom@22.1.0) + vitest: 0.32.2(jsdom@22.1.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@0.32.0: - resolution: {integrity: sha512-VxVHhIxKw9Lux+O9bwLEEk2gzOUe93xuFHy9SzYWnnoYZFYg1NfBtnfnYWiJN7yooJ7KNElCK5YtA7DTZvtXtg==} + /@vitest/expect@0.32.2: + resolution: {integrity: sha512-6q5yzweLnyEv5Zz1fqK5u5E83LU+gOMVBDuxBl2d2Jfx1BAp5M+rZgc5mlyqdnxquyoiOXpXmFNkcGcfFnFH3Q==} dependencies: - '@vitest/spy': 0.32.0 - '@vitest/utils': 0.32.0 + '@vitest/spy': 0.32.2 + '@vitest/utils': 0.32.2 chai: 4.3.7 dev: true - /@vitest/runner@0.32.0: - resolution: {integrity: sha512-QpCmRxftHkr72xt5A08xTEs9I4iWEXIOCHWhQQguWOKE4QH7DXSKZSOFibuwEIMAD7G0ERvtUyQn7iPWIqSwmw==} + /@vitest/runner@0.32.2: + resolution: {integrity: sha512-06vEL0C1pomOEktGoLjzZw+1Fb+7RBRhmw/06WkDrd1akkT9i12su0ku+R/0QM69dfkIL/rAIDTG+CSuQVDcKw==} dependencies: - '@vitest/utils': 0.32.0 + '@vitest/utils': 0.32.2 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/snapshot@0.32.0: - resolution: {integrity: sha512-yCKorPWjEnzpUxQpGlxulujTcSPgkblwGzAUEL+z01FTUg/YuCDZ8dxr9sHA08oO2EwxzHXNLjQKWJ2zc2a19Q==} + /@vitest/snapshot@0.32.2: + resolution: {integrity: sha512-JwhpeH/PPc7GJX38vEfCy9LtRzf9F4er7i4OsAJyV7sjPwjj+AIR8cUgpMTWK4S3TiamzopcTyLsZDMuldoi5A==} dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 dev: true - /@vitest/spy@0.32.0: - resolution: {integrity: sha512-MruAPlM0uyiq3d53BkwTeShXY0rYEfhNGQzVO5GHBmmX3clsxcWp79mMnkOVcV244sNTeDcHbcPFWIjOI4tZvw==} + /@vitest/spy@0.32.2: + resolution: {integrity: sha512-Q/ZNILJ4ca/VzQbRM8ur3Si5Sardsh1HofatG9wsJY1RfEaw0XKP8IVax2lI1qnrk9YPuG9LA2LkZ0EI/3d4ug==} dependencies: tinyspy: 2.1.0 dev: true - /@vitest/utils@0.32.0: - resolution: {integrity: sha512-53yXunzx47MmbuvcOPpLaVljHaeSu1G2dHdmy7+9ngMnQIkBQcvwOcoclWFnxDMxFbnq8exAfh3aKSZaK71J5A==} + /@vitest/utils@0.32.2: + resolution: {integrity: sha512-lnJ0T5i03j0IJaeW73hxe2AuVnZ/y1BhhCOuIcl9LIzXnbpXJT9Lrt6brwKHXLOiA7MZ6N5hSJjt0xE1dGNCzQ==} dependencies: - concordance: 5.0.4 + diff-sequences: 29.4.3 loupe: 2.3.6 pretty-format: 27.5.1 dev: true @@ -2009,6 +2005,11 @@ packages: engines: {node: '>=0.4.0'} dev: true + /diff-sequences@29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -4324,27 +4325,6 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /vite-node@0.32.0(@types/node@18.16.16): - resolution: {integrity: sha512-220P/y8YacYAU+daOAqiGEFXx2A8AwjadDzQqos6wSukjvvTWNqleJSwoUn0ckyNdjHIKoxn93Nh1vWBqEKr3Q==} - 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.2(@types/node@18.16.18): resolution: {integrity: sha512-dTQ1DCLwl2aEseov7cfQ+kDMNJpM1ebpyMMMwWzBvLbis8Nla/6c9WQcqpPssTwS6Rp/+U6KwlIj8Eapw4bLdA==} engines: {node: '>=v14.18.0'} @@ -4400,39 +4380,6 @@ packages: - rollup dev: true - /vite@4.3.9(@types/node@18.16.16): - resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.16.16 - esbuild: 0.17.11 - postcss: 8.4.23 - rollup: 3.21.0 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /vite@4.3.9(@types/node@18.16.18): resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} engines: {node: ^14.18.0 || >=16.0.0} @@ -4466,8 +4413,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest@0.32.0(jsdom@22.1.0): - resolution: {integrity: sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==} + /vitest@0.32.2(jsdom@22.1.0): + resolution: {integrity: sha512-hU8GNNuQfwuQmqTLfiKcqEhZY72Zxb7nnN07koCUNmntNxbKQnVbeIS6sqUgR3eXSlbOpit8+/gr1KpqoMgWCQ==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -4499,12 +4446,12 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.16.16 - '@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 + '@types/node': 18.16.18 + '@vitest/expect': 0.32.2 + '@vitest/runner': 0.32.2 + '@vitest/snapshot': 0.32.2 + '@vitest/spy': 0.32.2 + '@vitest/utils': 0.32.2 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -4520,8 +4467,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.5.0 - vite: 4.3.9(@types/node@18.16.16) - vite-node: 0.32.0(@types/node@18.16.16) + vite: 4.3.9(@types/node@18.16.18) + vite-node: 0.32.2(@types/node@18.16.18) why-is-node-running: 2.2.2 transitivePeerDependencies: - less