Skip to content

Commit 33295ea

Browse files
chore(deps): update all non-major dependencies (#1056)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20fc0e7 commit 33295ea

File tree

6 files changed

+721
-646
lines changed

6 files changed

+721
-646
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@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
34+
uses: CodSpeedHQ/action@3959e9e296ef25296e93e32afcc97196f966e57f # v4.1.0
3535
env:
3636
NUXT_SOCKET: 1
3737
with:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@
2323
},
2424
"devDependencies": {
2525
"@antfu/eslint-config": "^5.4.1",
26-
"@codspeed/vitest-plugin": "^5.0.0",
26+
"@codspeed/vitest-plugin": "^5.0.1",
2727
"@nuxt/eslint-config": "^1.9.0",
2828
"@nuxt/test-utils": "^3.19.2",
29-
"@types/node": "^22.18.6",
29+
"@types/node": "^22.18.8",
3030
"@types/semver": "^7.7.1",
3131
"@vitest/coverage-v8": "^3.2.4",
3232
"changelogen": "^0.6.2",
3333
"eslint": "^9.36.0",
34-
"knip": "^5.64.0",
34+
"knip": "^5.64.1",
3535
"nuxt": "^4.1.2",
3636
"pkg-pr-new": "^0.0.60",
3737
"semver": "^7.7.2",
3838
"std-env": "^3.9.0",
3939
"tinyexec": "^1.0.1",
40-
"typescript": "^5.9.2",
40+
"typescript": "^5.9.3",
4141
"vitest": "^3.2.4",
42-
"vue": "^3.5.21"
42+
"vue": "^3.5.22"
4343
},
4444
"resolutions": {
4545
"@nuxt/cli": "workspace:*",
4646
"@nuxt/schema": "4.1.2",
4747
"create-nuxt": "workspace:*",
4848
"create-nuxt-app": "workspace:*",
49-
"eslint-plugin-jsdoc": "60.1.1",
49+
"eslint-plugin-jsdoc": "60.7.1",
5050
"eslint-plugin-unicorn": "61.0.2",
5151
"h3": "^1.15.4",
5252
"nitropack": "latest",

packages/create-nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"citty": "^0.1.6"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^22.18.6",
37-
"rollup": "^4.52.1",
38-
"rollup-plugin-visualizer": "^6.0.3",
39-
"typescript": "^5.9.2",
36+
"@types/node": "^22.18.8",
37+
"rollup": "^4.52.3",
38+
"rollup-plugin-visualizer": "^6.0.4",
39+
"typescript": "^5.9.3",
4040
"unbuild": "^3.6.1",
4141
"unplugin-purge-polyfills": "^0.1.0"
4242
}

packages/nuxi/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nuxt/kit": "^4.1.2",
4343
"@nuxt/schema": "^4.1.2",
4444
"@nuxt/test-utils": "^3.19.2",
45-
"@types/node": "^22.18.6",
45+
"@types/node": "^22.18.8",
4646
"@types/semver": "^7.7.1",
4747
"c12": "^3.3.0",
4848
"citty": "^0.1.6",
@@ -55,7 +55,7 @@
5555
"get-port-please": "^3.2.0",
5656
"giget": "^2.0.0",
5757
"h3": "^1.15.4",
58-
"jiti": "^2.6.0",
58+
"jiti": "^2.6.1",
5959
"listhen": "^1.9.0",
6060
"magicast": "^0.3.5",
6161
"nitropack": "npm:nitropack-nightly",
@@ -65,14 +65,14 @@
6565
"pathe": "^2.0.3",
6666
"perfect-debounce": "^2.0.0",
6767
"pkg-types": "^2.3.0",
68-
"rollup": "^4.52.1",
69-
"rollup-plugin-visualizer": "^6.0.3",
68+
"rollup": "^4.52.3",
69+
"rollup-plugin-visualizer": "^6.0.4",
7070
"scule": "^1.3.0",
7171
"semver": "^7.7.2",
72-
"srvx": "^0.8.7",
72+
"srvx": "^0.8.9",
7373
"std-env": "^3.9.0",
7474
"tinyexec": "^1.0.1",
75-
"typescript": "^5.9.2",
75+
"typescript": "^5.9.3",
7676
"ufo": "^1.6.1",
7777
"unbuild": "^3.6.1",
7878
"undici": "^7.16.0",

packages/nuxt-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"get-port-please": "^3.2.0",
4545
"giget": "^2.0.0",
4646
"h3": "^1.15.4",
47-
"jiti": "^2.6.0",
47+
"jiti": "^2.6.1",
4848
"listhen": "^1.9.0",
4949
"nypm": "^0.6.2",
5050
"ofetch": "^1.4.1",
@@ -54,7 +54,7 @@
5454
"pkg-types": "^2.3.0",
5555
"scule": "^1.3.0",
5656
"semver": "^7.7.2",
57-
"srvx": "^0.8.7",
57+
"srvx": "^0.8.9",
5858
"std-env": "^3.9.0",
5959
"tinyexec": "^1.0.1",
6060
"ufo": "^1.6.1",
@@ -64,10 +64,10 @@
6464
"devDependencies": {
6565
"@nuxt/kit": "^4.1.2",
6666
"@nuxt/schema": "^4.1.2",
67-
"@types/node": "^22.18.6",
68-
"rollup": "^4.52.1",
69-
"rollup-plugin-visualizer": "^6.0.3",
70-
"typescript": "^5.9.2",
67+
"@types/node": "^22.18.8",
68+
"rollup": "^4.52.3",
69+
"rollup-plugin-visualizer": "^6.0.4",
70+
"typescript": "^5.9.3",
7171
"unbuild": "^3.6.1",
7272
"unplugin-purge-polyfills": "^0.1.0",
7373
"vitest": "^3.2.4",

0 commit comments

Comments
 (0)