Skip to content

Commit 62cfd75

Browse files
chore(deps): update all non-major dependencies
1 parent 5e25865 commit 62cfd75

File tree

8 files changed

+815
-741
lines changed

8 files changed

+815
-741
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm build
3434

3535
- name: Run benchmarks
36-
uses: CodSpeedHQ/action@0700edb451d0e9f2426f99bd6977027e550fb2a6 # v4.7.0
36+
uses: CodSpeedHQ/action@e736f0d2aeb36da38e9f08eca4dff7967408d154 # v4.8.2
3737
with:
3838
run: pnpm vitest bench
3939
mode: instrumentation

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
bun-version: latest
5656
- uses: denoland/setup-deno@v2
5757
with:
58-
deno-version: 2.6.5
58+
deno-version: 2.6.6
5959

6060
- name: 📦 Install dependencies
6161
run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 20
2121
steps:
22-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxi-workspace",
33
"type": "module",
44
"private": true,
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].2",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -21,17 +21,17 @@
2121
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^7.0.1",
24+
"@antfu/eslint-config": "^7.2.0",
2525
"@codspeed/vitest-plugin": "^5.0.1",
26-
"@nuxt/eslint-config": "^1.12.1",
26+
"@nuxt/eslint-config": "^1.13.0",
2727
"@nuxt/test-utils": "^3.23.0",
2828
"@types/node": "^24.10.9",
2929
"@types/semver": "^7.7.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"changelogen": "^0.6.2",
3232
"eslint": "^9.39.2",
3333
"exsolve": "^1.0.8",
34-
"knip": "^5.82.0",
34+
"knip": "^5.82.1",
3535
"nuxt": "^4.2.2",
3636
"pkg-pr-new": "^0.0.62",
3737
"semver": "^7.7.3",
@@ -47,7 +47,7 @@
4747
"@nuxt/schema": "4.2.2",
4848
"create-nuxt": "workspace:*",
4949
"create-nuxt-app": "workspace:*",
50-
"eslint-plugin-jsdoc": "62.1.0",
50+
"eslint-plugin-jsdoc": "62.4.1",
5151
"eslint-plugin-unicorn": "62.0.0",
5252
"h3": "^1.15.5",
5353
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"prepack": "tsdown"
3030
},
3131
"dependencies": {
32-
"citty": "^0.1.6"
32+
"citty": "^0.2.0"
3333
},
3434
"devDependencies": {
35-
"@bomb.sh/tab": "^0.0.11",
35+
"@bomb.sh/tab": "^0.0.12",
3636
"@types/node": "^24.10.9",
37-
"rollup": "^4.55.2",
37+
"rollup": "^4.56.0",
3838
"rollup-plugin-visualizer": "^6.0.5",
39-
"tsdown": "^0.19.0",
39+
"tsdown": "^0.20.1",
4040
"typescript": "^5.9.3",
4141
"unplugin-purge-polyfills": "^0.1.0"
4242
}

