Skip to content

Commit 5294d56

Browse files
chore(deps): update all non-major dependencies
1 parent dcc29d6 commit 5294d56

File tree

12 files changed

+2471
-5587
lines changed

12 files changed

+2471
-5587
lines changed

.github/workflows/ci-examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Install pnpm
40-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
40+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4141

4242
- name: Setup Node
43-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
43+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
4444
with:
4545
node-version: 24
4646
cache: pnpm
@@ -55,7 +55,7 @@ jobs:
5555
run: pnpm ${{ matrix.buildScript }}
5656

5757
- name: Publish and test example
58-
uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13
58+
uses: chromaui/action@4c20b95e9d3209ecfdf9cd6aace6bbde71ba1694 # v13.3.4
5959
with:
6060
# Don't wait until Chromatic verified the build
6161
# exitOnceUploaded: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
35+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3636

3737
- name: Setup Node
38-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
38+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3939
with:
4040
node-version: ${{ matrix.node }}
4141
cache: pnpm

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636

3737
- name: Install pnpm
38-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
38+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
3939

4040
- name: Setup Node
41-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
41+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
4242
with:
4343
node-version: ${{ matrix.node }}
4444
cache: pnpm

docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"typecheck": "nuxt typecheck"
1313
},
1414
"dependencies": {
15-
"@iconify-json/lucide": "1.2.66",
16-
"@iconify-json/simple-icons": "1.2.50",
17-
"@iconify-json/vscode-icons": "1.2.30",
18-
"@nuxt/content": "3.6.3",
15+
"@iconify-json/lucide": "1.2.82",
16+
"@iconify-json/simple-icons": "1.2.63",
17+
"@iconify-json/vscode-icons": "1.2.37",
18+
"@nuxt/content": "3.10.0",
1919
"@nuxt/image": "2.0.0",
20-
"@nuxt/ui-pro": "3.3.3",
21-
"better-sqlite3": "12.2.0",
22-
"nuxt": "4.2.1",
20+
"@nuxt/ui-pro": "3.3.7",
21+
"better-sqlite3": "12.5.0",
22+
"nuxt": "4.2.2",
2323
"nuxt-llms": "0.1.3",
24-
"nuxt-og-image": "5.1.9",
25-
"tailwindcss": "4.1.13",
26-
"vue": "3.5.21"
24+
"nuxt-og-image": "5.1.13",
25+
"tailwindcss": "4.1.18",
26+
"vue": "3.5.26"
2727
},
2828
"devDependencies": {
29-
"@nuxt/eslint": "1.9.0",
30-
"eslint": "9.35.0",
31-
"typescript": "5.9.2",
32-
"vue-tsc": "3.0.6"
29+
"@nuxt/eslint": "1.12.1",
30+
"eslint": "9.39.2",
31+
"typescript": "5.9.3",
32+
"vue-tsc": "3.2.1"
3333
}
3434
}

