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 873eef2

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

File tree

6 files changed

+153
-136
lines changed

6 files changed

+153
-136
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@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
34+
uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
3535
env:
3636
NUXT_SOCKET: 1
3737
with:

package.json

Lines changed: 4 additions & 4 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.15.1",
5+
"packageManager": "pnpm@10.16.1",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",
88
"repository": "nuxt/cli",
@@ -25,13 +25,13 @@
2525
"@antfu/eslint-config": "^5.3.0",
2626
"@codspeed/vitest-plugin": "^4.0.1",
2727
"@nuxt/eslint-config": "^1.9.0",
28-
"@types/node": "^22.18.1",
28+
"@types/node": "^22.18.3",
2929
"@types/semver": "^7.7.1",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"changelogen": "^0.6.2",
3232
"eslint": "^9.35.0",
3333
"knip": "^5.63.1",
34-
"pkg-pr-new": "^0.0.59",
34+
"pkg-pr-new": "^0.0.60",
3535
"semver": "^7.7.2",
3636
"std-env": "^3.9.0",
3737
"tinyexec": "^1.0.1",
@@ -44,7 +44,7 @@
4444
"@nuxt/schema": "4.1.1",
4545
"create-nuxt": "workspace:*",
4646
"create-nuxt-app": "workspace:*",
47-
"eslint-plugin-jsdoc": "55.2.0",
47+
"eslint-plugin-jsdoc": "55.4.0",
4848
"eslint-plugin-unicorn": "61.0.2",
4949
"h3": "^1.15.4",
5050
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"citty": "^0.1.6"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^22.18.1",
36+
"@types/node": "^22.18.3",
3737
"rollup": "^4.50.1",
3838
"rollup-plugin-visualizer": "^6.0.3",
3939
"typescript": "^5.9.2",

packages/nuxi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nuxt/kit": "^4.1.1",
4343
"@nuxt/schema": "^4.1.1",
4444
"@nuxt/test-utils": "^3.19.2",
45-
"@types/node": "^22.18.1",
45+
"@types/node": "^22.18.3",
4646
"@types/semver": "^7.7.1",
4747
"c12": "^3.2.0",
4848
"citty": "^0.1.6",

packages/nuxt-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@nuxt/kit": "^4.1.1",
6565
"@nuxt/schema": "^4.1.1",
66-
"@types/node": "^22.18.1",
66+
"@types/node": "^22.18.3",
6767
"rollup": "^4.50.1",
6868
"rollup-plugin-visualizer": "^6.0.3",
6969
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)