1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

chore(deps): update dependency vitest to v2.1.2 (#2988)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-10 12:35:17 +09:00 committed by GitHub
parent 3bc6e106d2
commit b395ab2cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 110 additions and 88 deletions

View file

@ -139,7 +139,7 @@
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.1",
"typescript": "^5.4.4",
"vitest": "2.1.1",
"vitest": "2.1.2",
"vue-tsc": "^2.1.6"
},
"pnpm": {
@ -154,7 +154,7 @@
"resolutions": {
"nuxt-component-meta": "0.8.2",
"unstorage": "^1.12.0",
"vitest": "2.1.1",
"vitest": "2.1.2",
"vue": "^3.5.4"
},
"simple-git-hooks": {

View file

@ -7,7 +7,7 @@ settings:
overrides:
nuxt-component-meta: 0.8.2
unstorage: ^1.12.0
vitest: 2.1.1
vitest: 2.1.2
vue: ^3.5.4
patchedDependencies:
@ -51,7 +51,7 @@ importers:
version: 1.5.2(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils':
specifier: ^3.14.3
version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
version: 3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxtjs/color-mode':
specifier: ^3.4.4
version: 3.4.4(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
@ -271,7 +271,7 @@ importers:
devDependencies:
'@antfu/eslint-config':
specifier: ^3.7.3
version: 3.7.3(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@unocss/eslint-plugin@0.63.1(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@vue/compiler-sfc@3.5.4)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.3.3)))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))
version: 3.7.3(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@unocss/eslint-plugin@0.63.1(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@vue/compiler-sfc@3.5.4)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.3.3)))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))
'@antfu/ni':
specifier: ^0.23.0
version: 0.23.0
@ -348,8 +348,8 @@ importers:
specifier: ^5.4.4
version: 5.6.2
vitest:
specifier: 2.1.1
version: 2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
specifier: 2.1.2
version: 2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
vue-tsc:
specifier: ^2.1.6
version: 2.1.6(typescript@5.6.2)
@ -2051,7 +2051,7 @@ packages:
nitropack: '*'
playwright-core: ^1.43.1
vite: '*'
vitest: 2.1.1
vitest: 2.1.2
vue: ^3.5.4
vue-router: ^4.0.0
peerDependenciesMeta:
@ -2950,7 +2950,7 @@ packages:
'@typescript-eslint/utils': '>= 8.0'
eslint: '>= 8.57.0'
typescript: '>= 5.0.0'
vitest: 2.1.1
vitest: 2.1.2
peerDependenciesMeta:
'@typescript-eslint/utils':
optional: true
@ -2959,13 +2959,13 @@ packages:
vitest:
optional: true
'@vitest/expect@2.1.1':
resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==}
'@vitest/expect@2.1.2':
resolution: {integrity: sha512-FEgtlN8mIUSEAAnlvn7mP8vzaWhEaAEvhSXCqrsijM7K6QqjB11qoRZYEd4AKSCDz8p0/+yH5LzhZ47qt+EyPg==}
'@vitest/mocker@2.1.1':
resolution: {integrity: sha512-LNN5VwOEdJqCmJ/2XJBywB11DLlkbY0ooDJW3uRX5cZyYCrc4PI/ePX0iQhE3BiEGiQmK4GE7Q/PqCkkaiPnrA==}
'@vitest/mocker@2.1.2':
resolution: {integrity: sha512-ExElkCGMS13JAJy+812fw1aCv2QO/LBK6CyO4WOPAzLTmve50gydOlWhgdBJPx2ztbADUq3JVI0C5U+bShaeEA==}
peerDependencies:
'@vitest/spy': 2.1.1
'@vitest/spy': 2.1.2
msw: ^2.3.5
vite: ^5.0.0
peerDependenciesMeta:
@ -2974,20 +2974,20 @@ packages:
vite:
optional: true
'@vitest/pretty-format@2.1.1':
resolution: {integrity: sha512-SjxPFOtuINDUW8/UkElJYQSFtnWX7tMksSGW0vfjxMneFqxVr8YJ979QpMbDW7g+BIiq88RAGDjf7en6rvLPPQ==}
'@vitest/pretty-format@2.1.2':
resolution: {integrity: sha512-FIoglbHrSUlOJPDGIrh2bjX1sNars5HbxlcsFKCtKzu4+5lpsRhOCVcuzp0fEhAGHkPZRIXVNzPcpSlkoZ3LuA==}
'@vitest/runner@2.1.1':
resolution: {integrity: sha512-uTPuY6PWOYitIkLPidaY5L3t0JJITdGTSwBtwMjKzo5O6RCOEncz9PUN+0pDidX8kTHYjO0EwUIvhlGpnGpxmA==}
'@vitest/runner@2.1.2':
resolution: {integrity: sha512-UCsPtvluHO3u7jdoONGjOSil+uON5SSvU9buQh3lP7GgUXHp78guN1wRmZDX4wGK6J10f9NUtP6pO+SFquoMlw==}
'@vitest/snapshot@2.1.1':
resolution: {integrity: sha512-BnSku1WFy7r4mm96ha2FzN99AZJgpZOWrAhtQfoxjUU5YMRpq1zmHRq7a5K9/NjqonebO7iVDla+VvZS8BOWMw==}
'@vitest/snapshot@2.1.2':
resolution: {integrity: sha512-xtAeNsZ++aRIYIUsek7VHzry/9AcxeULlegBvsdLncLmNCR6tR8SRjn8BbDP4naxtccvzTqZ+L1ltZlRCfBZFA==}
'@vitest/spy@2.1.1':
resolution: {integrity: sha512-ZM39BnZ9t/xZ/nF4UwRH5il0Sw93QnZXd9NAZGRpIgj0yvVwPpLd702s/Cx955rGaMlyBQkZJ2Ir7qyY48VZ+g==}
'@vitest/spy@2.1.2':
resolution: {integrity: sha512-GSUi5zoy+abNRJwmFhBDC0yRuVUn8WMlQscvnbbXdKLXX9dE59YbfwXxuJ/mth6eeqIzofU8BB5XDo/Ns/qK2A==}
'@vitest/utils@2.1.1':
resolution: {integrity: sha512-Y6Q9TsI+qJ2CC0ZKj6VBb+T8UPz593N113nnUykqwANqhgf3QkZeHFlusgKLTqrnVHbj/XDKZcDHol+dxVT+rQ==}
'@vitest/utils@2.1.2':
resolution: {integrity: sha512-zMO2KdYy6mx56btx9JvAqAZ6EyS3g49krMPPrgOp1yxGZiA93HumGk+bZ5jIZtOg5/VBYl5eBmGRQHqq4FG6uQ==}
'@volar/language-core@1.4.1':
resolution: {integrity: sha512-EIY+Swv+TjsWpxOxujjMf1ZXqOjg9MT2VMXZ+1dKva0wD8W0L6EtptFFcCJdBbcKmGMFkr57Qzz9VNMWhs3jXQ==}
@ -7771,6 +7771,11 @@ packages:
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
vite-node@2.1.2:
resolution: {integrity: sha512-HPcGNN5g/7I2OtPjLqgOtCRu/qhVvBxTUD3qzitmL0SrG1cWFzxzhMDWussxSbrRYWqnKf8P2jiNhPMSN+ymsQ==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
vite-plugin-checker@0.8.0:
resolution: {integrity: sha512-UA5uzOGm97UvZRTdZHiQVYFnd86AVn8EVaD4L3PoVzxH+IZSfaAw14WGFwX9QS23UW3lV/5bVKZn6l0w+q9P0g==}
engines: {node: '>=14.16'}
@ -7871,15 +7876,15 @@ packages:
vitest-environment-nuxt@1.0.1:
resolution: {integrity: sha512-eBCwtIQriXW5/M49FjqNKfnlJYlG2LWMSNFsRVKomc8CaMqmhQPBS5LZ9DlgYL9T8xIVsiA6RZn2lk7vxov3Ow==}
vitest@2.1.1:
resolution: {integrity: sha512-97We7/VC0e9X5zBVkvt7SGQMGrRtn3KtySFQG5fpaMlS+l62eeXRQO633AYhSTC3z7IMebnPPNjGXVGNRFlxBA==}
vitest@2.1.2:
resolution: {integrity: sha512-veNjLizOMkRrJ6xxb+pvxN6/QAWg95mzcRjtmkepXdN87FNfxAss9RKe2far/G9cQpipfgP2taqg0KiWsquj8A==}
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.1
'@vitest/ui': 2.1.1
'@vitest/browser': 2.1.2
'@vitest/ui': 2.1.2
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@ -8243,7 +8248,7 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
'@antfu/eslint-config@3.7.3(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@unocss/eslint-plugin@0.63.1(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@vue/compiler-sfc@3.5.4)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.3.3)))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))':
'@antfu/eslint-config@3.7.3(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@unocss/eslint-plugin@0.63.1(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(@vue/compiler-sfc@3.5.4)(eslint-plugin-format@0.1.2(eslint@9.11.1(jiti@2.3.3)))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))':
dependencies:
'@antfu/install-pkg': 0.4.1
'@clack/prompts': 0.7.0
@ -8252,7 +8257,7 @@ snapshots:
'@stylistic/eslint-plugin': 2.8.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
'@typescript-eslint/eslint-plugin': 8.7.0(@typescript-eslint/parser@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
'@typescript-eslint/parser': 8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
'@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))
'@vitest/eslint-plugin': 1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))
eslint: 9.11.1(jiti@2.3.3)
eslint-config-flat-gitignore: 0.3.0(eslint@9.11.1(jiti@2.3.3))
eslint-flat-config-utils: 0.4.0
@ -8328,7 +8333,7 @@ snapshots:
'@babel/traverse': 7.25.3
'@babel/types': 7.25.6
convert-source-map: 2.0.0
debug: 4.3.6
debug: 4.3.7
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@ -8383,7 +8388,7 @@ snapshots:
'@babel/core': 7.25.2
'@babel/helper-compilation-targets': 7.25.2
'@babel/helper-plugin-utils': 7.24.8
debug: 4.3.6
debug: 4.3.7
lodash.debounce: 4.0.8
resolve: 1.22.8
semver: 6.3.1
@ -9091,7 +9096,7 @@ snapshots:
'@babel/parser': 7.25.6
'@babel/template': 7.25.0
'@babel/types': 7.25.6
debug: 4.3.6
debug: 4.3.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@ -9521,7 +9526,7 @@ snapshots:
'@antfu/install-pkg': 0.4.1
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
debug: 4.3.6
debug: 4.3.7
kolorist: 1.8.0
local-pkg: 0.5.0
mlly: 1.7.1
@ -9651,7 +9656,7 @@ snapshots:
'@intlify/shared': 9.13.1
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
'@vue/compiler-sfc': 3.5.4
debug: 4.3.6
debug: 4.3.7
fast-glob: 3.3.2
js-yaml: 4.1.0
json5: 2.2.3
@ -9710,7 +9715,7 @@ snapshots:
'@kwsites/file-exists@1.1.1':
dependencies:
debug: 4.3.6
debug: 4.3.7
transitivePeerDependencies:
- supports-color
@ -10354,7 +10359,7 @@ snapshots:
- supports-color
- webpack-sources
'@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
'@nuxt/test-utils@3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)':
dependencies:
'@nuxt/kit': 3.13.2(magicast@0.3.5)(rollup@2.79.1)(webpack-sources@3.2.3)
'@nuxt/schema': 3.13.2(rollup@2.79.1)(webpack-sources@3.2.3)
@ -10381,13 +10386,13 @@ snapshots:
unenv: 1.10.0
unplugin: 1.14.1(webpack-sources@3.2.3)
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vitest-environment-nuxt: 1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
vue: 3.5.4(typescript@5.6.2)
vue-router: 4.4.5(vue@3.5.4(typescript@5.6.2))
optionalDependencies:
'@vue/test-utils': 2.4.6
happy-dom: 15.0.0
vitest: 2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
vitest: 2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
transitivePeerDependencies:
- magicast
- rollup
@ -10598,7 +10603,7 @@ snapshots:
'@types/mdast': 4.0.3
'@vue/compiler-core': 3.5.4
consola: 3.2.3
debug: 4.3.6
debug: 4.3.7
defu: 6.1.4
destr: 2.0.3
detab: 3.0.2
@ -11288,7 +11293,7 @@ snapshots:
'@typescript-eslint/types': 8.7.0
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
'@typescript-eslint/visitor-keys': 8.7.0
debug: 4.3.6
debug: 4.3.7
eslint: 9.11.1(jiti@2.3.3)
optionalDependencies:
typescript: 5.6.2
@ -11309,7 +11314,7 @@ snapshots:
dependencies:
'@typescript-eslint/typescript-estree': 8.7.0(typescript@5.6.2)
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
debug: 4.3.6
debug: 4.3.7
ts-api-utils: 1.3.0(typescript@5.6.2)
optionalDependencies:
typescript: 5.6.2
@ -11325,7 +11330,7 @@ snapshots:
dependencies:
'@typescript-eslint/types': 8.5.0
'@typescript-eslint/visitor-keys': 8.5.0
debug: 4.3.6
debug: 4.3.7
fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.5
@ -11340,7 +11345,7 @@ snapshots:
dependencies:
'@typescript-eslint/types': 8.7.0
'@typescript-eslint/visitor-keys': 8.7.0
debug: 4.3.6
debug: 4.3.7
fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.5
@ -11714,51 +11719,51 @@ snapshots:
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
vue: 3.5.4(typescript@5.6.2)
'@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))':
'@vitest/eslint-plugin@1.1.4(@typescript-eslint/utils@8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2))(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))':
dependencies:
eslint: 9.11.1(jiti@2.3.3)
optionalDependencies:
'@typescript-eslint/utils': 8.7.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
typescript: 5.6.2
vitest: 2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
vitest: 2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0)
'@vitest/expect@2.1.1':
'@vitest/expect@2.1.2':
dependencies:
'@vitest/spy': 2.1.1
'@vitest/utils': 2.1.1
'@vitest/spy': 2.1.2
'@vitest/utils': 2.1.2
chai: 5.1.1
tinyrainbow: 1.2.0
'@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))':
'@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))':
dependencies:
'@vitest/spy': 2.1.1
'@vitest/spy': 2.1.2
estree-walker: 3.0.3
magic-string: 0.30.11
optionalDependencies:
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
'@vitest/pretty-format@2.1.1':
'@vitest/pretty-format@2.1.2':
dependencies:
tinyrainbow: 1.2.0
'@vitest/runner@2.1.1':
'@vitest/runner@2.1.2':
dependencies:
'@vitest/utils': 2.1.1
'@vitest/utils': 2.1.2
pathe: 1.1.2
'@vitest/snapshot@2.1.1':
'@vitest/snapshot@2.1.2':
dependencies:
'@vitest/pretty-format': 2.1.1
'@vitest/pretty-format': 2.1.2
magic-string: 0.30.11
pathe: 1.1.2
'@vitest/spy@2.1.1':
'@vitest/spy@2.1.2':
dependencies:
tinyspy: 3.0.0
'@vitest/utils@2.1.1':
'@vitest/utils@2.1.2':
dependencies:
'@vitest/pretty-format': 2.1.1
'@vitest/pretty-format': 2.1.2
loupe: 3.1.1
tinyrainbow: 1.2.0
@ -12548,7 +12553,7 @@ snapshots:
agent-base@6.0.2:
dependencies:
debug: 4.3.6
debug: 4.3.7
transitivePeerDependencies:
- supports-color
@ -13378,7 +13383,7 @@ snapshots:
engine.io-client@6.5.3:
dependencies:
'@socket.io/component-emitter': 3.1.0
debug: 4.3.6
debug: 4.3.7
engine.io-parser: 5.2.2
ws: 8.11.0
xmlhttprequest-ssl: 2.0.0
@ -13652,7 +13657,7 @@ snapshots:
eslint-plugin-import-x@4.3.1(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2):
dependencies:
'@typescript-eslint/utils': 8.5.0(eslint@9.11.1(jiti@2.3.3))(typescript@5.6.2)
debug: 4.3.6
debug: 4.3.7
doctrine: 3.0.0
eslint: 9.11.1(jiti@2.3.3)
eslint-import-resolver-node: 0.3.9
@ -13671,7 +13676,7 @@ snapshots:
'@es-joy/jsdoccomment': 0.48.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.3.6
debug: 4.3.7
escape-string-regexp: 4.0.0
eslint: 9.11.1(jiti@2.3.3)
espree: 10.1.0
@ -13734,7 +13739,7 @@ snapshots:
eslint-plugin-toml@0.11.1(eslint@9.11.1(jiti@2.3.3)):
dependencies:
debug: 4.3.6
debug: 4.3.7
eslint: 9.11.1(jiti@2.3.3)
eslint-compat-utils: 0.5.0(eslint@9.11.1(jiti@2.3.3))
lodash: 4.17.21
@ -13784,7 +13789,7 @@ snapshots:
eslint-plugin-yml@1.14.0(eslint@9.11.1(jiti@2.3.3)):
dependencies:
debug: 4.3.6
debug: 4.3.7
eslint: 9.11.1(jiti@2.3.3)
eslint-compat-utils: 0.5.0(eslint@9.11.1(jiti@2.3.3))
lodash: 4.17.21
@ -14389,7 +14394,7 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
debug: 4.3.6
debug: 4.3.7
transitivePeerDependencies:
- supports-color
@ -14425,7 +14430,7 @@ snapshots:
importx@0.4.3:
dependencies:
bundle-require: 5.0.0(esbuild@0.23.1)
debug: 4.3.6
debug: 4.3.7
esbuild: 0.23.1
jiti: 2.0.0-beta.2
jiti-v1: jiti@1.21.6
@ -14493,7 +14498,7 @@ snapshots:
dependencies:
'@ioredis/commands': 1.2.0
cluster-key-slot: 1.1.2
debug: 4.3.6
debug: 4.3.7
denque: 2.1.0
lodash.defaults: 4.2.0
lodash.isarguments: 3.1.0
@ -15305,7 +15310,7 @@ snapshots:
micromark@4.0.0:
dependencies:
'@types/debug': 4.1.8
debug: 4.3.6
debug: 4.3.7
decode-named-character-reference: 1.0.2
devlop: 1.1.0
micromark-core-commonmark: 2.0.0
@ -17139,7 +17144,7 @@ snapshots:
socket.io-client@4.7.4:
dependencies:
'@socket.io/component-emitter': 3.1.0
debug: 4.3.6
debug: 4.3.7
engine.io-client: 6.5.3
socket.io-parser: 4.2.4
transitivePeerDependencies:
@ -17150,7 +17155,7 @@ snapshots:
socket.io-parser@4.2.4:
dependencies:
'@socket.io/component-emitter': 3.1.0
debug: 4.3.6
debug: 4.3.7
transitivePeerDependencies:
- supports-color
@ -18103,7 +18108,24 @@ snapshots:
vite-node@2.1.1(@types/node@20.8.6)(terser@5.22.0):
dependencies:
cac: 6.7.14
debug: 4.3.6
debug: 4.3.7
pathe: 1.1.2
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
- sass-embedded
- stylus
- sugarss
- supports-color
- terser
vite-node@2.1.2(@types/node@20.8.6)(terser@5.22.0):
dependencies:
cac: 6.7.14
debug: 4.3.7
pathe: 1.1.2
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
transitivePeerDependencies:
@ -18144,7 +18166,7 @@ snapshots:
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
debug: 4.3.6
debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
@ -18162,7 +18184,7 @@ snapshots:
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@4.20.0)
debug: 4.3.6
debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
@ -18180,7 +18202,7 @@ snapshots:
dependencies:
'@antfu/utils': 0.7.10
'@rollup/pluginutils': 5.1.0(rollup@2.79.1)
debug: 4.3.6
debug: 4.3.7
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
@ -18245,9 +18267,9 @@ snapshots:
fsevents: 2.3.3
terser: 5.22.0
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
vitest-environment-nuxt@1.0.1(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3):
dependencies:
'@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
'@nuxt/test-utils': 3.14.3(@vue/test-utils@2.4.6)(h3@1.12.0)(happy-dom@15.0.0)(magicast@0.3.5)(nitropack@2.9.7(@upstash/redis@1.34.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(idb-keyval@6.2.1)(magicast@0.3.5)(webpack-sources@3.2.3))(rollup@2.79.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))(vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0))(vue-router@4.4.5(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3)
transitivePeerDependencies:
- '@cucumber/cucumber'
- '@jest/globals'
@ -18269,17 +18291,17 @@ snapshots:
- vue-router
- webpack-sources
vitest@2.1.1(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0):
vitest@2.1.2(@types/node@20.8.6)(happy-dom@15.0.0)(terser@5.22.0):
dependencies:
'@vitest/expect': 2.1.1
'@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))
'@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
'@vitest/expect': 2.1.2
'@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(vite@5.4.5(@types/node@20.8.6)(terser@5.22.0))
'@vitest/pretty-format': 2.1.2
'@vitest/runner': 2.1.2
'@vitest/snapshot': 2.1.2
'@vitest/spy': 2.1.2
'@vitest/utils': 2.1.2
chai: 5.1.1
debug: 4.3.6
debug: 4.3.7
magic-string: 0.30.11
pathe: 1.1.2
std-env: 3.7.0
@ -18288,7 +18310,7 @@ snapshots:
tinypool: 1.0.0
tinyrainbow: 1.2.0
vite: 5.4.5(@types/node@20.8.6)(terser@5.22.0)
vite-node: 2.1.1(@types/node@20.8.6)(terser@5.22.0)
vite-node: 2.1.2(@types/node@20.8.6)(terser@5.22.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 20.8.6
@ -18357,7 +18379,7 @@ snapshots:
vue-eslint-parser@9.4.3(eslint@9.11.1(jiti@2.3.3)):
dependencies:
debug: 4.3.6
debug: 4.3.7
eslint: 9.11.1(jiti@2.3.3)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3