chore(deps): update all non-major dependencies (main) (#31127)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-26 08:33:37 +00:00 committed by GitHub
parent 10b17db9ff
commit a2cd88b718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 105 additions and 84 deletions

View File

@ -122,7 +122,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages
@ -205,7 +205,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages
@ -230,7 +230,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages
@ -293,7 +293,7 @@ jobs:
run: pnpm playwright-core install chromium run: pnpm playwright-core install chromium
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages
@ -342,7 +342,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages
@ -374,7 +374,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with: with:
name: dist name: dist
path: packages path: packages

View File

@ -46,11 +46,11 @@
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.13.5", "@types/node": "22.13.5",
"@unhead/dom": "1.11.19", "@unhead/dom": "1.11.20",
"@unhead/schema": "1.11.19", "@unhead/schema": "1.11.20",
"@unhead/shared": "1.11.19", "@unhead/shared": "1.11.20",
"@unhead/ssr": "1.11.19", "@unhead/ssr": "1.11.20",
"@unhead/vue": "1.11.19", "@unhead/vue": "1.11.20",
"@vue/compiler-core": "3.5.13", "@vue/compiler-core": "3.5.13",
"@vue/compiler-dom": "3.5.13", "@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13", "@vue/shared": "3.5.13",
@ -66,7 +66,7 @@
"typescript": "5.7.3", "typescript": "5.7.3",
"ufo": "1.5.4", "ufo": "1.5.4",
"unbuild": "3.3.1", "unbuild": "3.3.1",
"unhead": "1.11.19", "unhead": "1.11.20",
"unimport": "4.1.2", "unimport": "4.1.2",
"vite": "6.2.0", "vite": "6.2.0",
"vue": "3.5.13" "vue": "3.5.13"
@ -87,8 +87,8 @@
"@types/babel__helper-plugin-utils": "7.10.3", "@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "22.13.5", "@types/node": "22.13.5",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@unhead/schema": "1.11.19", "@unhead/schema": "1.11.20",
"@unhead/vue": "1.11.19", "@unhead/vue": "1.11.20",
"@vitest/coverage-v8": "3.0.7", "@vitest/coverage-v8": "3.0.7",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.6",
"acorn": "8.14.0", "acorn": "8.14.0",
@ -117,7 +117,7 @@
"nuxt-content-twoslash": "0.1.2", "nuxt-content-twoslash": "0.1.2",
"ofetch": "1.4.1", "ofetch": "1.4.1",
"pathe": "2.0.3", "pathe": "2.0.3",
"pkg-pr-new": "0.0.39", "pkg-pr-new": "0.0.40",
"playwright-core": "1.50.1", "playwright-core": "1.50.1",
"rollup": "4.34.8", "rollup": "4.34.8",
"semver": "7.7.1", "semver": "7.7.1",

View File

@ -71,10 +71,10 @@
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.5", "@nuxt/telemetry": "^2.6.5",
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.11.19", "@unhead/dom": "^1.11.20",
"@unhead/shared": "^1.11.19", "@unhead/shared": "^1.11.20",
"@unhead/ssr": "^1.11.19", "@unhead/ssr": "^1.11.20",
"@unhead/vue": "^1.11.19", "@unhead/vue": "^1.11.20",
"@vue/shared": "^3.5.13", "@vue/shared": "^3.5.13",
"acorn": "8.14.0", "acorn": "8.14.0",
"c12": "^2.0.4", "c12": "^2.0.4",
@ -101,7 +101,7 @@
"mlly": "^1.7.4", "mlly": "^1.7.4",
"nanotar": "^0.2.0", "nanotar": "^0.2.0",
"nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6", "nitro": "npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6",
"nypm": "^0.5.4", "nypm": "^0.6.0",
"ofetch": "^1.4.1", "ofetch": "^1.4.1",
"ohash": "^2.0.5", "ohash": "^2.0.5",
"on-change": "^5.0.1", "on-change": "^5.0.1",
@ -119,7 +119,7 @@
"uncrypto": "^0.1.3", "uncrypto": "^0.1.3",
"unctx": "^2.4.1", "unctx": "^2.4.1",
"unenv": "^1.10.0", "unenv": "^1.10.0",
"unhead": "^1.11.19", "unhead": "^1.11.20",
"unimport": "^4.1.2", "unimport": "^4.1.2",
"unplugin": "^2.2.0", "unplugin": "^2.2.0",
"unplugin-vue-router": "^0.11.2", "unplugin-vue-router": "^0.11.2",

View File

@ -39,7 +39,7 @@
"@types/pug": "2.0.10", "@types/pug": "2.0.10",
"@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"@unhead/schema": "1.11.19", "@unhead/schema": "1.11.20",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1", "@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-core": "3.5.13", "@vue/compiler-core": "3.5.13",

View File

@ -14,11 +14,11 @@ overrides:
'@nuxt/vite-builder': workspace:* '@nuxt/vite-builder': workspace:*
'@nuxt/webpack-builder': workspace:* '@nuxt/webpack-builder': workspace:*
'@types/node': 22.13.5 '@types/node': 22.13.5
'@unhead/dom': 1.11.19 '@unhead/dom': 1.11.20
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
'@unhead/shared': 1.11.19 '@unhead/shared': 1.11.20
'@unhead/ssr': 1.11.19 '@unhead/ssr': 1.11.20
'@unhead/vue': 1.11.19 '@unhead/vue': 1.11.20
'@vue/compiler-core': 3.5.13 '@vue/compiler-core': 3.5.13
'@vue/compiler-dom': 3.5.13 '@vue/compiler-dom': 3.5.13
'@vue/shared': 3.5.13 '@vue/shared': 3.5.13
@ -34,7 +34,7 @@ overrides:
typescript: 5.7.3 typescript: 5.7.3
ufo: 1.5.4 ufo: 1.5.4
unbuild: 3.3.1 unbuild: 3.3.1
unhead: 1.11.19 unhead: 1.11.20
unimport: 4.1.2 unimport: 4.1.2
vite: 6.2.0 vite: 6.2.0
vue: 3.5.13 vue: 3.5.13
@ -89,11 +89,11 @@ importers:
specifier: 7.5.8 specifier: 7.5.8
version: 7.5.8 version: 7.5.8
'@unhead/schema': '@unhead/schema':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
'@unhead/vue': '@unhead/vue':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19(vue@3.5.13(typescript@5.7.3)) version: 1.11.20(vue@3.5.13(typescript@5.7.3))
'@vitest/coverage-v8': '@vitest/coverage-v8':
specifier: 3.0.7 specifier: 3.0.7
version: 3.0.7(vitest@3.0.7(@types/debug@4.1.12)(@types/node@22.13.5)(happy-dom@17.1.8)(jiti@2.4.2)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0)) version: 3.0.7(vitest@3.0.7(@types/debug@4.1.12)(@types/node@22.13.5)(happy-dom@17.1.8)(jiti@2.4.2)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0))
@ -179,8 +179,8 @@ importers:
specifier: 2.0.3 specifier: 2.0.3
version: 2.0.3 version: 2.0.3
pkg-pr-new: pkg-pr-new:
specifier: 0.0.39 specifier: 0.0.40
version: 0.0.39 version: 0.0.40
playwright-core: playwright-core:
specifier: 1.50.1 specifier: 1.50.1
version: 1.50.1 version: 1.50.1
@ -345,17 +345,17 @@ importers:
specifier: 22.13.5 specifier: 22.13.5
version: 22.13.5 version: 22.13.5
'@unhead/dom': '@unhead/dom':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
'@unhead/shared': '@unhead/shared':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
'@unhead/ssr': '@unhead/ssr':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
'@unhead/vue': '@unhead/vue':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19(vue@3.5.13(typescript@5.7.3)) version: 1.11.20(vue@3.5.13(typescript@5.7.3))
'@vue/shared': '@vue/shared':
specifier: 3.5.13 specifier: 3.5.13
version: 3.5.13 version: 3.5.13
@ -435,8 +435,8 @@ importers:
specifier: npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6 specifier: npm:nitro-nightly@3.0.0-beta-28969273.f7aa9de6
version: nitro-nightly@3.0.0-beta-28969273.f7aa9de6(typescript@5.7.3) version: nitro-nightly@3.0.0-beta-28969273.f7aa9de6(typescript@5.7.3)
nypm: nypm:
specifier: ^0.5.4 specifier: ^0.6.0
version: 0.5.4 version: 0.6.0
ofetch: ofetch:
specifier: ^1.4.1 specifier: ^1.4.1
version: 1.4.1 version: 1.4.1
@ -489,8 +489,8 @@ importers:
specifier: ^1.10.0 specifier: ^1.10.0
version: 1.10.0 version: 1.10.0
unhead: unhead:
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
unimport: unimport:
specifier: 4.1.2 specifier: 4.1.2
version: 4.1.2 version: 4.1.2
@ -521,7 +521,7 @@ importers:
devDependencies: devDependencies:
'@nuxt/scripts': '@nuxt/scripts':
specifier: 0.10.5 specifier: 0.10.5
version: 0.10.5(@types/google.maps@3.58.1)(@types/vimeo__player@2.18.3)(@types/youtube@0.1.0)(@unhead/vue@1.11.19(vue@3.5.13(typescript@5.7.3)))(typescript@5.7.3) version: 0.10.5(@types/google.maps@3.58.1)(@types/vimeo__player@2.18.3)(@types/youtube@0.1.0)(@unhead/vue@1.11.20(vue@3.5.13(typescript@5.7.3)))(typescript@5.7.3)
'@parcel/watcher': '@parcel/watcher':
specifier: 2.5.1 specifier: 2.5.1
version: 2.5.1 version: 2.5.1
@ -711,8 +711,8 @@ importers:
specifier: 2.25.9 specifier: 2.25.9
version: 2.25.9(esbuild@0.25.0) version: 2.25.9(esbuild@0.25.0)
'@unhead/schema': '@unhead/schema':
specifier: 1.11.19 specifier: 1.11.20
version: 1.11.19 version: 1.11.20
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 5.2.1 specifier: 5.2.1
version: 5.2.1(vite@6.2.0(@types/node@22.13.5)(jiti@2.4.2)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)) version: 5.2.1(vite@6.2.0(@types/node@22.13.5)(jiti@2.4.2)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))
@ -2136,7 +2136,7 @@ packages:
'@types/google.maps': ^3.58.1 '@types/google.maps': ^3.58.1
'@types/vimeo__player': ^2.18.3 '@types/vimeo__player': ^2.18.3
'@types/youtube': ^0.1.0 '@types/youtube': ^0.1.0
'@unhead/vue': 1.11.19 '@unhead/vue': 1.11.20
peerDependenciesMeta: peerDependenciesMeta:
'@stripe/stripe-js': '@stripe/stripe-js':
optional: true optional: true
@ -2900,20 +2900,20 @@ packages:
'@ungap/structured-clone@1.2.0': '@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
'@unhead/dom@1.11.19': '@unhead/dom@1.11.20':
resolution: {integrity: sha512-udkgITdIblEWH3hsoFQMKW+6QXNO2qFZlZ2FI37bVAplQSnK/PytTPt/5oA1GWkoVwT0DsQNGHbU6kOg/3SlNg==} resolution: {integrity: sha512-jgfGYdOH+xHJF/j8gudjsYu3oIjFyXhCWcgKaw3vQnT616gSqyqnGQGOItL+BQtQZACKNISwIfx5PuOtztMKLA==}
'@unhead/schema@1.11.19': '@unhead/schema@1.11.20':
resolution: {integrity: sha512-7VhYHWK7xHgljdv+C01MepCSYZO2v6OhgsfKWPxRQBDDGfUKCUaChox0XMq3tFvXP6u4zSp6yzcDw2yxCfVMwg==} resolution: {integrity: sha512-0zWykKAaJdm+/Y7yi/Yds20PrUK7XabLe9c3IRcjnwYmSWY6z0Cr19VIs3ozCj8P+GhR+/TI2mwtGlueCEYouA==}
'@unhead/shared@1.11.19': '@unhead/shared@1.11.20':
resolution: {integrity: sha512-UYE9EIeQLJOhx8vC71bWGkAGY4Zzq/H8qYlihowUg4NiFOfL+KKMnj96datb74PRxSDvHac9V3OLktNcsX2NuA==} resolution: {integrity: sha512-1MOrBkGgkUXS+sOKz/DBh4U20DNoITlJwpmvSInxEUNhghSNb56S0RnaHRq0iHkhrO/cDgz2zvfdlRpoPLGI3w==}
'@unhead/ssr@1.11.19': '@unhead/ssr@1.11.20':
resolution: {integrity: sha512-OH+rj6xBTdYyLsSntk4lEQyR+z57aEUZIiR2UpPl1zWGtBZPIr5zs3GY5+EyJ8t8e0zLemPR/Pu7VembTJ8o1w==} resolution: {integrity: sha512-j6ehzmdWGAvv0TEZyLE3WBnG1ULnsbKQcLqBDh3fvKS6b3xutcVZB7mjvrVE7ckSZt6WwOtG0ED3NJDS7IjzBA==}
'@unhead/vue@1.11.19': '@unhead/vue@1.11.20':
resolution: {integrity: sha512-/XATTP8wVLs3+2Pkj2crvr/Z55nybVQyOwISh+sAlr/48/9n3jGNiCZHKpHgL4MpOnGT4krwzWzbfhBO/G2BSQ==} resolution: {integrity: sha512-sqQaLbwqY9TvLEGeq8Fd7+F2TIuV3nZ5ihVISHjWpAM3y7DwNWRU7NmT9+yYT+2/jw1Vjwdkv5/HvDnvCLrgmg==}
peerDependencies: peerDependencies:
vue: 3.5.13 vue: 3.5.13
@ -5831,6 +5831,11 @@ packages:
engines: {node: ^14.16.0 || >=16.10.0} engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true hasBin: true
nypm@0.6.0:
resolution: {integrity: sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
object-assign@4.1.1: object-assign@4.1.1:
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
@ -6052,13 +6057,16 @@ packages:
resolution: {integrity: sha512-KocF8ve28eFjjuBKKGvzOBGzG8ew2OqOOSxTTZhirkzH7h3BI1vyzqlR0qbfcDBve1Yzo3FVlWUAtCRrbVN8Fw==} resolution: {integrity: sha512-KocF8ve28eFjjuBKKGvzOBGzG8ew2OqOOSxTTZhirkzH7h3BI1vyzqlR0qbfcDBve1Yzo3FVlWUAtCRrbVN8Fw==}
engines: {node: '>=14.16'} engines: {node: '>=14.16'}
pkg-pr-new@0.0.39: pkg-pr-new@0.0.40:
resolution: {integrity: sha512-ItcsHK+4uO0qmjK4RNs6vTWv3xFhbPZd5U6RoYbxRURWNZfH7KvpyqRzaw4GR7de/IjkdHVZHCzQkjnp3VOVdg==} resolution: {integrity: sha512-/JdrhkpXCU4BSpE3KS6pIPaAzcIQQA7YesGjpJThqoqRvNnXcPGRDs678Qfammi8HCkr9HJUcq07/WfSJJMjhg==}
hasBin: true hasBin: true
pkg-types@1.3.1: pkg-types@1.3.1:
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
pkg-types@2.0.0:
resolution: {integrity: sha512-W+831FxieJW1CIAh3JMmHaMhK/SiSeyCqbSWqLjjvbjaPDDY0cRkspIfOx4vLkFNgfxnzSxxGFUiMHMm6QpvYA==}
playwright-core@1.50.1: playwright-core@1.50.1:
resolution: {integrity: sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==} resolution: {integrity: sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
@ -7231,8 +7239,8 @@ packages:
unenv@1.10.0: unenv@1.10.0:
resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==} resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
unhead@1.11.19: unhead@1.11.20:
resolution: {integrity: sha512-O5AYb3+xUOzBlwDmPfC/DgGp9rDMoGkB4gFkhoaz8IonQqP8W8qqetxYf5ZyEdntvXnFsMWS8lZF//5176xo6Q==} resolution: {integrity: sha512-3AsNQC0pjwlLqEYHLjtichGWankK8yqmocReITecmpB1H0aOabeESueyy+8X1gyJx4ftZVwo9hqQ4O3fPWffCA==}
unicode-emoji-modifier-base@1.0.0: unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==} resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
@ -8755,10 +8763,10 @@ snapshots:
string-width: 4.2.3 string-width: 4.2.3
webpack: 5.98.0 webpack: 5.98.0
'@nuxt/scripts@0.10.5(@types/google.maps@3.58.1)(@types/vimeo__player@2.18.3)(@types/youtube@0.1.0)(@unhead/vue@1.11.19(vue@3.5.13(typescript@5.7.3)))(typescript@5.7.3)': '@nuxt/scripts@0.10.5(@types/google.maps@3.58.1)(@types/vimeo__player@2.18.3)(@types/youtube@0.1.0)(@unhead/vue@1.11.20(vue@3.5.13(typescript@5.7.3)))(typescript@5.7.3)':
dependencies: dependencies:
'@nuxt/kit': link:packages/kit '@nuxt/kit': link:packages/kit
'@unhead/vue': 1.11.19(vue@3.5.13(typescript@5.7.3)) '@unhead/vue': 1.11.20(vue@3.5.13(typescript@5.7.3))
'@vueuse/core': 12.7.0(typescript@5.7.3) '@vueuse/core': 12.7.0(typescript@5.7.3)
consola: 3.4.0 consola: 3.4.0
defu: 6.1.4 defu: 6.1.4
@ -9684,32 +9692,32 @@ snapshots:
'@ungap/structured-clone@1.2.0': {} '@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.11.19': '@unhead/dom@1.11.20':
dependencies: dependencies:
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
'@unhead/shared': 1.11.19 '@unhead/shared': 1.11.20
'@unhead/schema@1.11.19': '@unhead/schema@1.11.20':
dependencies: dependencies:
hookable: 5.5.3 hookable: 5.5.3
zhead: 2.2.4 zhead: 2.2.4
'@unhead/shared@1.11.19': '@unhead/shared@1.11.20':
dependencies: dependencies:
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
packrup: 0.1.2 packrup: 0.1.2
'@unhead/ssr@1.11.19': '@unhead/ssr@1.11.20':
dependencies: dependencies:
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
'@unhead/shared': 1.11.19 '@unhead/shared': 1.11.20
'@unhead/vue@1.11.19(vue@3.5.13(typescript@5.7.3))': '@unhead/vue@1.11.20(vue@3.5.13(typescript@5.7.3))':
dependencies: dependencies:
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
'@unhead/shared': 1.11.19 '@unhead/shared': 1.11.20
hookable: 5.5.3 hookable: 5.5.3
unhead: 1.11.19 unhead: 1.11.20
vue: 3.5.13(typescript@5.7.3) vue: 3.5.13(typescript@5.7.3)
'@unocss/astro@66.0.0(vite@6.2.0(@types/node@22.13.5)(jiti@2.4.2)(sass@1.78.0)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))': '@unocss/astro@66.0.0(vite@6.2.0(@types/node@22.13.5)(jiti@2.4.2)(sass@1.78.0)(terser@5.32.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))':
@ -13294,6 +13302,14 @@ snapshots:
tinyexec: 0.3.2 tinyexec: 0.3.2
ufo: 1.5.4 ufo: 1.5.4
nypm@0.6.0:
dependencies:
citty: 0.1.6
consola: 3.4.0
pathe: 2.0.3
pkg-types: 2.0.0
tinyexec: 0.3.2
object-assign@4.1.1: {} object-assign@4.1.1: {}
object-inspect@1.13.2: {} object-inspect@1.13.2: {}
@ -13512,7 +13528,7 @@ snapshots:
pify@6.1.0: {} pify@6.1.0: {}
pkg-pr-new@0.0.39: pkg-pr-new@0.0.40:
dependencies: dependencies:
'@jsdevtools/ez-spawn': 3.0.4 '@jsdevtools/ez-spawn': 3.0.4
'@octokit/action': 6.1.0 '@octokit/action': 6.1.0
@ -13528,6 +13544,11 @@ snapshots:
mlly: 1.7.4 mlly: 1.7.4
pathe: 2.0.3 pathe: 2.0.3
pkg-types@2.0.0:
dependencies:
confbox: 0.1.8
pathe: 2.0.3
playwright-core@1.50.1: {} playwright-core@1.50.1: {}
pluralize@8.0.0: {} pluralize@8.0.0: {}
@ -14811,11 +14832,11 @@ snapshots:
node-fetch-native: 1.6.6 node-fetch-native: 1.6.6
pathe: 1.1.2 pathe: 1.1.2
unhead@1.11.19: unhead@1.11.20:
dependencies: dependencies:
'@unhead/dom': 1.11.19 '@unhead/dom': 1.11.20
'@unhead/schema': 1.11.19 '@unhead/schema': 1.11.20
'@unhead/shared': 1.11.19 '@unhead/shared': 1.11.20
hookable: 5.5.3 hookable: 5.5.3
unicode-emoji-modifier-base@1.0.0: {} unicode-emoji-modifier-base@1.0.0: {}