chore(deps): update nuxt framework to ^4.4.7 (#6549)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2026-06-04 11:40:43 +02:00
committed by GitHub
parent ed2f955f09
commit 5c8343041c
7 changed files with 897 additions and 904 deletions
-4
View File
@@ -276,10 +276,6 @@ export default defineNuxtConfig({
}
},
a11y: {
logIssues: false
},
componentMeta: {
transformers: [(component, code) => {
// Simplify ui in slot prop types: `leading(props: { ui: Button['ui'] })` -> `leading(props: { ui: object })`
+1 -1
View File
@@ -42,7 +42,7 @@
"maska": "^3.2.0",
"minimark": "^0.2.0",
"motion-v": "^2.2.1",
"nuxt": "^4.4.6",
"nuxt": "^4.4.7",
"nuxt-component-meta": "^0.17.2",
"nuxt-llms": "^0.2.0",
"nuxt-og-image": "^6.5.1",
+3 -3
View File
@@ -133,8 +133,8 @@
"@internationalized/number": "^3.6.7",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.2",
"@nuxt/kit": "^4.4.6",
"@nuxt/schema": "^4.4.6",
"@nuxt/kit": "^4.4.7",
"@nuxt/schema": "^4.4.7",
"@nuxtjs/color-mode": "^3.5.2",
"@standard-schema/spec": "^1.1.0",
"@tailwindcss/postcss": "^4.3.0",
@@ -205,7 +205,7 @@
"embla-carousel": "^8.6.0",
"eslint": "^10.4.1",
"happy-dom": "^20.9.0",
"nuxt": "^4.4.6",
"nuxt": "^4.4.7",
"release-it": "^19.2.4",
"unbuild": "^3.6.1",
"vitest": "^4.1.7",
+1 -1
View File
@@ -21,7 +21,7 @@
"@tiptap/extension-emoji": "^3.24.0",
"@tiptap/extension-text-align": "^3.24.0",
"ai": "^6.0.193",
"nuxt": "^4.4.6",
"nuxt": "^4.4.7",
"tailwindcss": "^4.3.0",
"zod": "^4.4.3"
},
+889 -893
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -11,11 +11,12 @@ ignoreWorkspaceRootCheck: true
linkWorkspacePackages: true
overrides:
'@nuxt/kit': ^4.4.6
'@nuxt/kit': ^4.4.7
'@nuxt/test-utils': 4.0.2
'@nuxt/ui': workspace:*
unplugin: ^3.0.0
c12: ^3.3.4
h3: 1.15.11
typescript: ^6.0.3
allowBuilds:
+1 -1
View File
@@ -6,7 +6,7 @@ export interface LinkBaseProps {
type?: string
disabled?: boolean
onClick?: ((e: MouseEvent) => void | Promise<void>) | Array<((e: MouseEvent) => void | Promise<void>)>
href?: string
href?: string | null
navigate?: (e: MouseEvent) => void
target?: LinkProps['target']
rel?: LinkProps['rel']