From 569ec32266d049aa2f8a6c339b039d33c5ecc67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:47:52 +0000 Subject: [PATCH] chore(deps): update vitest monorepo to v2.1.1 (#1003) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://redirect.github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/2.1.0/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://redirect.github.com/vitest-dev/vitest) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`2.1.0` -> `2.1.1`](https://renovatebot.com/diffs/npm/vitest/2.1.0/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/2.1.0/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.1.1`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1) #####    🐞 Bug Fixes - **browser**: - Make example test callbacks async  -  by [@​aqandrew](https://redirect.github.com/aqandrew) in [https://github.com/vitest-dev/vitest/issues/6484](https://redirect.github.com/vitest-dev/vitest/issues/6484) [(16aa7)](https://redirect.github.com/vitest-dev/vitest/commit/16aa76c2) - Optimize vitest-browser-vue correctly  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6490](https://redirect.github.com/vitest-dev/vitest/issues/6490) [(5cbb0)](https://redirect.github.com/vitest-dev/vitest/commit/5cbb0bba) - **workspace**: - Resolve glob pattern once to avoid name collision  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6489](https://redirect.github.com/vitest-dev/vitest/issues/6489) [(36b5a)](https://redirect.github.com/vitest-dev/vitest/commit/36b5aceb) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/technifit/tasker). --- apps/web/package.json | 4 +- packages/authentication/package.json | 4 +- packages/environment/package.json | 4 +- packages/id/package.json | 4 +- packages/jwt/package.json | 4 +- packages/middleware/package.json | 4 +- pnpm-lock.yaml | 184 +++++++++++++-------------- 7 files changed, 104 insertions(+), 104 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 1b336463..84d5c7d9 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -65,7 +65,7 @@ "@types/node": "20.16.5", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "autoprefixer": "10.4.20", "dotenv-cli": "7.4.2", "npm-run-all2": "6.2.2", @@ -78,6 +78,6 @@ "typescript-remix-routes-plugin": "1.0.1", "vite": "5.4.5", "vite-tsconfig-paths": "5.0.1", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 1edd4f4c..ff8342d3 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -54,9 +54,9 @@ "devDependencies": { "@technifit/eslint-config": "workspace:*", "@technifit/tsconfig": "workspace:*", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "eslint": "8.57.0", "typescript": "5.6.2", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/packages/environment/package.json b/packages/environment/package.json index 39c4c55b..3759f743 100644 --- a/packages/environment/package.json +++ b/packages/environment/package.json @@ -32,9 +32,9 @@ "devDependencies": { "@technifit/eslint-config": "workspace:*", "@technifit/tsconfig": "workspace:*", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "eslint": "8.57.0", "typescript": "5.6.2", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/packages/id/package.json b/packages/id/package.json index a1288323..09f18058 100644 --- a/packages/id/package.json +++ b/packages/id/package.json @@ -26,9 +26,9 @@ "devDependencies": { "@technifit/eslint-config": "workspace:*", "@technifit/tsconfig": "workspace:*", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "eslint": "8.57.0", "typescript": "5.6.2", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/packages/jwt/package.json b/packages/jwt/package.json index fa76d159..b70cc0d0 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -30,9 +30,9 @@ "devDependencies": { "@technifit/eslint-config": "workspace:*", "@technifit/tsconfig": "workspace:*", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "eslint": "8.57.0", "typescript": "5.6.2", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/packages/middleware/package.json b/packages/middleware/package.json index 60aa040f..1de073d5 100644 --- a/packages/middleware/package.json +++ b/packages/middleware/package.json @@ -42,9 +42,9 @@ "devDependencies": { "@technifit/eslint-config": "workspace:*", "@technifit/tsconfig": "workspace:*", - "@vitest/coverage-v8": "2.1.0", + "@vitest/coverage-v8": "2.1.1", "eslint": "8.57.0", "typescript": "5.6.2", - "vitest": "2.1.0" + "vitest": "2.1.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8856656..6a5370e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,8 +154,8 @@ importers: specifier: 18.3.0 version: 18.3.0 '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) autoprefixer: specifier: 10.4.20 version: 10.4.20(postcss@8.4.45) @@ -193,8 +193,8 @@ importers: specifier: 5.0.1 version: 5.0.1(typescript@5.6.2)(vite@5.4.5(@types/node@20.16.5)) vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/authentication: dependencies: @@ -209,8 +209,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript-config '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -218,8 +218,8 @@ importers: specifier: 5.6.2 version: 5.6.2 vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/environment: dependencies: @@ -240,8 +240,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript-config '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -249,8 +249,8 @@ importers: specifier: 5.6.2 version: 5.6.2 vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/id: dependencies: @@ -265,8 +265,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript-config '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -274,8 +274,8 @@ importers: specifier: 5.6.2 version: 5.6.2 vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/jwt: dependencies: @@ -290,8 +290,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript-config '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -299,8 +299,8 @@ importers: specifier: 5.6.2 version: 5.6.2 vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/middleware: dependencies: @@ -339,8 +339,8 @@ importers: specifier: workspace:* version: link:../../tooling/typescript-config '@vitest/coverage-v8': - specifier: 2.1.0 - version: 2.1.0(vitest@2.1.0(@types/node@20.16.5)) + specifier: 2.1.1 + version: 2.1.1(vitest@2.1.1(@types/node@20.16.5)) eslint: specifier: 8.57.0 version: 8.57.0 @@ -348,8 +348,8 @@ importers: specifier: 5.6.2 version: 5.6.2 vitest: - specifier: 2.1.0 - version: 2.1.0(@types/node@20.16.5) + specifier: 2.1.1 + version: 2.1.1(@types/node@20.16.5) packages/ui: dependencies: @@ -3227,22 +3227,22 @@ packages: '@vanilla-extract/private@1.0.4': resolution: {integrity: sha512-8FGD6AejeC/nXcblgNCM5rnZb9KXa4WNkR03HCWtdJBpANjTgjHEglNLFnhuvdQ78tC6afaxBPI+g7F2NX3tgg==} - '@vitest/coverage-v8@2.1.0': - resolution: {integrity: sha512-yqCkr2nrV4o58VcVMxTVkS6Ggxzy7pmSD8JbTbhbH5PsQfUIES1QT716VUzo33wf2lX9EcWYdT3Vl2MMmjR59g==} + '@vitest/coverage-v8@2.1.1': + resolution: {integrity: sha512-md/A7A3c42oTT8JUHSqjP5uKTWJejzUW4jalpvs+rZ27gsURsMU8DEb+8Jf8C6Kj2gwfSHJqobDNBuoqlm0cFw==} peerDependencies: - '@vitest/browser': 2.1.0 - vitest: 2.1.0 + '@vitest/browser': 2.1.1 + vitest: 2.1.1 peerDependenciesMeta: '@vitest/browser': optional: true - '@vitest/expect@2.1.0': - resolution: {integrity: sha512-N3/xR4fSu0+6sVZETEtPT1orUs2+Y477JOXTcU3xKuu3uBlsgbD7/7Mz2LZ1Jr1XjwilEWlrIgSCj4N1+5ZmsQ==} + '@vitest/expect@2.1.1': + resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} - '@vitest/mocker@2.1.0': - resolution: {integrity: sha512-ZxENovUqhzl+QiOFpagiHUNUuZ1qPd5yYTCYHomGIZOFArzn4mgX2oxZmiAItJWAaXHG6bbpb/DpSPhlk5DgtA==} + '@vitest/mocker@2.1.1': + resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==} peerDependencies: - '@vitest/spy': 2.1.0 + '@vitest/spy': 2.1.1 msw: ^2.3.5 vite: ^5.0.0 peerDependenciesMeta: @@ -3251,20 +3251,20 @@ packages: vite: optional: true - '@vitest/pretty-format@2.1.0': - resolution: {integrity: sha512-7sxf2F3DNYatgmzXXcTh6cq+/fxwB47RIQqZJFoSH883wnVAoccSRT6g+dTKemUBo8Q5N4OYYj1EBXLuRKvp3Q==} + '@vitest/pretty-format@2.1.1': + resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==} - '@vitest/runner@2.1.0': - resolution: {integrity: sha512-D9+ZiB8MbMt7qWDRJc4CRNNUlne/8E1X7dcKhZVAbcOKG58MGGYVDqAq19xlhNfMFZsW0bpVKgztBwks38Ko0w==} + '@vitest/runner@2.1.1': + resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==} - '@vitest/snapshot@2.1.0': - resolution: {integrity: sha512-x69CygGMzt9VCO283K2/FYQ+nBrOj66OTKpsPykjCR4Ac3lLV+m85hj9reaIGmjBSsKzVvbxWmjWE3kF5ha3uQ==} + '@vitest/snapshot@2.1.1': + resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==} - '@vitest/spy@2.1.0': - resolution: {integrity: sha512-IXX5NkbdgTYTog3F14i2LgnBc+20YmkXMx0IWai84mcxySUDRgm0ihbOfR4L0EVRBDFG85GjmQQEZNNKVVpkZw==} + '@vitest/spy@2.1.1': + resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==} - '@vitest/utils@2.1.0': - resolution: {integrity: sha512-rreyfVe0PuNqJfKYUwfPDfi6rrp0VSu0Wgvp5WBqJonP+4NvXHk48X6oBam1Lj47Hy6jbJtnMj3OcRdrkTP0tA==} + '@vitest/utils@2.1.1': + resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==} '@web3-storage/multipart-parser@1.0.0': resolution: {integrity: sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==} @@ -6959,8 +6959,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-node@2.1.0: - resolution: {integrity: sha512-+ybYqBVUjYyIscoLzMWodus2enQDZOpGhcU6HdOVD6n8WZdk12w1GFL3mbnxLs7hPtRtqs1Wo5YF6/Tsr6fmhg==} + vite-node@2.1.1: + resolution: {integrity: sha512-N/mGckI1suG/5wQI35XeR9rsMsPqKXzq1CdUndzVstBj/HvyxxGctwnK6WX43NGt5L3Z5tcRf83g4TITKJhPrA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7003,15 +7003,15 @@ packages: terser: optional: true - vitest@2.1.0: - resolution: {integrity: sha512-XuuEeyNkqbfr0FtAvd9vFbInSSNY1ykCQTYQ0sj9wPy4hx+1gR7gqVNdW0AX2wrrM1wWlN5fnJDjF9xG6mYRSQ==} + vitest@2.1.1: + resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 2.1.0 - '@vitest/ui': 2.1.0 + '@vitest/browser': 2.1.1 + '@vitest/ui': 2.1.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -7205,7 +7205,7 @@ snapshots: '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 convert-source-map: 2.0.0 - debug: 4.3.5 + debug: 4.3.7 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -7424,7 +7424,7 @@ snapshots: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.24.4 '@babel/types': 7.24.0 - debug: 4.3.5 + debug: 4.3.7 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -7716,7 +7716,7 @@ snapshots: '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.3.5 + debug: 4.3.7 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -7755,7 +7755,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.3.5 + debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -7790,7 +7790,7 @@ snapshots: '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} @@ -7804,7 +7804,7 @@ snapshots: '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jspm/core@2.0.1': {} @@ -9852,7 +9852,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.6.2) '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.2) - debug: 4.3.5 + debug: 4.3.7 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 @@ -9887,7 +9887,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) - debug: 4.3.5 + debug: 4.3.7 eslint: 8.57.0 optionalDependencies: typescript: 5.6.2 @@ -9921,7 +9921,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.6.2) '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.6.2) - debug: 4.3.5 + debug: 4.3.7 eslint: 8.57.0 tsutils: 3.21.0(typescript@5.6.2) optionalDependencies: @@ -9933,7 +9933,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.2) '@typescript-eslint/utils': 7.18.0(eslint@8.57.0)(typescript@5.6.2) - debug: 4.3.5 + debug: 4.3.7 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: @@ -9949,7 +9949,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.5 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 @@ -9963,7 +9963,7 @@ snapshots: dependencies: '@typescript-eslint/types': 7.18.0 '@typescript-eslint/visitor-keys': 7.18.0 - debug: 4.3.5 + debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.4 @@ -10060,7 +10060,7 @@ snapshots: '@vanilla-extract/private@1.0.4': {} - '@vitest/coverage-v8@2.1.0(vitest@2.1.0(@types/node@20.16.5))': + '@vitest/coverage-v8@2.1.1(vitest@2.1.1(@types/node@20.16.5))': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 @@ -10074,47 +10074,47 @@ snapshots: std-env: 3.7.0 test-exclude: 7.0.1 tinyrainbow: 1.2.0 - vitest: 2.1.0(@types/node@20.16.5) + vitest: 2.1.1(@types/node@20.16.5) transitivePeerDependencies: - supports-color - '@vitest/expect@2.1.0': + '@vitest/expect@2.1.1': dependencies: - '@vitest/spy': 2.1.0 - '@vitest/utils': 2.1.0 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.0(@vitest/spy@2.1.0)(vite@5.4.5(@types/node@20.16.5))': + '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@20.16.5))': dependencies: - '@vitest/spy': 2.1.0 + '@vitest/spy': 2.1.1 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: vite: 5.4.5(@types/node@20.16.5) - '@vitest/pretty-format@2.1.0': + '@vitest/pretty-format@2.1.1': dependencies: tinyrainbow: 1.2.0 - '@vitest/runner@2.1.0': + '@vitest/runner@2.1.1': dependencies: - '@vitest/utils': 2.1.0 + '@vitest/utils': 2.1.1 pathe: 1.1.2 - '@vitest/snapshot@2.1.0': + '@vitest/snapshot@2.1.1': dependencies: - '@vitest/pretty-format': 2.1.0 + '@vitest/pretty-format': 2.1.1 magic-string: 0.30.11 pathe: 1.1.2 - '@vitest/spy@2.1.0': + '@vitest/spy@2.1.1': dependencies: tinyspy: 3.0.0 - '@vitest/utils@2.1.0': + '@vitest/utils@2.1.1': dependencies: - '@vitest/pretty-format': 2.1.0 + '@vitest/pretty-format': 2.1.1 loupe: 3.1.1 tinyrainbow: 1.2.0 @@ -10160,7 +10160,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -11119,7 +11119,7 @@ snapshots: eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0))(eslint@8.57.0): dependencies: - debug: 4.3.5 + debug: 4.3.7 enhanced-resolve: 5.16.0 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.6.2))(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.30.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) @@ -11811,7 +11811,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.5 + debug: 4.3.7 transitivePeerDependencies: - supports-color @@ -12595,7 +12595,7 @@ snapshots: micromark@3.2.0: dependencies: '@types/debug': 4.1.12 - debug: 4.3.5 + debug: 4.3.7 decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.1.0 micromark-factory-space: 1.1.0 @@ -13521,7 +13521,7 @@ snapshots: require-in-the-middle@7.3.0: dependencies: - debug: 4.3.5 + debug: 4.3.7 module-details-from-path: 1.0.3 resolve: 1.22.8 transitivePeerDependencies: @@ -14317,7 +14317,7 @@ snapshots: vite-node@1.6.0(@types/node@20.16.5): dependencies: cac: 6.7.14 - debug: 4.3.5 + debug: 4.3.7 pathe: 1.1.2 picocolors: 1.0.1 vite: 5.4.5(@types/node@20.16.5) @@ -14332,7 +14332,7 @@ snapshots: - supports-color - terser - vite-node@2.1.0(@types/node@20.16.5): + vite-node@2.1.1(@types/node@20.16.5): dependencies: cac: 6.7.14 debug: 4.3.7 @@ -14369,15 +14369,15 @@ snapshots: '@types/node': 20.16.5 fsevents: 2.3.3 - vitest@2.1.0(@types/node@20.16.5): + vitest@2.1.1(@types/node@20.16.5): dependencies: - '@vitest/expect': 2.1.0 - '@vitest/mocker': 2.1.0(@vitest/spy@2.1.0)(vite@5.4.5(@types/node@20.16.5)) - '@vitest/pretty-format': 2.1.0 - '@vitest/runner': 2.1.0 - '@vitest/snapshot': 2.1.0 - '@vitest/spy': 2.1.0 - '@vitest/utils': 2.1.0 + '@vitest/expect': 2.1.1 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@20.16.5)) + '@vitest/pretty-format': 2.1.1 + '@vitest/runner': 2.1.1 + '@vitest/snapshot': 2.1.1 + '@vitest/spy': 2.1.1 + '@vitest/utils': 2.1.1 chai: 5.1.1 debug: 4.3.7 magic-string: 0.30.11 @@ -14388,7 +14388,7 @@ snapshots: tinypool: 1.0.0 tinyrainbow: 1.2.0 vite: 5.4.5(@types/node@20.16.5) - vite-node: 2.1.0(@types/node@20.16.5) + vite-node: 2.1.1(@types/node@20.16.5) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 20.16.5