Skip to content

Commit d126a36

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

6 files changed

Lines changed: 484 additions & 551 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
bun-version: latest
5454
- uses: denoland/setup-deno@v1
5555
with:
56-
deno-version: 2.5.4
56+
deno-version: 2.5.6
5757

5858
- name: 📦 Install dependencies
5959
run: pnpm install

package.json

Lines changed: 7 additions & 7 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.19.0",
5+
"packageManager": "pnpm@10.20.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.1.0",
24+
"@antfu/eslint-config": "^6.2.0",
2525
"@codspeed/vitest-plugin": "^5.0.1",
26-
"@nuxt/eslint-config": "^1.9.0",
26+
"@nuxt/eslint-config": "^1.10.0",
2727
"@nuxt/test-utils": "^3.20.1",
28-
"@types/node": "^22.18.12",
28+
"@types/node": "^22.19.0",
2929
"@types/semver": "^7.7.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"changelogen": "^0.6.2",
32-
"eslint": "^9.38.0",
33-
"knip": "^5.66.3",
32+
"eslint": "^9.39.0",
33+
"knip": "^5.67.0",
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.9",
48+
"eslint-plugin-jsdoc": "61.1.11",
4949
"eslint-plugin-unicorn": "62.0.0",
5050
"h3": "^1.15.4",
5151
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"citty": "^0.1.6"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^22.18.12",
35+
"@types/node": "^22.19.0",
3636
"rollup": "^4.52.5",
3737
"rollup-plugin-visualizer": "^6.0.5",
38-
"tsdown": "^0.15.11",
38+
"tsdown": "^0.15.12",
3939
"typescript": "^5.9.3",
4040
"unplugin-purge-polyfills": "^0.1.0"
4141
}

packages/nuxi/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nuxt/schema": "^4.1.3",
3737
"@nuxt/test-utils": "^3.20.1",
3838
"@types/copy-paste": "^2.1.0",
39-
"@types/node": "^22.18.12",
39+
"@types/node": "^22.19.0",
4040
"@types/semver": "^7.7.1",
4141
"c12": "^3.3.1",
4242
"citty": "^0.1.6",
@@ -51,11 +51,11 @@
5151
"h3-next": "npm:h3@^2.0.1-rc.5",
5252
"jiti": "^2.6.1",
5353
"listhen": "^1.9.0",
54-
"magicast": "^0.4.0",
54+
"magicast": "^0.5.1",
5555
"nitro": "^3.0.1-alpha.0",
56-
"nitropack": "^2.12.8",
56+
"nitropack": "^2.12.9",
5757
"nypm": "^0.6.2",
58-
"ofetch": "^1.4.1",
58+
"ofetch": "^1.5.1",
5959
"ohash": "^2.0.11",
6060
"pathe": "^2.0.3",
6161
"perfect-debounce": "^2.0.0",
@@ -64,14 +64,14 @@
6464
"rollup-plugin-visualizer": "^6.0.5",
6565
"scule": "^1.3.0",
6666
"semver": "^7.7.3",
67-
"srvx": "^0.9.1",
67+
"srvx": "^0.9.4",
6868
"std-env": "^3.10.0",
6969
"tinyexec": "^1.0.1",
70-
"tsdown": "^0.15.11",
70+
"tsdown": "^0.15.12",
7171
"typescript": "^5.9.3",
7272
"ufo": "^1.6.1",
7373
"unplugin-purge-polyfills": "^0.1.0",
7474
"vitest": "^3.2.4",
75-
"youch": "^4.1.0-beta.11"
75+
"youch": "^4.1.0-beta.12"
7676
}
7777
}

packages/nuxt-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,35 +45,35 @@
4545
"jiti": "^2.6.1",
4646
"listhen": "^1.9.0",
4747
"nypm": "^0.6.2",
48-
"ofetch": "^1.4.1",
48+
"ofetch": "^1.5.1",
4949
"ohash": "^2.0.11",
5050
"pathe": "^2.0.3",
5151
"perfect-debounce": "^2.0.0",
5252
"pkg-types": "^2.3.0",
5353
"scule": "^1.3.0",
5454
"semver": "^7.7.3",
55-
"srvx": "^0.9.1",
55+
"srvx": "^0.9.4",
5656
"std-env": "^3.10.0",
5757
"tinyexec": "^1.0.1",
5858
"ufo": "^1.6.1",
59-
"youch": "^4.1.0-beta.11"
59+
"youch": "^4.1.0-beta.12"
6060
},
6161
"devDependencies": {
6262
"@nuxt/kit": "^4.1.3",
6363
"@nuxt/schema": "^4.1.3",
64-
"@types/node": "^22.18.12",
64+
"@types/node": "^22.19.0",
6565
"get-port-please": "^3.2.0",
6666
"h3": "^1.15.4",
6767
"h3-next": "npm:h3@^2.0.1-rc.5",
6868
"nitro": "^3.0.1-alpha.0",
69-
"nitropack": "^2.12.8",
69+
"nitropack": "^2.12.9",
7070
"rollup": "^4.52.5",
7171
"rollup-plugin-visualizer": "^6.0.5",
72-
"tsdown": "^0.15.11",
72+
"tsdown": "^0.15.12",
7373
"typescript": "^5.9.3",
7474
"undici": "^7.16.0",
7575
"unplugin-purge-polyfills": "^0.1.0",
7676
"vitest": "^3.2.4",
77-
"youch": "^4.1.0-beta.11"
77+
"youch": "^4.1.0-beta.12"
7878
}
7979
}

0 commit comments

Comments
 (0)