mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 03:12:41 +00:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
9bd71e498a
commit
acbf105616
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
|
||||
uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
|
||||
with:
|
||||
config: |
|
||||
paths:
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
|
||||
uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
|
||||
with:
|
||||
category: "/language:${{ matrix.language }}"
|
||||
|
||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
|
||||
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
|
||||
if: github.repository == 'nuxt/nuxt' && success()
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
@ -100,10 +100,10 @@
|
||||
"eslint-typegen": "1.0.0",
|
||||
"estree-walker": "3.0.3",
|
||||
"h3": "1.13.1",
|
||||
"happy-dom": "16.7.1",
|
||||
"happy-dom": "16.7.2",
|
||||
"installed-check": "9.3.0",
|
||||
"jiti": "2.4.2",
|
||||
"knip": "5.42.2",
|
||||
"knip": "5.42.3",
|
||||
"magic-string": "0.30.17",
|
||||
"markdownlint-cli": "0.43.0",
|
||||
"memfs": "4.14.1",
|
||||
|
@ -126,7 +126,7 @@
|
||||
"unhead": "^1.11.18",
|
||||
"unimport": "^3.14.6",
|
||||
"unplugin": "^2.1.2",
|
||||
"unplugin-vue-router": "^0.11.0",
|
||||
"unplugin-vue-router": "^0.11.1",
|
||||
"unstorage": "^1.14.4",
|
||||
"untyped": "^1.5.2",
|
||||
"vue": "^3.5.13",
|
||||
|
122
pnpm-lock.yaml
122
pnpm-lock.yaml
@ -62,7 +62,7 @@ importers:
|
||||
version: link:packages/rspack
|
||||
'@nuxt/test-utils':
|
||||
specifier: 3.15.4
|
||||
version: 3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
version: 3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
'@nuxt/webpack-builder':
|
||||
specifier: workspace:*
|
||||
version: link:packages/webpack
|
||||
@ -89,7 +89,7 @@ importers:
|
||||
version: 1.11.18(vue@3.5.13(typescript@5.7.3))
|
||||
'@vitest/coverage-v8':
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
version: 3.0.2(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
'@vue/test-utils':
|
||||
specifier: 2.4.6
|
||||
version: 2.4.6
|
||||
@ -136,8 +136,8 @@ importers:
|
||||
specifier: 1.13.1
|
||||
version: 1.13.1
|
||||
happy-dom:
|
||||
specifier: 16.7.1
|
||||
version: 16.7.1
|
||||
specifier: 16.7.2
|
||||
version: 16.7.2
|
||||
installed-check:
|
||||
specifier: 9.3.0
|
||||
version: 9.3.0
|
||||
@ -145,8 +145,8 @@ importers:
|
||||
specifier: 2.4.2
|
||||
version: 2.4.2
|
||||
knip:
|
||||
specifier: 5.42.2
|
||||
version: 5.42.2(@types/node@22.10.7)(typescript@5.7.3)
|
||||
specifier: 5.42.3
|
||||
version: 5.42.3(@types/node@22.10.7)(typescript@5.7.3)
|
||||
magic-string:
|
||||
specifier: ^0.30.17
|
||||
version: 0.30.17
|
||||
@ -209,10 +209,10 @@ importers:
|
||||
version: 3.3.1(typescript@5.7.3)(vue-tsc@2.2.0(typescript@5.7.3))(vue@3.5.13(typescript@5.7.3))
|
||||
vitest:
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest-environment-nuxt:
|
||||
specifier: 1.0.1
|
||||
version: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
version: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
vue:
|
||||
specifier: 3.5.13
|
||||
version: 3.5.13(typescript@5.7.3)
|
||||
@ -312,7 +312,7 @@ importers:
|
||||
version: 6.0.11(@types/node@22.10.7)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest:
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
webpack:
|
||||
specifier: 5.96.1
|
||||
version: 5.96.1
|
||||
@ -494,8 +494,8 @@ importers:
|
||||
specifier: ^2.1.2
|
||||
version: 2.1.2
|
||||
unplugin-vue-router:
|
||||
specifier: ^0.11.0
|
||||
version: 0.11.0(rollup@4.31.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||
specifier: ^0.11.1
|
||||
version: 0.11.1(rollup@4.31.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||
unstorage:
|
||||
specifier: ^1.14.4
|
||||
version: 1.14.4(db0@0.2.1)(ioredis@5.4.1)
|
||||
@ -538,7 +538,7 @@ importers:
|
||||
version: 6.0.11(@types/node@22.10.7)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest:
|
||||
specifier: 3.0.2
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
version: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
|
||||
packages/rspack:
|
||||
dependencies:
|
||||
@ -804,7 +804,7 @@ importers:
|
||||
version: 0.2.0
|
||||
html-validate:
|
||||
specifier: 9.1.3
|
||||
version: 9.1.3(vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
version: 9.1.3(vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
htmlnano:
|
||||
specifier: 2.1.1
|
||||
version: 2.1.1(cssnano@7.0.6(postcss@8.5.1))(postcss@8.5.1)(relateurl@0.2.7)(svgo@3.3.2)(terser@5.37.0)(typescript@5.7.3)
|
||||
@ -1141,7 +1141,7 @@ importers:
|
||||
version: 0.10.9(rollup@4.31.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||
vitest:
|
||||
specifier: 1.6.0
|
||||
version: 1.6.0(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
version: 1.6.0(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vue:
|
||||
specifier: 3.5.13
|
||||
version: 3.5.13(typescript@5.7.3)
|
||||
@ -4850,8 +4850,8 @@ packages:
|
||||
h3@1.13.1:
|
||||
resolution: {integrity: sha512-u/z6Z4YY+ANZ05cRRfsFJadTBrNA6e3jxdU+AN5UCbZSZEUwgHiwjvUEe0k1NoQmAvQmETwr+xB5jd7mhCJuIQ==}
|
||||
|
||||
happy-dom@16.7.1:
|
||||
resolution: {integrity: sha512-VdkAsz+en07rDTepV6HmcL4sBR+86S9HNZ+nsbxsFsOOZ6mgErOMMnONGwRW8Kwg3ozeshktvAP8yp7Ol7hPIA==}
|
||||
happy-dom@16.7.2:
|
||||
resolution: {integrity: sha512-zOzw0xyYlDaF/ylwbAsduYZZVRTd5u7IwlFkGbEathIeJMLp3vrN3cHm3RS7PZpD9gr/IO16bHEswcgNyWTsqw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
has-bigints@1.0.2:
|
||||
@ -5451,8 +5451,8 @@ packages:
|
||||
resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
|
||||
engines: {node: '>= 8'}
|
||||
|
||||
knip@5.42.2:
|
||||
resolution: {integrity: sha512-hVtZ6V59COFz3Y0/BHrWMlPAx82EdX/xFHXbutIRSNfJFPMGmIpxLBWTg35F4XQJGwlu5uWiJf8rBYYkmlYWWQ==}
|
||||
knip@5.42.3:
|
||||
resolution: {integrity: sha512-Bytayxld9Ksd7ObL4zNwRjSq11n+NtsN3SemTfEbqW8WEQnfeW4i0wx6QtY+WeVdmWeWNJGNjrmsC87FdaEAHw==}
|
||||
engines: {node: '>=18.18.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -7574,8 +7574,8 @@ packages:
|
||||
vue-router:
|
||||
optional: true
|
||||
|
||||
unplugin-vue-router@0.11.0:
|
||||
resolution: {integrity: sha512-2mjN0dS5WLAq3A6FTvvXe7+6qxMQk0i9K51UwB75EzT7dxcGpCVFRk82TnVuDk8MjFyn7Nc8zv2DkEnHi1Nleg==}
|
||||
unplugin-vue-router@0.11.1:
|
||||
resolution: {integrity: sha512-uYKJiFcPcLn20ve9KDDfvmGvgZph3mfE9ozd3SduFmkmQXo7bnPhSglytlV7WhuaHkhEDCPfnKx2trKbYieNXQ==}
|
||||
peerDependencies:
|
||||
vue-router: ^4.4.0
|
||||
peerDependenciesMeta:
|
||||
@ -8331,14 +8331,14 @@ snapshots:
|
||||
'@babel/generator@7.26.2':
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
'@jridgewell/gen-mapping': 0.3.5
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
jsesc: 3.0.2
|
||||
|
||||
'@babel/helper-annotate-as-pure@7.25.9':
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@babel/helper-compilation-targets@7.25.9':
|
||||
dependencies:
|
||||
@ -8364,14 +8364,14 @@ snapshots:
|
||||
'@babel/helper-member-expression-to-functions@7.25.9':
|
||||
dependencies:
|
||||
'@babel/traverse': 7.25.9
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@babel/helper-module-imports@7.25.9':
|
||||
dependencies:
|
||||
'@babel/traverse': 7.25.9
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -8386,7 +8386,7 @@ snapshots:
|
||||
|
||||
'@babel/helper-optimise-call-expression@7.25.9':
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@babel/helper-plugin-utils@7.26.5': {}
|
||||
|
||||
@ -8402,7 +8402,7 @@ snapshots:
|
||||
'@babel/helper-skip-transparent-expression-wrappers@7.25.9':
|
||||
dependencies:
|
||||
'@babel/traverse': 7.25.9
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -8415,7 +8415,7 @@ snapshots:
|
||||
'@babel/helpers@7.26.0':
|
||||
dependencies:
|
||||
'@babel/template': 7.25.9
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@babel/parser@7.26.3':
|
||||
dependencies:
|
||||
@ -8480,7 +8480,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@babel/traverse@7.25.9':
|
||||
dependencies:
|
||||
@ -8488,7 +8488,7 @@ snapshots:
|
||||
'@babel/generator': 7.26.2
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/template': 7.25.9
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
debug: 4.4.0(supports-color@9.4.0)
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
@ -9304,7 +9304,7 @@ snapshots:
|
||||
rc9: 2.1.2
|
||||
std-env: 3.8.0
|
||||
|
||||
'@nuxt/test-utils@3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)':
|
||||
'@nuxt/test-utils@3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)':
|
||||
dependencies:
|
||||
'@nuxt/kit': link:packages/kit
|
||||
'@nuxt/schema': link:packages/schema
|
||||
@ -9330,14 +9330,14 @@ snapshots:
|
||||
unenv: 1.10.0
|
||||
unplugin: 2.1.2
|
||||
vite: 6.0.11(@types/node@22.10.7)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest-environment-nuxt: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
vitest-environment-nuxt: 1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
optionalDependencies:
|
||||
'@testing-library/vue': 8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3))
|
||||
'@vue/test-utils': 2.4.6
|
||||
happy-dom: 16.7.1
|
||||
happy-dom: 16.7.2
|
||||
playwright-core: 1.49.1
|
||||
vitest: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
@ -9952,7 +9952,7 @@ snapshots:
|
||||
|
||||
'@types/babel__generator@7.6.8':
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@types/babel__helper-plugin-utils@7.10.3':
|
||||
dependencies:
|
||||
@ -9961,11 +9961,11 @@ snapshots:
|
||||
'@types/babel__template@7.4.4':
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@types/babel__traverse@7.20.6':
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
'@types/connect@3.4.38':
|
||||
dependencies:
|
||||
@ -10599,7 +10599,7 @@ snapshots:
|
||||
vite: 6.0.11(@types/node@22.10.7)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vue: 3.5.13(typescript@5.7.3)
|
||||
|
||||
'@vitest/coverage-v8@3.0.2(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))':
|
||||
'@vitest/coverage-v8@3.0.2(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@bcoe/v8-coverage': 1.0.2
|
||||
@ -10613,7 +10613,7 @@ snapshots:
|
||||
std-env: 3.8.0
|
||||
test-exclude: 7.0.1
|
||||
tinyrainbow: 2.0.0
|
||||
vitest: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest: 3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -10757,7 +10757,7 @@ snapshots:
|
||||
|
||||
'@vue-macros/common@1.15.0(rollup@4.31.0)(vue@3.5.13(typescript@5.7.3))':
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.31.0)
|
||||
'@vue/compiler-sfc': 3.5.13
|
||||
ast-kit: 1.3.2
|
||||
@ -11209,7 +11209,7 @@ snapshots:
|
||||
|
||||
ast-kit@1.3.2:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/parser': 7.26.5
|
||||
pathe: 1.1.2
|
||||
|
||||
ast-kit@1.4.0:
|
||||
@ -11219,8 +11219,8 @@ snapshots:
|
||||
|
||||
ast-walker-scope@0.6.2:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
ast-kit: 1.3.2
|
||||
'@babel/parser': 7.26.5
|
||||
ast-kit: 1.4.0
|
||||
|
||||
async-sema@3.1.1: {}
|
||||
|
||||
@ -11244,7 +11244,7 @@ snapshots:
|
||||
|
||||
babel-walk@3.0.0-canary-5:
|
||||
dependencies:
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
bail@2.0.2: {}
|
||||
|
||||
@ -11605,8 +11605,8 @@ snapshots:
|
||||
|
||||
constantinople@4.0.1:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/parser': 7.26.5
|
||||
'@babel/types': 7.26.5
|
||||
|
||||
convert-gitmoji@0.1.5: {}
|
||||
|
||||
@ -12724,7 +12724,7 @@ snapshots:
|
||||
uncrypto: 0.1.3
|
||||
unenv: 1.10.0
|
||||
|
||||
happy-dom@16.7.1:
|
||||
happy-dom@16.7.2:
|
||||
dependencies:
|
||||
webidl-conversions: 7.0.0
|
||||
whatwg-mimetype: 3.0.0
|
||||
@ -12848,7 +12848,7 @@ snapshots:
|
||||
|
||||
html-tags@3.3.1: {}
|
||||
|
||||
html-validate@9.1.3(vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)):
|
||||
html-validate@9.1.3(vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)):
|
||||
dependencies:
|
||||
'@html-validate/stylish': 4.2.0
|
||||
'@sidvind/better-ajv-errors': 3.0.1(ajv@8.17.1)
|
||||
@ -12859,7 +12859,7 @@ snapshots:
|
||||
prompts: 2.4.2
|
||||
semver: 7.6.3
|
||||
optionalDependencies:
|
||||
vitest: 2.1.8(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
vitest: 2.1.8(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
||||
|
||||
html-void-elements@3.0.0: {}
|
||||
|
||||
@ -13326,7 +13326,7 @@ snapshots:
|
||||
|
||||
klona@2.0.6: {}
|
||||
|
||||
knip@5.42.2(@types/node@22.10.7)(typescript@5.7.3):
|
||||
knip@5.42.3(@types/node@22.10.7)(typescript@5.7.3):
|
||||
dependencies:
|
||||
'@nodelib/fs.walk': 3.0.1
|
||||
'@snyk/github-codeowners': 1.1.0
|
||||
@ -15087,7 +15087,7 @@ snapshots:
|
||||
unified: 11.0.5
|
||||
unist-util-visit: 5.0.0
|
||||
unist-util-visit-parents: 6.0.1
|
||||
yaml: 2.6.1
|
||||
yaml: 2.7.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@ -16026,7 +16026,7 @@ snapshots:
|
||||
- rollup
|
||||
- vue
|
||||
|
||||
unplugin-vue-router@0.11.0(rollup@4.31.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)):
|
||||
unplugin-vue-router@0.11.1(rollup@4.31.0)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)):
|
||||
dependencies:
|
||||
'@babel/types': 7.26.5
|
||||
'@rollup/pluginutils': 5.1.4(rollup@4.31.0)
|
||||
@ -16313,9 +16313,9 @@ snapshots:
|
||||
tsx: 4.19.2
|
||||
yaml: 2.7.0
|
||||
|
||||
vitest-environment-nuxt@1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0):
|
||||
vitest-environment-nuxt@1.0.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@nuxt/test-utils': 3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.1)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
'@nuxt/test-utils': 3.15.4(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.5.13)(vue@3.5.13(typescript@5.7.3)))(@types/node@22.10.7)(@vue/test-utils@2.4.6)(happy-dom@16.7.2)(jiti@2.4.2)(magicast@0.3.5)(playwright-core@1.49.1)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(yaml@2.7.0)
|
||||
transitivePeerDependencies:
|
||||
- '@cucumber/cucumber'
|
||||
- '@jest/globals'
|
||||
@ -16341,7 +16341,7 @@ snapshots:
|
||||
- vitest
|
||||
- yaml
|
||||
|
||||
vitest@1.6.0(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
vitest@1.6.0(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@vitest/expect': 1.6.0
|
||||
'@vitest/runner': 1.6.0
|
||||
@ -16365,7 +16365,7 @@ snapshots:
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.10.7
|
||||
happy-dom: 16.7.1
|
||||
happy-dom: 16.7.2
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
@ -16379,7 +16379,7 @@ snapshots:
|
||||
- tsx
|
||||
- yaml
|
||||
|
||||
vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
vitest@2.1.8(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@vitest/expect': 2.1.8
|
||||
'@vitest/mocker': 2.1.8(vite@6.0.11(@types/node@22.10.7)(jiti@2.4.2)(sass@1.78.0)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
@ -16403,7 +16403,7 @@ snapshots:
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.10.7
|
||||
happy-dom: 16.7.1
|
||||
happy-dom: 16.7.2
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
@ -16419,7 +16419,7 @@ snapshots:
|
||||
- yaml
|
||||
optional: true
|
||||
|
||||
vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.1)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
vitest@3.0.2(@types/node@22.10.7)(happy-dom@16.7.2)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||
dependencies:
|
||||
'@vitest/expect': 3.0.2
|
||||
'@vitest/mocker': 3.0.2(vite@6.0.11(@types/node@22.10.7)(jiti@2.4.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))
|
||||
@ -16443,7 +16443,7 @@ snapshots:
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 22.10.7
|
||||
happy-dom: 16.7.1
|
||||
happy-dom: 16.7.2
|
||||
transitivePeerDependencies:
|
||||
- jiti
|
||||
- less
|
||||
@ -16791,8 +16791,8 @@ snapshots:
|
||||
|
||||
with@7.0.2:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.3
|
||||
'@babel/types': 7.26.3
|
||||
'@babel/parser': 7.26.5
|
||||
'@babel/types': 7.26.5
|
||||
assert-never: 1.4.0
|
||||
babel-walk: 3.0.0-canary-5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user