Skip to content

Commit 127e06a

Browse files
chore(deps): update all non-major dependencies (v3) (#4443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 09c1ed8 commit 127e06a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+437
-613
lines changed

cli/templates.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ const test = ({ name, prose, content }) => {
147147
? undefined
148148
: `
149149
import { describe, it, expect } from 'vitest'
150-
import ${upperName}, { type ${upperName}Props, type ${upperName}Slots } from '../../${content ? '../' : ''}src/runtime/components/${content ? 'content/' : ''}${upperName}.vue'
150+
import ${upperName} from '../../${content ? '../' : ''}src/runtime/components/${content ? 'content/' : ''}${upperName}.vue'
151+
import type { ${upperName}Props, ${upperName}Slots } from '../../${content ? '../' : ''}src/runtime/components/${content ? 'content/' : ''}${upperName}.vue'
151152
import ComponentRender from '../${content ? '../' : ''}component-render'
152153
153154
describe('${upperName}', () => {

docs/app/components/content/examples/form/FormExampleSuperstruct.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
2-
import { object, string, nonempty, refine, type Infer } from 'superstruct'
2+
import { object, string, nonempty, refine } from 'superstruct'
3+
import type { Infer } from 'superstruct'
34
import type { FormSubmitEvent } from '@nuxt/ui'
45
56
const schema = object({

docs/app/components/content/examples/form/FormExampleYup.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup lang="ts">
2-
import { object, string, type InferType } from 'yup'
2+
import { object, string } from 'yup'
3+
import type { InferType } from 'yup'
34
import type { FormSubmitEvent } from '@nuxt/ui'
45
56
const schema = object({

docs/app/components/content/examples/table/TableGroupedRowsExample.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<script setup lang="ts">
22
import { h, resolveComponent } from 'vue'
33
import type { TableColumn } from '@nuxt/ui'
4-
import { getGroupedRowModel, type GroupingOptions } from '@tanstack/vue-table'
4+
import { getGroupedRowModel } from '@tanstack/vue-table'
5+
import type { GroupingOptions } from '@tanstack/vue-table'
56
67
const UBadge = resolveComponent('UBadge')
78

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@nuxtjs/plausible": "^1.2.0",
2323
"@octokit/rest": "^22.0.0",
2424
"@rollup/plugin-yaml": "^4.1.2",
25-
"@vueuse/integrations": "^13.4.0",
26-
"@vueuse/nuxt": "^13.4.0",
25+
"@vueuse/integrations": "^13.5.0",
26+
"@vueuse/nuxt": "^13.5.0",
2727
"ai": "^4.3.16",
2828
"better-sqlite3": "^12.2.0",
2929
"capture-website": "^4.2.0",
3030
"joi": "^17.13.3",
3131
"maska": "^3.1.1",
32-
"motion-v": "^1.3.1",
32+
"motion-v": "^1.4.0",
3333
"nuxt": "^3.17.6",
3434
"nuxt-component-meta": "^0.12.0",
3535
"nuxt-llms": "^0.1.3",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
"@tailwindcss/vite": "^4.1.11",
125125
"@tanstack/vue-table": "^8.21.3",
126126
"@unhead/vue": "^2.0.11",
127-
"@vueuse/core": "^13.4.0",
128-
"@vueuse/integrations": "^13.4.0",
127+
"@vueuse/core": "^13.5.0",
128+
"@vueuse/integrations": "^13.5.0",
129129
"colortranslator": "^5.0.0",
130130
"consola": "^3.4.2",
131131
"defu": "^6.1.4",
@@ -152,22 +152,22 @@
152152
"unplugin-auto-import": "^19.3.0",
153153
"unplugin-vue-components": "^28.8.0",
154154
"vaul-vue": "0.4.1",
155-
"vue-component-type-helpers": "^2.2.10"
155+
"vue-component-type-helpers": "^2.2.12"
156156
},
157157
"devDependencies": {
158-
"@nuxt/eslint-config": "^1.4.1",
158+
"@nuxt/eslint-config": "^1.5.0",
159159
"@nuxt/module-builder": "^1.0.1",
160-
"@nuxt/test-utils": "^3.19.1",
160+
"@nuxt/test-utils": "^3.19.2",
161161
"@release-it/conventional-changelog": "^10.0.1",
162162
"@vue/test-utils": "^2.4.6",
163163
"embla-carousel": "^8.6.0",
164-
"eslint": "^9.30.0",
164+
"eslint": "^9.30.1",
165165
"happy-dom": "^18.0.1",
166166
"nuxt": "^3.17.6",
167167
"release-it": "^19.0.3",
168168
"vitest": "^3.2.4",
169169
"vitest-environment-nuxt": "^1.0.1",
170-
"vue-tsc": "^2.2.10"
170+
"vue-tsc": "^2.2.12"
171171
},
172172
"peerDependencies": {
173173
"@inertiajs/vue3": "^2.0.7",

playground-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@vitejs/plugin-vue": "^5.2.4",
2020
"typescript": "^5.8.3",
2121
"vite": "^6.3.5",
22-
"vue-tsc": "^2.2.10"
22+
"vue-tsc": "^2.2.12"
2323
}
2424
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
22-
"vue-tsc": "^2.2.10"
22+
"vue-tsc": "^2.2.12"
2323
},
2424
"resolutions": {
2525
"unimport": "4.1.1"

pnpm-lock.yaml

Lines changed: 282 additions & 519 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/plugins/nuxt-environment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import { normalize } from 'pathe'
33
import { resolvePathSync } from 'mlly'
44
import MagicString from 'magic-string'
55

6-
import { runtimeDir, type NuxtUIOptions } from '../unplugin'
6+
import { runtimeDir } from '../unplugin'
7+
import type { NuxtUIOptions } from '../unplugin'
78

89
/**
910
* This plugin normalises Nuxt environment (#imports) and `import.meta.client` within the Nuxt UI components.

0 commit comments

Comments
 (0)