examples/showcase/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@nuxt/image": "2.0.0",
1515
"@nuxtjs/i18n": "10.2.1",
1616
"@pinia/nuxt": "0.11.3",
17-
"nuxt": "4.2.1",
18-
"pinia": "3.0.3",
19-
"vue": "3.5.21",
20-
"vue-router": "4.5.1"
17+
"nuxt": "4.2.2",
18+
"pinia": "3.0.4",
19+
"vue": "3.5.26",
20+
"vue-router": "4.6.4"
2121
},
2222
"devDependencies": {
2323
"@chromatic-com/storybook": "4.1.3",

examples/starter/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"build-storybook": "storybook build"
1212
},
1313
"dependencies": {
14-
"nuxt": "4.2.1",
15-
"vue": "3.5.21",
16-
"vue-router": "4.5.1"
14+
"nuxt": "4.2.2",
15+
"vue": "3.5.26",
16+
"vue-router": "4.6.4"
1717
},
1818
"devDependencies": {
1919
"@chromatic-com/storybook": "4.1.3",

examples/tailwind/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@nuxtjs/tailwindcss": "nightly",
15-
"nuxt": "3.20.1",
16-
"vue": "3.5.21",
17-
"vue-router": "4.5.1"
15+
"nuxt": "3.20.2",
16+
"vue": "3.5.26",
17+
"vue-router": "4.6.4"
1818
},
1919
"devDependencies": {
2020
"@chromatic-com/storybook": "4.1.3",
2121
"@nuxtjs/storybook": "latest",
2222
"@storybook/addon-docs": "10.1.0",
2323
"@storybook/addon-links": "10.1.0",
2424
"storybook": "10.1.0",
25-
"tailwindcss": "3.4.17"
25+
"tailwindcss": "3.4.19"
2626
}
2727
}

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@
4646
"test:coverage": "vitest --coverage",
4747
"test:playwright": "pnpm exec playwright test"
4848
},
49-
"packageManager": "pnpm@10.15.1",
49+
"packageManager": "pnpm@10.26.2",
5050
"devDependencies": {
51-
"@nuxt/eslint-config": "1.10.0",
52-
"@nuxt/test-utils": "^3.20.1",
53-
"@playwright/test": "1.55.0",
54-
"@types/node": "24.9.2",
51+
"@nuxt/eslint-config": "1.12.1",
52+
"@nuxt/test-utils": "^3.21.0",
53+
"@playwright/test": "1.57.0",
54+
"@types/node": "24.10.4",
5555
"@vitest/coverage-v8": "3.2.4",
5656
"changelogen": "0.6.2",
57-
"chromatic": "13.1.4",
58-
"eslint": "9.35.0",
59-
"happy-dom": "20.0.0",
60-
"jiti": "2.5.1",
61-
"nuxt": "4.2.0",
62-
"prettier": "3.6.2",
63-
"release-it": "19.0.4",
64-
"semver": "7.7.2",
65-
"typescript": "5.9.2",
57+
"chromatic": "13.3.4",
58+
"eslint": "9.39.2",
59+
"happy-dom": "20.0.11",
60+
"jiti": "2.6.1",
61+
"nuxt": "4.2.2",
62+
"prettier": "3.7.4",
63+
"release-it": "19.2.1",
64+
"semver": "7.7.3",
65+
"typescript": "5.9.3",
6666
"vitest": "3.2.4"
6767
},
6868
"publishConfig": {

packages/nuxt-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"@nuxt/module-builder": "1.0.2",
7979
"storybook": "10.1.0",
8080
"unbuild": "3.6.1",
81-
"vite": "7.2.2"
81+
"vite": "7.3.0"
8282
},
8383
"peerDependencies": {
84-
"storybook": "^10.0.0"
84+
"storybook": "^10.1.10"
8585
}
8686
}

packages/storybook-addon/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"nuxt": "^3.18.1 || ^4.0.0",
66-
"storybook": "^10.0.0",
66+
"storybook": "^10.1.10",
6767
"vite": "^5.2.0 || ^6.0.0 || ^7.0.0",
6868
"vue": "^3.4.0"
6969
},
@@ -84,14 +84,14 @@
8484
},
8585
"devDependencies": {
8686
"@storybook/react-vite": "^10.1.0",
87-
"@vitejs/plugin-vue": "6.0.1",
88-
"@vitejs/plugin-vue-jsx": "5.1.1",
87+
"@vitejs/plugin-vue": "6.0.3",
88+
"@vitejs/plugin-vue-jsx": "5.1.3",
8989
"changelogen": "0.6.2",
90-
"nuxt": "4.2.1",
90+
"nuxt": "4.2.2",
9191
"storybook": "10.1.0",
9292
"typescript": "5.9.3",
9393
"unbuild": "3.6.1",
94-
"vue": "3.5.24"
94+
"vue": "3.5.26"
9595
},
9696
"publishConfig": {
9797
"access": "public"

0 commit comments

Comments
 (0)