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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2025-02-26 12:21:37 +01:00
committed by GitHub
parent f1728d6476
commit 673c8d9937
8 changed files with 700 additions and 431 deletions

View File

@@ -13,7 +13,7 @@
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
"knitwork": "^1.2.0", "knitwork": "^1.2.0",
"nuxt": "^3.15.4", "nuxt": "^3.15.4",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"zod": "^3.24.2" "zod": "^3.24.2"
} }
} }

View File

@@ -16,12 +16,12 @@ function handleMessage(message) {
async function handleFormatMessage(message) { async function handleFormatMessage(message) {
if (!globalThis.prettier) { if (!globalThis.prettier) {
await Promise.all([ await Promise.all([
import('https://unpkg.com/prettier@3.5.0/standalone.js'), import('https://unpkg.com/prettier@3.5.2/standalone.js'),
import('https://unpkg.com/prettier@3.5.0/plugins/babel.js'), import('https://unpkg.com/prettier@3.5.2/plugins/babel.js'),
import('https://unpkg.com/prettier@3.5.0/plugins/estree.js'), import('https://unpkg.com/prettier@3.5.2/plugins/estree.js'),
import('https://unpkg.com/prettier@3.5.0/plugins/html.js'), import('https://unpkg.com/prettier@3.5.2/plugins/html.js'),
import('https://unpkg.com/prettier@3.5.0/plugins/markdown.js'), import('https://unpkg.com/prettier@3.5.2/plugins/markdown.js'),
import('https://unpkg.com/prettier@3.5.0/plugins/typescript.js') import('https://unpkg.com/prettier@3.5.2/plugins/typescript.js')
]) ])
} }

View File

@@ -5,8 +5,8 @@
"dependencies": { "dependencies": {
"@iconify-json/logos": "^1.2.4", "@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.26", "@iconify-json/lucide": "^1.2.26",
"@iconify-json/simple-icons": "^1.2.25", "@iconify-json/simple-icons": "^1.2.26",
"@iconify-json/vscode-icons": "^1.2.15", "@iconify-json/vscode-icons": "^1.2.16",
"@nuxt/content": "^3.2.2", "@nuxt/content": "^3.2.2",
"@nuxt/image": "^1.9.0", "@nuxt/image": "^1.9.0",
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
@@ -20,9 +20,9 @@
"motion": "^12.4.7", "motion": "^12.4.7",
"nuxt": "^3.15.4", "nuxt": "^3.15.4",
"nuxt-component-meta": "^0.10.0", "nuxt-component-meta": "^0.10.0",
"nuxt-llms": "^0.0.2", "nuxt-llms": "^0.1.0",
"nuxt-og-image": "^4.1.4", "nuxt-og-image": "^4.1.4",
"prettier": "^3.5.1", "prettier": "^3.5.2",
"shiki-transformer-color-highlight": "^0.2.0", "shiki-transformer-color-highlight": "^0.2.0",
"superstruct": "^2.0.2", "superstruct": "^2.0.2",
"ufo": "^1.5.4", "ufo": "^1.5.4",
@@ -31,6 +31,6 @@
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"devDependencies": { "devDependencies": {
"wrangler": "^3.109.2" "wrangler": "^3.110.0"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "@nuxt/ui", "name": "@nuxt/ui",
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
"version": "3.0.0-alpha.13", "version": "3.0.0-alpha.13",
"packageManager": "pnpm@10.4.1", "packageManager": "pnpm@10.5.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/ui.git" "url": "git+https://github.com/nuxt/ui.git"
@@ -91,7 +91,7 @@
"@tailwindcss/postcss": "^4.0.9", "@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/vite": "^4.0.9", "@tailwindcss/vite": "^4.0.9",
"@tanstack/vue-table": "^8.21.2", "@tanstack/vue-table": "^8.21.2",
"@unhead/vue": "^1.11.19", "@unhead/vue": "^1.11.20",
"@vueuse/core": "^12.7.0", "@vueuse/core": "^12.7.0",
"@vueuse/integrations": "^12.7.0", "@vueuse/integrations": "^12.7.0",
"colortranslator": "^4.1.0", "colortranslator": "^4.1.0",
@@ -116,7 +116,7 @@
"sirv": "^3.0.1", "sirv": "^3.0.1",
"tailwind-variants": "^0.3.1", "tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.9", "tailwindcss": "^4.0.9",
"tinyglobby": "^0.2.11", "tinyglobby": "^0.2.12",
"unplugin": "^2.2.0", "unplugin": "^2.2.0",
"unplugin-auto-import": "^19.1.0", "unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.4.0", "unplugin-vue-components": "^28.4.0",
@@ -130,8 +130,8 @@
"@standard-schema/spec": "^1.0.0", "@standard-schema/spec": "^1.0.0",
"@vue/test-utils": "^2.4.6", "@vue/test-utils": "^2.4.6",
"embla-carousel": "^8.5.2", "embla-carousel": "^8.5.2",
"eslint": "^9.20.1", "eslint": "^9.21.0",
"happy-dom": "^17.1.1", "happy-dom": "^17.1.2",
"joi": "^17.13.3", "joi": "^17.13.3",
"knitwork": "^1.2.0", "knitwork": "^1.2.0",
"nuxt": "^3.15.4", "nuxt": "^3.15.4",
@@ -139,7 +139,7 @@
"release-it": "^18.1.2", "release-it": "^18.1.2",
"superstruct": "^2.0.2", "superstruct": "^2.0.2",
"valibot": "^0.42.1", "valibot": "^0.42.1",
"vitest": "^3.0.6", "vitest": "^3.0.7",
"vitest-environment-nuxt": "^1.0.1", "vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.2.0", "vue-tsc": "^2.2.0",
"yup": "^1.6.1", "yup": "^1.6.1",
@@ -152,6 +152,7 @@
"@nuxt/ui": "workspace:*", "@nuxt/ui": "workspace:*",
"chokidar": "3.6.0", "chokidar": "3.6.0",
"debug": "4.3.7", "debug": "4.3.7",
"happy-dom": "17.1.2",
"rollup": "4.32.1", "rollup": "4.32.1",
"typescript": "5.6.3", "typescript": "5.6.3",
"unimport": "3.14.5", "unimport": "3.14.5",

View File

@@ -17,7 +17,7 @@
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^6.1.1", "vite": "^6.2.0",
"vue-tsc": "^2.2.0" "vue-tsc": "^2.2.0"
} }
} }

View File

@@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@iconify-json/lucide": "^1.2.26", "@iconify-json/lucide": "^1.2.26",
"@iconify-json/simple-icons": "^1.2.25", "@iconify-json/simple-icons": "^1.2.26",
"@nuxt/ui": "latest", "@nuxt/ui": "latest",
"@nuxthub/core": "^0.8.17", "@nuxthub/core": "^0.8.17",
"nuxt": "^3.15.4" "nuxt": "^3.15.4"

1089
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,7 @@
"enabled": true "enabled": true
}, },
"ignoreDeps": [ "ignoreDeps": [
"happy-dom",
"valibot30", "valibot30",
"valibot31", "valibot31",
"typescript", "typescript",