Skip to content

Commit e52541b

Browse files
chore(deps): update all non-major dependencies (#1181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bcd09b commit e52541b

File tree

7 files changed

+353
-754
lines changed

7 files changed

+353
-754
lines changed

.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.3
58+
deno-version: 2.6.4
5959

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

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": "pnpm@10.27.0",
5+
"packageManager": "pnpm@10.28.0",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -24,14 +24,14 @@
2424
"@antfu/eslint-config": "^6.7.3",
2525
"@codspeed/vitest-plugin": "^5.0.1",
2626
"@nuxt/eslint-config": "^1.12.1",
27-
"@nuxt/test-utils": "^3.22.0",
28-
"@types/node": "^24.10.4",
27+
"@nuxt/test-utils": "^3.23.0",
28+
"@types/node": "^24.10.7",
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.80.0",
34+
"knip": "^5.80.2",
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": "61.5.0",
50+
"eslint-plugin-jsdoc": "61.7.1",
5151
"eslint-plugin-unicorn": "62.0.0",
5252
"h3": "^1.15.4",
5353
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
},
3434
"devDependencies": {
3535
"@bomb.sh/tab": "^0.0.11",
36-
"@types/node": "^24.10.4",
36+
"@types/node": "^24.10.7",
3737
"rollup": "^4.55.1",
3838
"rollup-plugin-visualizer": "^6.0.5",
39-
"tsdown": "^0.18.4",
39+
"tsdown": "^0.19.0",
4040
"typescript": "^5.9.3",
4141
"unplugin-purge-polyfills": "^0.1.0"
4242
}

packages/nuxi/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"@clack/prompts": "1.0.0-alpha.9",
3737
"@nuxt/kit": "^4.2.2",
3838
"@nuxt/schema": "^4.2.2",
39-
"@nuxt/test-utils": "^3.22.0",
39+
"@nuxt/test-utils": "^3.23.0",
4040
"@types/copy-paste": "^2.1.0",
4141
"@types/debug": "^4.1.12",
42-
"@types/node": "^24.10.4",
42+
"@types/node": "^24.10.7",
4343
"@types/semver": "^7.7.1",
4444
"c12": "^3.3.3",
4545
"citty": "^0.1.6",
@@ -57,7 +57,7 @@
5757
"listhen": "^1.9.0",
5858
"magicast": "^0.5.1",
5959
"nitro": "^3.0.1-alpha.1",
60-
"nitropack": "^2.12.9",
60+
"nitropack": "^2.13.0",
6161
"nypm": "^0.6.2",
6262
"ofetch": "^1.5.1",
6363
"ohash": "^2.0.11",
@@ -71,9 +71,9 @@
7171
"srvx": "^0.10.0",
7272
"std-env": "^3.10.0",
7373
"tinyexec": "^1.0.2",
74-
"tsdown": "^0.18.4",
74+
"tsdown": "^0.19.0",
7575
"typescript": "^5.9.3",
76-
"ufo": "^1.6.1",
76+
"ufo": "^1.6.2",
7777
"unplugin-purge-polyfills": "^0.1.0",
7878
"vitest": "^3.2.4",
7979
"youch": "^4.1.0-beta.13"

packages/nuxt-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,24 @@
5858
"srvx": "^0.10.0",
5959
"std-env": "^3.10.0",
6060
"tinyexec": "^1.0.2",
61-
"ufo": "^1.6.1",
61+
"ufo": "^1.6.2",
6262
"youch": "^4.1.0-beta.13"
6363
},
6464
"devDependencies": {
6565
"@nuxt/kit": "^4.2.2",
6666
"@nuxt/schema": "^4.2.2",
6767
"@types/debug": "^4.1.12",
68-
"@types/node": "^24.10.4",
68+
"@types/node": "^24.10.7",
6969
"get-port-please": "^3.2.0",
7070
"h3": "^1.15.4",
7171
"h3-next": "npm:h3@^2.0.1-rc.7",
7272
"nitro": "^3.0.1-alpha.1",
73-
"nitropack": "^2.12.9",
73+
"nitropack": "^2.13.0",
7474
"rollup": "^4.55.1",
7575
"rollup-plugin-visualizer": "^6.0.5",
76-
"tsdown": "^0.18.4",
76+
"tsdown": "^0.19.0",
7777
"typescript": "^5.9.3",
78-
"undici": "^7.17.0",
78+
"undici": "^7.18.2",
7979
"unplugin-purge-polyfills": "^0.1.0",
8080
"vitest": "^3.2.4",
8181
"youch": "^4.1.0-beta.13"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"vue-router": "^4.6.4"
1515
},
1616
"devDependencies": {
17-
"@nuxt/test-utils": "^3.22.0"
17+
"@nuxt/test-utils": "^3.23.0"
1818
}
1919
}

0 commit comments

Comments
 (0)