Skip to content

Commit 3dda277

Browse files
chore(deps): update all non-major dependencies (#1221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent e2c9686 commit 3dda277

26 files changed

Lines changed: 848 additions & 634 deletions

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- run: corepack enable
17-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
17+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1818
with:
1919
node-version: lts/*
2020
cache: pnpm

.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@9a74b6ba663684052277e8f342b5eb99c7442a03 # v4.10.5
36+
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
3737
with:
3838
run: pnpm vitest bench
3939
mode: instrumentation

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable
26-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727
with:
2828
node-version: lts/*
2929
cache: pnpm

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- run: corepack enable
19-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
19+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2020
with:
2121
node-version: lts/*
2222
cache: pnpm
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
- run: corepack enable
49-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
49+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5050
with:
5151
node-version: lts/-1
5252
cache: pnpm
@@ -55,7 +55,7 @@ jobs:
5555
bun-version: latest
5656
- uses: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb # v2
5757
with:
58-
deno-version: 2.6.8
58+
deno-version: 2.7.4
5959

6060
- name: 📦 Install dependencies
6161
run: pnpm install
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292
- run: corepack enable
93-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
93+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9494
with:
9595
node-version: latest
9696
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- run: corepack enable
26-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727
with:
2828
node-version: latest
2929

.github/workflows/size-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.workflow_run.conclusion == 'success'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
18+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1919
with:
2020
node-version: latest
2121

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
- run: corepack enable
26-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727
with:
2828
node-version: lts/*
2929

@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
ref: ${{ github.base_ref }}
6464
- run: corepack enable
65-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
65+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
6666
with:
6767
node-version: lts/*
6868

package.json

Lines changed: 12 additions & 12 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.29.1",
5+
"packageManager": "pnpm@10.32.0",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -21,36 +21,36 @@
2121
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^7.3.0",
25-
"@codspeed/vitest-plugin": "^5.1.0",
26-
"@nuxt/eslint-config": "^1.14.0",
24+
"@antfu/eslint-config": "^7.7.0",
25+
"@codspeed/vitest-plugin": "^5.2.0",
26+
"@nuxt/eslint-config": "^1.15.2",
2727
"@nuxt/nitro-server": "^4.3.1",
2828
"@nuxt/test-utils": "^4.0.0",
29-
"@types/node": "^24.10.12",
29+
"@types/node": "^24.12.0",
3030
"@types/semver": "^7.7.1",
3131
"@vitest/coverage-v8": "^4.0.18",
3232
"changelogen": "^0.6.2",
33-
"eslint": "^10.0.0",
33+
"eslint": "^10.0.3",
3434
"exsolve": "^1.0.8",
35-
"knip": "^5.83.1",
35+
"knip": "^5.86.0",
3636
"nuxt": "^4.3.1",
37-
"pkg-pr-new": "^0.0.63",
37+
"pkg-pr-new": "^0.0.65",
3838
"semver": "^7.7.4",
3939
"std-env": "^3.10.0",
4040
"tinyexec": "^1.0.2",
4141
"typescript": "^5.9.3",
4242
"vitest": "^4.0.18",
43-
"vue": "^3.5.27",
44-
"vue-router": "^5.0.2"
43+
"vue": "^3.5.30",
44+
"vue-router": "^5.0.3"
4545
},
4646
"resolutions": {
4747
"@nuxt/cli": "workspace:*",
4848
"@nuxt/schema": "4.3.1",
4949
"create-nuxt": "workspace:*",
5050
"create-nuxt-app": "workspace:*",
51-
"eslint-plugin-jsdoc": "62.5.4",
51+
"eslint-plugin-jsdoc": "62.7.1",
5252
"eslint-plugin-unicorn": "63.0.0",
53-
"h3": "^1.15.5",
53+
"h3": "^1.15.6",
5454
"nitropack": "latest",
5555
"nuxi": "workspace:*"
5656
}

packages/create-nuxt/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"prepack": "tsdown"
3030
},
3131
"dependencies": {
32-
"citty": "^0.2.0"
32+
"citty": "^0.2.1"
3333
},
3434
"devDependencies": {
35-
"@bomb.sh/tab": "^0.0.12",
36-
"@types/node": "^24.10.12",
37-
"rollup": "^4.57.1",
38-
"rollup-plugin-visualizer": "^7.0.0",
35+
"@bomb.sh/tab": "^0.0.14",
36+
"@types/node": "^24.12.0",
37+
"rollup": "^4.59.0",
38+
"rollup-plugin-visualizer": "^7.0.1",
3939
"tsdown": "^0.20.3",
4040
"typescript": "^5.9.3",
4141
"unplugin-purge-polyfills": "^0.1.0"

packages/nuxi/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"test:dist": "node ./bin/nuxi.mjs info ../../playground"
3434
},
3535
"devDependencies": {
36-
"@bomb.sh/tab": "^0.0.12",
37-
"@clack/prompts": "^1.0.0",
36+
"@bomb.sh/tab": "^0.0.14",
37+
"@clack/prompts": "^1.1.0",
3838
"@nuxt/kit": "^4.3.1",
3939
"@nuxt/schema": "^4.3.1",
4040
"@nuxt/test-utils": "^4.0.0",
4141
"@types/debug": "^4.1.12",
42-
"@types/node": "^24.10.12",
42+
"@types/node": "^24.12.0",
4343
"@types/semver": "^7.7.1",
4444
"c12": "^3.3.3",
45-
"citty": "^0.2.0",
45+
"citty": "^0.2.1",
4646
"confbox": "^0.2.4",
4747
"consola": "^3.4.2",
4848
"debug": "^4.4.3",
@@ -51,8 +51,8 @@
5151
"fuse.js": "^7.1.0",
5252
"fzf": "^0.5.2",
5353
"giget": "^3.1.2",
54-
"h3": "^1.15.5",
55-
"h3-next": "npm:h3@^2.0.1-rc.14",
54+
"h3": "^1.15.6",
55+
"h3-next": "npm:h3@^2.0.1-rc.16",
5656
"jiti": "^2.6.1",
5757
"listhen": "^1.9.0",
5858
"magicast": "^0.5.2",
@@ -64,19 +64,19 @@
6464
"pathe": "^2.0.3",
6565
"perfect-debounce": "^2.1.0",
6666
"pkg-types": "^2.3.0",
67-
"rollup": "^4.57.1",
68-
"rollup-plugin-visualizer": "^7.0.0",
67+
"rollup": "^4.59.0",
68+
"rollup-plugin-visualizer": "^7.0.1",
6969
"scule": "^1.3.0",
7070
"semver": "^7.7.4",
71-
"srvx": "^0.11.2",
71+
"srvx": "^0.11.9",
7272
"std-env": "^3.10.0",
73-
"tinyclip": "^0.1.10",
73+
"tinyclip": "^0.1.12",
7474
"tinyexec": "^1.0.2",
7575
"tsdown": "^0.20.3",
7676
"typescript": "^5.9.3",
7777
"ufo": "^1.6.3",
7878
"unplugin-purge-polyfills": "^0.1.0",
7979
"vitest": "^4.0.18",
80-
"youch": "^4.1.0-beta.13"
80+
"youch": "^4.1.0"
8181
}
8282
}

0 commit comments

Comments
 (0)