Skip to content

Commit 0400b68

Browse files
chore(deps): update all non-major dependencies (#1099)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3afd02b commit 0400b68

File tree

7 files changed

+436
-205
lines changed

7 files changed

+436
-205
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm build
3232

3333
- name: Run benchmarks
34-
uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0 # v4.2.1
34+
uses: CodSpeedHQ/action@4348f634fa7309fe23aac9502e88b999ec90a164 # v4.3.1
3535
env:
3636
NUXT_SOCKET: 1
3737
with:

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.18.3",
5+
"packageManager": "pnpm@10.19.0",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -21,16 +21,16 @@
2121
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^6.0.0",
24+
"@antfu/eslint-config": "^6.1.0",
2525
"@codspeed/vitest-plugin": "^5.0.1",
2626
"@nuxt/eslint-config": "^1.9.0",
27-
"@nuxt/test-utils": "^3.19.2",
27+
"@nuxt/test-utils": "^3.20.1",
2828
"@types/node": "^22.18.12",
2929
"@types/semver": "^7.7.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"changelogen": "^0.6.2",
3232
"eslint": "^9.38.0",
33-
"knip": "^5.66.2",
33+
"knip": "^5.66.3",
3434
"nuxt": "^4.1.3",
3535
"pkg-pr-new": "^0.0.60",
3636
"semver": "^7.7.3",
@@ -45,7 +45,7 @@
4545
"@nuxt/schema": "4.1.3",
4646
"create-nuxt": "workspace:*",
4747
"create-nuxt-app": "workspace:*",
48-
"eslint-plugin-jsdoc": "61.1.5",
48+
"eslint-plugin-jsdoc": "61.1.9",
4949
"eslint-plugin-unicorn": "61.0.2",
5050
"h3": "^1.15.4",
5151
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^22.18.12",
3636
"rollup": "^4.52.5",
3737
"rollup-plugin-visualizer": "^6.0.5",
38-
"tsdown": "^0.15.9",
38+
"tsdown": "^0.15.11",
3939
"typescript": "^5.9.3",
4040
"unplugin-purge-polyfills": "^0.1.0"
4141
}

packages/nuxi/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@nuxt/kit": "^4.1.3",
3636
"@nuxt/schema": "^4.1.3",
37-
"@nuxt/test-utils": "^3.19.2",
37+
"@nuxt/test-utils": "^3.20.1",
3838
"@types/copy-paste": "^2.1.0",
3939
"@types/node": "^22.18.12",
4040
"@types/semver": "^7.7.1",
@@ -49,13 +49,13 @@
4949
"get-port-please": "^3.2.0",
5050
"giget": "^2.0.0",
5151
"h3": "^1.15.4",
52-
"h3-next": "npm:h3@^2.0.1-rc.4",
52+
"h3-next": "npm:h3@^2.0.1-rc.5",
5353
"http-proxy-3": "^1.22.0",
5454
"jiti": "^2.6.1",
5555
"listhen": "^1.9.0",
56-
"magicast": "^0.3.5",
56+
"magicast": "^0.4.0",
5757
"nitro": "^3.0.1-alpha.0",
58-
"nitropack": "^2.12.7",
58+
"nitropack": "^2.12.8",
5959
"nypm": "^0.6.2",
6060
"ofetch": "^1.4.1",
6161
"ohash": "^2.0.11",
@@ -66,10 +66,10 @@
6666
"rollup-plugin-visualizer": "^6.0.5",
6767
"scule": "^1.3.0",
6868
"semver": "^7.7.3",
69-
"srvx": "^0.8.16",
69+
"srvx": "^0.9.1",
7070
"std-env": "^3.10.0",
7171
"tinyexec": "^1.0.1",
72-
"tsdown": "^0.15.9",
72+
"tsdown": "^0.15.11",
7373
"typescript": "^5.9.3",
7474
"ufo": "^1.6.1",
7575
"unplugin-purge-polyfills": "^0.1.0",

packages/nuxt-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"pkg-types": "^2.3.0",
5555
"scule": "^1.3.0",
5656
"semver": "^7.7.3",
57-
"srvx": "^0.8.16",
57+
"srvx": "^0.9.1",
5858
"std-env": "^3.10.0",
5959
"tinyexec": "^1.0.1",
6060
"ufo": "^1.6.1",
@@ -65,12 +65,12 @@
6565
"@nuxt/schema": "^4.1.3",
6666
"@types/node": "^22.18.12",
6767
"h3": "^1.15.4",
68-
"h3-next": "npm:h3@^2.0.1-rc.4",
68+
"h3-next": "npm:h3@^2.0.1-rc.5",
6969
"nitro": "^3.0.1-alpha.0",
70-
"nitropack": "^2.12.7",
70+
"nitropack": "^2.12.8",
7171
"rollup": "^4.52.5",
7272
"rollup-plugin-visualizer": "^6.0.5",
73-
"tsdown": "^0.15.9",
73+
"tsdown": "^0.15.11",
7474
"typescript": "^5.9.3",
7575
"undici": "^7.16.0",
7676
"unplugin-purge-polyfills": "^0.1.0",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"nuxt": "^4.1.3"
1212
},
1313
"devDependencies": {
14-
"@nuxt/test-utils": "^3.19.2"
14+
"@nuxt/test-utils": "^3.20.1"
1515
}
1616
}

0 commit comments

Comments
 (0)