diff --git a/docs/package.json b/docs/package.json index 59b8fcba6d..40d149190c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -9,13 +9,13 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "@ai-sdk/gateway": "^1.0.33", - "@ai-sdk/vue": "^2.0.60", + "@ai-sdk/gateway": "^1.0.39", + "@ai-sdk/vue": "^2.0.68", "@iconify-json/logos": "^1.2.9", - "@iconify-json/lucide": "^1.2.68", + "@iconify-json/lucide": "^1.2.69", "@iconify-json/simple-icons": "^1.2.54", - "@iconify-json/vscode-icons": "^1.2.30", - "@modelcontextprotocol/sdk": "^1.19.1", + "@iconify-json/vscode-icons": "^1.2.32", + "@modelcontextprotocol/sdk": "^1.20.0", "shiki-stream": "^0.1.2", "@nuxt/content": "^3.7.1", "@nuxt/image": "^1.11.0", @@ -28,7 +28,7 @@ "@vercel/speed-insights": "^1.2.0", "@vueuse/integrations": "^13.9.0", "@vueuse/nuxt": "^13.9.0", - "ai": "^5.0.60", + "ai": "^5.0.68", "better-sqlite3": "^12.4.1", "capture-website": "^5.0.1", "joi": "^18.0.1", @@ -46,6 +46,6 @@ "ufo": "^1.6.1", "valibot": "^1.1.0", "yup": "^1.7.1", - "zod": "^4.1.11" + "zod": "^4.1.12" } } diff --git a/package.json b/package.json index b4ff50e1ce..c53153d07b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nuxt/ui", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "version": "4.0.1", - "packageManager": "pnpm@10.18.0", + "packageManager": "pnpm@10.18.2", "repository": { "type": "git", "url": "git+https://github.com/nuxt/ui.git" @@ -111,7 +111,7 @@ "release": "release-it" }, "dependencies": { - "@ai-sdk/vue": "^2.0.60", + "@ai-sdk/vue": "^2.0.68", "@iconify/vue": "^5.0.0", "@internationalized/date": "^3.10.0", "@internationalized/number": "^3.6.5", @@ -125,7 +125,7 @@ "@tailwindcss/vite": "^4.1.14", "@tanstack/vue-table": "^8.21.3", "@tanstack/vue-virtual": "^3.13.12", - "@unhead/vue": "^2.0.17", + "@unhead/vue": "^2.0.19", "@vueuse/core": "^13.9.0", "@vueuse/integrations": "^13.9.0", "colortranslator": "^5.0.0", @@ -165,7 +165,7 @@ "@nuxt/test-utils": "^3.19.2", "@release-it/conventional-changelog": "^10.0.1", "@vue/test-utils": "^2.4.6", - "ai": "^5.0.60", + "ai": "^5.0.68", "embla-carousel": "^8.6.0", "eslint": "^9.37.0", "happy-dom": "^20.0.0", diff --git a/playgrounds/nuxt/package.json b/playgrounds/nuxt/package.json index 5601e9f0c5..648d2862ee 100644 --- a/playgrounds/nuxt/package.json +++ b/playgrounds/nuxt/package.json @@ -9,15 +9,15 @@ "typecheck": "nuxt typecheck" }, "dependencies": { - "@ai-sdk/gateway": "^1.0.33", - "@ai-sdk/vue": "^2.0.60", - "@iconify-json/lucide": "^1.2.68", + "@ai-sdk/gateway": "^1.0.39", + "@ai-sdk/vue": "^2.0.68", + "@iconify-json/lucide": "^1.2.69", "@iconify-json/simple-icons": "^1.2.54", "@internationalized/date": "^3.10.0", "@nuxt/ui": "workspace:*", - "ai": "^5.0.60", + "ai": "^5.0.68", "nuxt": "^4.1.2", - "zod": "^4.1.11" + "zod": "^4.1.12" }, "devDependencies": { "typescript": "^5.8.3", diff --git a/playgrounds/vue/package.json b/playgrounds/vue/package.json index caa95feec7..f450fcd763 100644 --- a/playgrounds/vue/package.json +++ b/playgrounds/vue/package.json @@ -13,7 +13,7 @@ "@nuxt/ui": "workspace:*", "vue": "^3.5.22", "vue-router": "^4.5.1", - "zod": "^4.1.11" + "zod": "^4.1.12" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e36ff3a4e..e5874b5a5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: .: dependencies: '@ai-sdk/vue': - specifier: ^2.0.60 - version: 2.0.60(vue@3.5.22(typescript@5.8.3))(zod@4.1.11) + specifier: ^2.0.68 + version: 2.0.68(vue@3.5.22(typescript@5.8.3))(zod@4.1.12) '@iconify/vue': specifier: ^5.0.0 version: 5.0.0(vue@3.5.22(typescript@5.8.3)) @@ -63,8 +63,8 @@ importers: specifier: ^3.13.12 version: 3.13.12(vue@3.5.22(typescript@5.8.3)) '@unhead/vue': - specifier: ^2.0.17 - version: 2.0.17(vue@3.5.22(typescript@5.8.3)) + specifier: ^2.0.19 + version: 2.0.19(vue@3.5.22(typescript@5.8.3)) '@vueuse/core': specifier: ^13.9.0 version: 13.9.0(vue@3.5.22(typescript@5.8.3)) @@ -178,7 +178,7 @@ importers: version: 1.7.1 zod: specifier: ^3.24.0 || ^4.0.0 - version: 4.1.11 + version: 4.1.12 devDependencies: '@nuxt/content': specifier: ^3.7.1 @@ -199,8 +199,8 @@ importers: specifier: ^2.4.6 version: 2.4.6 ai: - specifier: ^5.0.60 - version: 5.0.60(zod@4.1.11) + specifier: ^5.0.68 + version: 5.0.68(zod@4.1.12) embla-carousel: specifier: ^8.6.0 version: 8.6.0 @@ -244,26 +244,26 @@ importers: docs: dependencies: '@ai-sdk/gateway': - specifier: ^1.0.33 - version: 1.0.33(zod@4.1.11) + specifier: ^1.0.39 + version: 1.0.39(zod@4.1.12) '@ai-sdk/vue': - specifier: ^2.0.60 - version: 2.0.60(vue@3.5.22(typescript@5.8.3))(zod@4.1.11) + specifier: ^2.0.68 + version: 2.0.68(vue@3.5.22(typescript@5.8.3))(zod@4.1.12) '@iconify-json/logos': specifier: ^1.2.9 version: 1.2.9 '@iconify-json/lucide': - specifier: ^1.2.68 - version: 1.2.68 + specifier: ^1.2.69 + version: 1.2.69 '@iconify-json/simple-icons': specifier: ^1.2.54 version: 1.2.54 '@iconify-json/vscode-icons': - specifier: ^1.2.30 - version: 1.2.30 + specifier: ^1.2.32 + version: 1.2.32 '@modelcontextprotocol/sdk': - specifier: ^1.19.1 - version: 1.19.1 + specifier: ^1.20.0 + version: 1.20.0 '@nuxt/content': specifier: ^3.7.1 version: 3.7.1(better-sqlite3@12.4.1)(magicast@0.3.5)(valibot@1.1.0(typescript@5.8.3)) @@ -298,8 +298,8 @@ importers: specifier: ^13.9.0 version: 13.9.0(magicast@0.3.5)(nuxt@4.1.2(@parcel/watcher@2.5.1)(@types/node@24.7.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(better-sqlite3@12.4.1))(eslint@9.37.0(jiti@2.6.1))(ioredis@5.8.0)(lightningcss@1.30.1)(magicast@0.3.5)(meow@13.2.0)(optionator@0.9.4)(rollup@4.52.4)(terser@5.44.0)(typescript@5.8.3)(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.1.1(typescript@5.8.3))(yaml@2.8.1))(vue@3.5.22(typescript@5.8.3)) ai: - specifier: ^5.0.60 - version: 5.0.60(zod@4.1.11) + specifier: ^5.0.68 + version: 5.0.68(zod@4.1.12) better-sqlite3: specifier: ^12.4.1 version: 12.4.1 @@ -326,7 +326,7 @@ importers: version: 0.1.3(magicast@0.3.5) nuxt-og-image: specifier: ^5.1.11 - version: 5.1.11(@unhead/vue@2.0.17(vue@3.5.22(typescript@5.8.3)))(h3@1.15.4)(magicast@0.3.5)(unstorage@1.17.1(db0@0.3.4(better-sqlite3@12.4.1))(ioredis@5.8.0))(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.8.3)) + version: 5.1.11(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.8.3)))(h3@1.15.4)(magicast@0.3.5)(unstorage@1.17.1(db0@0.3.4(better-sqlite3@12.4.1))(ioredis@5.8.0))(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.8.3)) prettier: specifier: ^3.6.2 version: 3.6.2 @@ -355,20 +355,20 @@ importers: specifier: ^1.7.1 version: 1.7.1 zod: - specifier: ^4.1.11 - version: 4.1.11 + specifier: ^4.1.12 + version: 4.1.12 playgrounds/nuxt: dependencies: '@ai-sdk/gateway': - specifier: ^1.0.33 - version: 1.0.33(zod@4.1.11) + specifier: ^1.0.39 + version: 1.0.39(zod@4.1.12) '@ai-sdk/vue': - specifier: ^2.0.60 - version: 2.0.60(vue@3.5.22(typescript@5.8.3))(zod@4.1.11) + specifier: ^2.0.68 + version: 2.0.68(vue@3.5.22(typescript@5.8.3))(zod@4.1.12) '@iconify-json/lucide': - specifier: ^1.2.68 - version: 1.2.68 + specifier: ^1.2.69 + version: 1.2.69 '@iconify-json/simple-icons': specifier: ^1.2.54 version: 1.2.54 @@ -379,14 +379,14 @@ importers: specifier: workspace:* version: link:../.. ai: - specifier: ^5.0.60 - version: 5.0.60(zod@4.1.11) + specifier: ^5.0.68 + version: 5.0.68(zod@4.1.12) nuxt: specifier: ^4.1.2 version: 4.1.2(@parcel/watcher@2.5.1)(@types/node@24.7.0)(@vue/compiler-sfc@3.5.22)(better-sqlite3@12.4.1)(db0@0.3.4(better-sqlite3@12.4.1))(eslint@9.37.0(jiti@2.6.1))(ioredis@5.8.0)(lightningcss@1.30.1)(magicast@0.3.5)(meow@13.2.0)(optionator@0.9.4)(rollup@4.52.4)(terser@5.44.0)(typescript@5.8.3)(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@3.1.1(typescript@5.8.3))(yaml@2.8.1) zod: - specifier: ^4.1.11 - version: 4.1.11 + specifier: ^4.1.12 + version: 4.1.12 devDependencies: typescript: specifier: 5.8.3 @@ -407,8 +407,8 @@ importers: specifier: ^4.5.1 version: 4.5.1(vue@3.5.22(typescript@5.8.3)) zod: - specifier: ^4.1.11 - version: 4.1.11 + specifier: ^4.1.12 + version: 4.1.12 devDependencies: '@vitejs/plugin-vue': specifier: ^6.0.1 @@ -425,14 +425,14 @@ importers: packages: - '@ai-sdk/gateway@1.0.33': - resolution: {integrity: sha512-v9i3GPEo4t3fGcSkQkc07xM6KJN75VUv7C1Mqmmsu2xD8lQwnQfsrgAXyNuWe20yGY0eHuheSPDZhiqsGKtH1g==} + '@ai-sdk/gateway@1.0.39': + resolution: {integrity: sha512-ijYCKG2sbn2RBVfIgaXNXvzHAf2HpFXxQODtjMI+T7Z4CLryflytchsZZ9qrGtsjiQVopKOV6m6kj4lq5fnbsg==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/provider-utils@3.0.10': - resolution: {integrity: sha512-T1gZ76gEIwffep6MWI0QNy9jgoybUHE7TRaHB5k54K8mF91ciGFlbtCGxDYhMH3nCRergKwYFIDeFF0hJSIQHQ==} + '@ai-sdk/provider-utils@3.0.12': + resolution: {integrity: sha512-ZtbdvYxdMoria+2SlNarEk6Hlgyf+zzcznlD55EAl+7VZvJaSg2sqPvwArY7L6TfDEDJsnCq0fdhBSkYo0Xqdg==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -441,8 +441,8 @@ packages: resolution: {integrity: sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA==} engines: {node: '>=18'} - '@ai-sdk/vue@2.0.60': - resolution: {integrity: sha512-T4GRSty+verObCBMbXWZ6Yl8GS9Gba0IFNSpWpQi2u9iQYlApxO/57nThJQVa2FOgv4R0o5kQCrnStXwpyxfHQ==} + '@ai-sdk/vue@2.0.68': + resolution: {integrity: sha512-5UZs9+tKVIuh2GEIbE0LOuVE0bwlobUuQBy+3jbP9CmxHqZx9Uau1612XaKCFWhEPKNn7eGLqlfigoaKbcnoLQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.4 @@ -915,14 +915,14 @@ packages: '@iconify-json/logos@1.2.9': resolution: {integrity: sha512-G6VCdFnwZcrT6Eveq3m43oJfLw/CX8plwFcE+2jgv3fiGB64pTmnU7Yd1MNZ/eA+/Re2iEDhuCfSNOWTHwwK8w==} - '@iconify-json/lucide@1.2.68': - resolution: {integrity: sha512-lR5xNJdn2CT0iR7lM25G4SewBO4G2hbr3fTWOc3AE9BspflEcneh02E3l9TBaCU/JOHozTJevWLrxBGypD7Tng==} + '@iconify-json/lucide@1.2.69': + resolution: {integrity: sha512-xOhNf74m+C+nSCObfEqYi34dXk1GMfMUcOB+gfqKY/bn0RcsPLinGfgouOvrUFEreDEFbCti7sdheTf5HESLTA==} '@iconify-json/simple-icons@1.2.54': resolution: {integrity: sha512-OQQYl8yC5j3QklZOYnK31QYe5h47IhyCoxSLd53f0e0nA4dgi8VOZS30SgSAbsecQ+S0xlGJMjXIHTIqZ+ML3w==} - '@iconify-json/vscode-icons@1.2.30': - resolution: {integrity: sha512-dlTOc8w4a8/QNumZzMve+APJa6xQVXPZwo8qBk/MaYfY42NPrQT83QXkbTWKDkuEu/xgHPXvKZZBL7Yy12vYQw==} + '@iconify-json/vscode-icons@1.2.32': + resolution: {integrity: sha512-UzZmL6hF02YGu/qEbpskEVnstlNJG+c+0PNzNYTIBf/dXylWHLUVufhOXqAzuGRjkUZ2q7rPpOEwLUPkhkFHUA==} '@iconify/collections@1.0.602': resolution: {integrity: sha512-bpHY7qw+a5QbYlsyROx3Ar2jb8hMMvUOrp99a+pQTHDM+pAVR76WMYriRdW0mKcDo9L3uoU5u0uI9LY+jfbkOQ==} @@ -1138,8 +1138,8 @@ packages: engines: {node: '>=18'} hasBin: true - '@modelcontextprotocol/sdk@1.19.1': - resolution: {integrity: sha512-3Y2h3MZKjec1eAqSTBclATlX+AbC6n1LgfVzRMJLt3v6w0RCYgwLrjbxPDbhsYHt6Wdqc/aCceNJYgj448ELQQ==} + '@modelcontextprotocol/sdk@1.20.0': + resolution: {integrity: sha512-kOQ4+fHuT4KbR2iq2IjeV32HiihueuOf1vJkq18z08CLZ1UQrTc8BXJpVfxZkq45+inLLD+D4xx4nBjUelJa4Q==} engines: {node: '>=18'} '@napi-rs/wasm-runtime@0.2.12': @@ -2371,8 +2371,8 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@unhead/vue@2.0.17': - resolution: {integrity: sha512-jzmGZYeMAhETV6qfetmLbZzUjjx1TjdNvFSobeFZb73D7dwD9wl/nOAx36qq+TvjZsLJdF5PQWToz2oDGAUqCg==} + '@unhead/vue@2.0.19': + resolution: {integrity: sha512-7BYjHfOaoZ9+ARJkT10Q2TjnTUqDXmMpfakIAsD/hXiuff1oqWg1xeXT5+MomhNcC15HbiABpbbBmITLSHxdKg==} peerDependencies: vue: '>=3.5.18' @@ -2518,8 +2518,8 @@ packages: engines: {node: '>=18'} hasBin: true - '@vercel/oidc@3.0.1': - resolution: {integrity: sha512-V/YRVrJDqM6VaMBjRUrd6qRMrTKvZjHdVdEmdXsOZMulTa3iK98ijKTc3wldBmst6W5rHpqMoKllKcBAHgN7GQ==} + '@vercel/oidc@3.0.2': + resolution: {integrity: sha512-JekxQ0RApo4gS4un/iMGsIL1/k4KUBe3HmnGcDvzHuFBdQdudEJgTqcsJC7y6Ul4Yw5CeykgvQbX2XeEJd0+DA==} engines: {node: '>= 20'} '@vercel/speed-insights@1.2.0': @@ -2804,8 +2804,8 @@ packages: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} - ai@5.0.60: - resolution: {integrity: sha512-80U/3kmdBW6g+JkLXpz/P2EwkyEaWlPlYtuLUpx/JYK9F7WZh9NnkYoh1KvUi1Sbpo0NyurBTvX0a2AG9mmbDA==} + ai@5.0.68: + resolution: {integrity: sha512-SB6r+4TkKVlSg2ozGBSfuf6Is5hrcX/bpGBzOoyHIN3b4ILGhaly0IHEvP8+3GGIHXqtkPVEUmR6V05jKdjNlg==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -6615,8 +6615,8 @@ packages: unenv@2.0.0-rc.21: resolution: {integrity: sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==} - unhead@2.0.17: - resolution: {integrity: sha512-xX3PCtxaE80khRZobyWCVxeFF88/Tg9eJDcJWY9us727nsTC7C449B8BUfVBmiF2+3LjPcmqeoB2iuMs0U4oJQ==} + unhead@2.0.19: + resolution: {integrity: sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==} unicode-emoji-modifier-base@1.0.0: resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==} @@ -7219,40 +7219,40 @@ packages: zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zod@4.1.11: - resolution: {integrity: sha512-WPsqwxITS2tzx1bzhIKsEs19ABD5vmCVa4xBo2tq/SrV4RNZtfws1EnCWQXM6yh8bD08a1idvkB5MZSBiZsjwg==} + zod@4.1.12: + resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} snapshots: - '@ai-sdk/gateway@1.0.33(zod@4.1.11)': + '@ai-sdk/gateway@1.0.39(zod@4.1.12)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.10(zod@4.1.11) - '@vercel/oidc': 3.0.1 - zod: 4.1.11 + '@ai-sdk/provider-utils': 3.0.12(zod@4.1.12) + '@vercel/oidc': 3.0.2 + zod: 4.1.12 - '@ai-sdk/provider-utils@3.0.10(zod@4.1.11)': + '@ai-sdk/provider-utils@3.0.12(zod@4.1.12)': dependencies: '@ai-sdk/provider': 2.0.0 '@standard-schema/spec': 1.0.0 eventsource-parser: 3.0.6 - zod: 4.1.11 + zod: 4.1.12 '@ai-sdk/provider@2.0.0': dependencies: json-schema: 0.4.0 - '@ai-sdk/vue@2.0.60(vue@3.5.22(typescript@5.8.3))(zod@4.1.11)': + '@ai-sdk/vue@2.0.68(vue@3.5.22(typescript@5.8.3))(zod@4.1.12)': dependencies: - '@ai-sdk/provider-utils': 3.0.10(zod@4.1.11) - ai: 5.0.60(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.12(zod@4.1.12) + ai: 5.0.68(zod@4.1.12) swrv: 1.1.0(vue@3.5.22(typescript@5.8.3)) optionalDependencies: vue: 3.5.22(typescript@5.8.3) - zod: 4.1.11 + zod: 4.1.12 '@alloc/quick-lru@5.2.0': {} @@ -7717,7 +7717,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/lucide@1.2.68': + '@iconify-json/lucide@1.2.69': dependencies: '@iconify/types': 2.0.0 @@ -7725,7 +7725,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/vscode-icons@1.2.30': + '@iconify-json/vscode-icons@1.2.32': dependencies: '@iconify/types': 2.0.0 @@ -7972,7 +7972,7 @@ snapshots: - encoding - supports-color - '@modelcontextprotocol/sdk@1.19.1': + '@modelcontextprotocol/sdk@1.20.0': dependencies: ajv: 6.12.6 content-type: 1.0.5 @@ -9424,10 +9424,10 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@unhead/vue@2.0.17(vue@3.5.22(typescript@5.8.3))': + '@unhead/vue@2.0.19(vue@3.5.22(typescript@5.8.3))': dependencies: hookable: 5.5.3 - unhead: 2.0.17 + unhead: 2.0.19 vue: 3.5.22(typescript@5.8.3) '@unocss/core@66.5.2': {} @@ -9537,7 +9537,7 @@ snapshots: - rollup - supports-color - '@vercel/oidc@3.0.1': {} + '@vercel/oidc@3.0.2': {} '@vercel/speed-insights@1.2.0(react@19.2.0)(vue-router@4.5.1(vue@3.5.22(typescript@5.8.3)))(vue@3.5.22(typescript@5.8.3))': optionalDependencies: @@ -9867,13 +9867,13 @@ snapshots: agent-base@7.1.4: {} - ai@5.0.60(zod@4.1.11): + ai@5.0.68(zod@4.1.12): dependencies: - '@ai-sdk/gateway': 1.0.33(zod@4.1.11) + '@ai-sdk/gateway': 1.0.39(zod@4.1.12) '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.10(zod@4.1.11) + '@ai-sdk/provider-utils': 3.0.12(zod@4.1.12) '@opentelemetry/api': 1.9.0 - zod: 4.1.11 + zod: 4.1.12 ajv@6.12.6: dependencies: @@ -12795,13 +12795,13 @@ snapshots: transitivePeerDependencies: - magicast - nuxt-og-image@5.1.11(@unhead/vue@2.0.17(vue@3.5.22(typescript@5.8.3)))(h3@1.15.4)(magicast@0.3.5)(unstorage@1.17.1(db0@0.3.4(better-sqlite3@12.4.1))(ioredis@5.8.0))(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.8.3)): + nuxt-og-image@5.1.11(@unhead/vue@2.0.19(vue@3.5.22(typescript@5.8.3)))(h3@1.15.4)(magicast@0.3.5)(unstorage@1.17.1(db0@0.3.4(better-sqlite3@12.4.1))(ioredis@5.8.0))(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.22(typescript@5.8.3)): dependencies: '@nuxt/devtools-kit': 2.6.5(magicast@0.3.5)(vite@7.1.9(@types/node@24.7.0)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.0)(yaml@2.8.1)) '@nuxt/kit': 4.1.2(magicast@0.3.5) '@resvg/resvg-js': 2.6.2 '@resvg/resvg-wasm': 2.6.2 - '@unhead/vue': 2.0.17(vue@3.5.22(typescript@5.8.3)) + '@unhead/vue': 2.0.19(vue@3.5.22(typescript@5.8.3)) '@unocss/core': 66.5.2 '@unocss/preset-wind3': 66.5.2 chrome-launcher: 1.2.1 @@ -12870,7 +12870,7 @@ snapshots: '@nuxt/schema': 4.1.2 '@nuxt/telemetry': 2.6.6(magicast@0.3.5) '@nuxt/vite-builder': 4.1.2(@types/node@24.7.0)(eslint@9.37.0(jiti@2.6.1))(lightningcss@1.30.1)(magicast@0.3.5)(meow@13.2.0)(optionator@0.9.4)(rollup@4.52.4)(terser@5.44.0)(typescript@5.8.3)(vue-tsc@3.1.1(typescript@5.8.3))(vue@3.5.22(typescript@5.8.3))(yaml@2.8.1) - '@unhead/vue': 2.0.17(vue@3.5.22(typescript@5.8.3)) + '@unhead/vue': 2.0.19(vue@3.5.22(typescript@5.8.3)) '@vue/shared': 3.5.22 c12: 3.3.0(magicast@0.3.5) chokidar: 3.6.0 @@ -14534,7 +14534,7 @@ snapshots: pathe: 2.0.3 ufo: 1.6.1 - unhead@2.0.17: + unhead@2.0.19: dependencies: hookable: 5.5.3 @@ -15166,6 +15166,6 @@ snapshots: zod@3.25.76: {} - zod@4.1.11: {} + zod@4.1.12: {} zwitch@2.0.4: {}