Skip to content

Commit d3b27b4

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

File tree

5 files changed

+206
-189
lines changed

5 files changed

+206
-189
lines changed

docs/app/components/content/ComponentChangelog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const route = useRoute()
66
const name = route.path.split('/').pop()
77
88
const commits = computed(() => {
9-
const related = changelog.filter(c => c.version || c.components?.some(i => i === name))
9+
const related = changelog.filter(c => c.version || c.components?.includes(name!))
1010
return related.filter((i, idx) => !(i.version && (!related[idx + 1] || related[idx + 1]?.version)))
1111
})
1212

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@ai-sdk/vue": "^1.2.12",
13-
"@iconify-json/logos": "^1.2.9",
13+
"@iconify-json/logos": "^1.2.10",
1414
"@iconify-json/lucide": "^1.2.71",
15-
"@iconify-json/simple-icons": "^1.2.55",
15+
"@iconify-json/simple-icons": "^1.2.56",
1616
"@iconify-json/vscode-icons": "^1.2.33",
1717
"@nuxt/content": "^3.7.1",
1818
"@nuxt/image": "^1.11.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/ui",
33
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
44
"version": "3.3.7",
5-
"packageManager": "pnpm@10.19.0",
5+
"packageManager": "pnpm@10.20.0",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/nuxt/ui.git"
@@ -156,14 +156,14 @@
156156
"vue-component-type-helpers": "^3.1.2"
157157
},
158158
"devDependencies": {
159-
"@nuxt/eslint-config": "^1.9.0",
159+
"@nuxt/eslint-config": "^1.10.0",
160160
"@nuxt/module-builder": "^1.0.2",
161161
"@nuxt/test-utils": "^3.20.1",
162162
"@release-it/conventional-changelog": "^10.0.1",
163163
"@vue/test-utils": "^2.4.6",
164164
"embla-carousel": "^8.6.0",
165165
"eslint": "^9.38.0",
166-
"happy-dom": "^20.0.8",
166+
"happy-dom": "^20.0.10",
167167
"nuxt": "^4.2.0",
168168
"release-it": "^19.0.5",
169169
"vitest": "^3.2.4",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@iconify-json/lucide": "^1.2.71",
13-
"@iconify-json/simple-icons": "^1.2.55",
13+
"@iconify-json/simple-icons": "^1.2.56",
1414
"@internationalized/date": "^3.10.0",
1515
"@nuxt/ui": "workspace:*",
1616
"@nuxthub/core": "^0.9.0",
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"typescript": "^5.8.3",
2222
"vue-tsc": "^3.1.2",
23-
"wrangler": "^4.45.0"
23+
"wrangler": "^4.45.1"
2424
},
2525
"resolutions": {
2626
"unimport": "4.1.1"

0 commit comments

Comments
 (0)