packages/nuxi/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepack": "pnpm build"
3333
},
3434
"devDependencies": {
35-
"@bomb.sh/tab": "^0.0.11",
35+
"@bomb.sh/tab": "^0.0.12",
3636
"@clack/prompts": "1.0.0-alpha.9",
3737
"@nuxt/kit": "^4.2.2",
3838
"@nuxt/schema": "^4.2.2",
@@ -42,7 +42,7 @@
4242
"@types/node": "^24.10.9",
4343
"@types/semver": "^7.7.1",
4444
"c12": "^3.3.3",
45-
"citty": "^0.1.6",
45+
"citty": "^0.2.0",
4646
"confbox": "^0.2.2",
4747
"consola": "^3.4.2",
4848
"copy-paste": "^2.2.0",
@@ -52,26 +52,26 @@
5252
"fuse.js": "^7.1.0",
5353
"giget": "^3.1.1",
5454
"h3": "^1.15.5",
55-
"h3-next": "npm:h3@^2.0.1-rc.8",
55+
"h3-next": "npm:h3@^2.0.1-rc.11",
5656
"jiti": "^2.6.1",
5757
"listhen": "^1.9.0",
5858
"magicast": "^0.5.1",
59-
"nitro": "^3.0.1-alpha.1",
59+
"nitro": "^3.0.1-alpha.2",
6060
"nitropack": "^2.13.1",
61-
"nypm": "^0.6.2",
61+
"nypm": "^0.6.4",
6262
"ofetch": "^1.5.1",
6363
"ohash": "^2.0.11",
6464
"pathe": "^2.0.3",
65-
"perfect-debounce": "^2.0.0",
65+
"perfect-debounce": "^2.1.0",
6666
"pkg-types": "^2.3.0",
67-
"rollup": "^4.55.2",
67+
"rollup": "^4.56.0",
6868
"rollup-plugin-visualizer": "^6.0.5",
6969
"scule": "^1.3.0",
7070
"semver": "^7.7.3",
71-
"srvx": "^0.10.0",
71+
"srvx": "^0.10.1",
7272
"std-env": "^3.10.0",
7373
"tinyexec": "^1.0.2",
74-
"tsdown": "^0.19.0",
74+
"tsdown": "^0.20.1",
7575
"typescript": "^5.9.3",
7676
"ufo": "^1.6.3",
7777
"unplugin-purge-polyfills": "^0.1.0",

packages/nuxt-cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"prepack": "tsdown"
3434
},
3535
"dependencies": {
36-
"@bomb.sh/tab": "^0.0.11",
36+
"@bomb.sh/tab": "^0.0.12",
3737
"@clack/prompts": "1.0.0-alpha.9",
3838
"c12": "^3.3.3",
39-
"citty": "^0.1.6",
39+
"citty": "^0.2.0",
4040
"confbox": "^0.2.2",
4141
"consola": "^3.4.2",
4242
"copy-paste": "^2.2.0",
@@ -47,15 +47,15 @@
4747
"giget": "^3.1.1",
4848
"jiti": "^2.6.1",
4949
"listhen": "^1.9.0",
50-
"nypm": "^0.6.2",
50+
"nypm": "^0.6.4",
5151
"ofetch": "^1.5.1",
5252
"ohash": "^2.0.11",
5353
"pathe": "^2.0.3",
54-
"perfect-debounce": "^2.0.0",
54+
"perfect-debounce": "^2.1.0",
5555
"pkg-types": "^2.3.0",
5656
"scule": "^1.3.0",
5757
"semver": "^7.7.3",
58-
"srvx": "^0.10.0",
58+
"srvx": "^0.10.1",
5959
"std-env": "^3.10.0",
6060
"tinyexec": "^1.0.2",
6161
"ufo": "^1.6.3",
@@ -68,14 +68,14 @@
6868
"@types/node": "^24.10.9",
6969
"get-port-please": "^3.2.0",
7070
"h3": "^1.15.5",
71-
"h3-next": "npm:h3@^2.0.1-rc.8",
72-
"nitro": "^3.0.1-alpha.1",
71+
"h3-next": "npm:h3@^2.0.1-rc.11",
72+
"nitro": "^3.0.1-alpha.2",
7373
"nitropack": "^2.13.1",
74-
"rollup": "^4.55.2",
74+
"rollup": "^4.56.0",
7575
"rollup-plugin-visualizer": "^6.0.5",
76-
"tsdown": "^0.19.0",
76+
"tsdown": "^0.20.1",
7777
"typescript": "^5.9.3",
78-
"undici": "^7.18.2",
78+
"undici": "^7.19.1",
7979
"unplugin-purge-polyfills": "^0.1.0",
8080
"vitest": "^3.2.4",
8181
"youch": "^4.1.0-beta.13"

0 commit comments

Comments
 (0)