chore(deps): update all non-major dependencies (v3) (#4273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-02 10:22:38 +02:00
committed by GitHub
parent ea0c459306
commit 42f7f94521
5 changed files with 477 additions and 511 deletions

View File

@@ -5,9 +5,9 @@
"dependencies": { "dependencies": {
"@ai-sdk/vue": "^1.2.12", "@ai-sdk/vue": "^1.2.12",
"@iconify-json/logos": "^1.2.4", "@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.44", "@iconify-json/lucide": "^1.2.45",
"@iconify-json/simple-icons": "^1.2.35", "@iconify-json/simple-icons": "^1.2.37",
"@iconify-json/vscode-icons": "^1.2.21", "@iconify-json/vscode-icons": "^1.2.22",
"@nuxt/content": "^3.5.1", "@nuxt/content": "^3.5.1",
"@nuxt/image": "^1.10.0", "@nuxt/image": "^1.10.0",
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
@@ -16,8 +16,8 @@
"@nuxtjs/plausible": "^1.2.0", "@nuxtjs/plausible": "^1.2.0",
"@octokit/rest": "^22.0.0", "@octokit/rest": "^22.0.0",
"@rollup/plugin-yaml": "^4.1.2", "@rollup/plugin-yaml": "^4.1.2",
"@vueuse/integrations": "^13.2.0", "@vueuse/integrations": "^13.3.0",
"@vueuse/nuxt": "^13.2.0", "@vueuse/nuxt": "^13.3.0",
"ai": "^4.3.16", "ai": "^4.3.16",
"capture-website": "^4.2.0", "capture-website": "^4.2.0",
"joi": "^17.13.3", "joi": "^17.13.3",
@@ -32,11 +32,11 @@
"superstruct": "^2.0.2", "superstruct": "^2.0.2",
"ufo": "^1.6.1", "ufo": "^1.6.1",
"valibot": "^1.1.0", "valibot": "^1.1.0",
"workers-ai-provider": "^0.5.2", "workers-ai-provider": "^0.6.0",
"yup": "^1.6.1", "yup": "^1.6.1",
"zod": "^3.25.28" "zod": "^3.25.47"
}, },
"devDependencies": { "devDependencies": {
"wrangler": "^4.16.1" "wrangler": "^4.18.0"
} }
} }

View File

@@ -125,8 +125,8 @@
"@tailwindcss/vite": "^4.1.7", "@tailwindcss/vite": "^4.1.7",
"@tanstack/vue-table": "^8.21.3", "@tanstack/vue-table": "^8.21.3",
"@unhead/vue": "^2.0.10", "@unhead/vue": "^2.0.10",
"@vueuse/core": "^13.2.0", "@vueuse/core": "^13.3.0",
"@vueuse/integrations": "^13.2.0", "@vueuse/integrations": "^13.3.0",
"colortranslator": "^4.1.0", "colortranslator": "^4.1.0",
"consola": "^3.4.2", "consola": "^3.4.2",
"defu": "^6.1.4", "defu": "^6.1.4",
@@ -149,7 +149,7 @@
"tailwind-variants": "^1.0.0", "tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.7", "tailwindcss": "^4.1.7",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.14",
"unplugin": "^2.3.4", "unplugin": "^2.3.5",
"unplugin-auto-import": "^19.3.0", "unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.7.0", "unplugin-vue-components": "^28.7.0",
"vaul-vue": "^0.4.1", "vaul-vue": "^0.4.1",
@@ -162,10 +162,10 @@
"@release-it/conventional-changelog": "^10.0.1", "@release-it/conventional-changelog": "^10.0.1",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"embla-carousel": "^8.6.0", "embla-carousel": "^8.6.0",
"eslint": "^9.27.0", "eslint": "^9.28.0",
"happy-dom": "^17.4.7", "happy-dom": "^17.5.6",
"nuxt": "^3.17.4", "nuxt": "^3.17.4",
"release-it": "^19.0.2", "release-it": "^19.0.3",
"vitest": "^3.1.4", "vitest": "^3.1.4",
"vitest-environment-nuxt": "^1.0.1", "vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.2.10" "vue-tsc": "^2.2.10"
@@ -209,7 +209,7 @@
"debug": "4.3.7", "debug": "4.3.7",
"rollup": "4.34.9", "rollup": "4.34.9",
"unimport": "4.1.1", "unimport": "4.1.1",
"unplugin": "^2.3.4" "unplugin": "^2.3.5"
}, },
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [

View File

@@ -11,9 +11,9 @@
}, },
"dependencies": { "dependencies": {
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
"vue": "^3.5.15", "vue": "^3.5.16",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"zod": "^3.25.28" "zod": "^3.25.47"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^5.2.4", "@vitejs/plugin-vue": "^5.2.4",

View File

@@ -9,12 +9,12 @@
"typecheck": "nuxt typecheck" "typecheck": "nuxt typecheck"
}, },
"dependencies": { "dependencies": {
"@iconify-json/lucide": "^1.2.44", "@iconify-json/lucide": "^1.2.45",
"@iconify-json/simple-icons": "^1.2.35", "@iconify-json/simple-icons": "^1.2.37",
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
"@nuxthub/core": "^0.8.27", "@nuxthub/core": "^0.8.27",
"nuxt": "^3.17.4", "nuxt": "^3.17.4",
"zod": "^3.25.28" "zod": "^3.25.47"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.8.3", "typescript": "^5.8.3",

948
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff