WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6d44b5c

Browse files
renovate[bot]danielroeautofix-ci[bot]
authored
chore(deps): update all non-major dependencies (#1140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 40c967f commit 6d44b5c

File tree

14 files changed

+73
-69
lines changed

14 files changed

+73
-69
lines changed

.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
17+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1818
with:
1919
node-version: lts/*
2020
cache: pnpm

.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
26+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2727
with:
2828
node-version: lts/*
2929
cache: pnpm

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
19+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
2020
with:
2121
node-version: lts/*
2222
cache: pnpm
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292
- run: corepack enable
93-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
93+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
26+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
18+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
26+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
65+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6666
with:
6767
node-version: lts/*
6868

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export default createConfigForNuxt({
2323
// TODO: remove usage of `any` throughout codebase
2424
'@typescript-eslint/no-explicit-any': 'off',
2525
'style/indent-binary-ops': 'off',
26+
'pnpm/json-valid-catalog': 'off',
27+
'pnpm/json-enforce-catalog': 'off',
28+
'pnpm/yaml-enforce-settings': 'off',
2629
},
2730
},
2831
{

package.json

Lines changed: 6 additions & 6 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.23.0",
5+
"packageManager": "pnpm@10.24.0",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -21,25 +21,25 @@
2121
"test:unit": "vitest --coverage --run && pnpm --filter nuxt-cli-playground test --run"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^6.2.0",
24+
"@antfu/eslint-config": "^6.4.1",
2525
"@codspeed/vitest-plugin": "^5.0.1",
26-
"@nuxt/eslint-config": "^1.10.0",
26+
"@nuxt/eslint-config": "^1.11.0",
2727
"@nuxt/test-utils": "^3.20.1",
2828
"@types/node": "^24.10.1",
2929
"@types/semver": "^7.7.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"changelogen": "^0.6.2",
3232
"eslint": "^9.39.1",
3333
"exsolve": "^1.0.8",
34-
"knip": "^5.70.1",
34+
"knip": "^5.71.0",
3535
"nuxt": "^4.2.1",
36-
"pkg-pr-new": "^0.0.60",
36+
"pkg-pr-new": "^0.0.62",
3737
"semver": "^7.7.3",
3838
"std-env": "^3.10.0",
3939
"tinyexec": "^1.0.2",
4040
"typescript": "^5.9.3",
4141
"vitest": "^3.2.4",
42-
"vue": "^3.5.24",
42+
"vue": "^3.5.25",
4343
"vue-router": "^4.6.3"
4444
},
4545
"resolutions": {

packages/create-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "^24.10.1",
3737
"rollup": "^4.53.3",
3838
"rollup-plugin-visualizer": "^6.0.5",
39-
"tsdown": "^0.16.6",
39+
"tsdown": "^0.16.8",
4040
"typescript": "^5.9.3",
4141
"unplugin-purge-polyfills": "^0.1.0"
4242
}

packages/nuxi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@bomb.sh/tab": "^0.0.9",
36-
"@clack/prompts": "1.0.0-alpha.6",
36+
"@clack/prompts": "1.0.0-alpha.7",
3737
"@nuxt/kit": "^4.2.1",
3838
"@nuxt/schema": "^4.2.1",
3939
"@nuxt/test-utils": "^3.20.1",
@@ -68,10 +68,10 @@
6868
"rollup-plugin-visualizer": "^6.0.5",
6969
"scule": "^1.3.0",
7070
"semver": "^7.7.3",
71-
"srvx": "^0.9.6",
71+
"srvx": "^0.9.7",
7272
"std-env": "^3.10.0",
7373
"tinyexec": "^1.0.2",
74-
"tsdown": "^0.16.6",
74+
"tsdown": "^0.16.8",
7575
"typescript": "^5.9.3",
7676
"ufo": "^1.6.1",
7777
"unplugin-purge-polyfills": "^0.1.0",

0 commit comments

Comments
 (0)