Skip to content

Commit ce0fe6f

Browse files
chore(deps): update all non-major dependencies (main) (#33290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <[email protected]>
1 parent 3ef2f3b commit ce0fe6f

File tree

15 files changed

+1703
-1712
lines changed

15 files changed

+1703
-1712
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8181

8282
- name: Initialize CodeQL
83-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
83+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
8484
with:
8585
config: |
8686
paths:
@@ -97,7 +97,7 @@ jobs:
9797
languages: ${{ matrix.language }}
9898

9999
- name: Perform CodeQL Analysis
100-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
100+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
101101
with:
102102
category: "/language:${{ matrix.language }}"
103103

@@ -242,7 +242,7 @@ jobs:
242242
run: pnpm test:prepare
243243

244244
- name: Run benchmarks
245-
uses: CodSpeedHQ/action@653fdc30e6c40ffd9739e40c8a0576f4f4523ca1 # v4.0.1
245+
uses: CodSpeedHQ/action@3959e9e296ef25296e93e32afcc97196f966e57f # v4.1.0
246246
with:
247247
run: pnpm vitest bench
248248
token: ${{ secrets.CODSPEED_TOKEN }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: 'Checkout Repository'
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
- name: 'Dependency Review'
24-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
24+
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0

.github/workflows/docs-check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Cache lychee results (e.g. to avoid hitting rate limits)
2121
- name: Restore lychee cache
22-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
22+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2323
with:
2424
path: .lycheecache
2525
key: cache-lychee-${{ github.sha }}

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -68,7 +68,7 @@ jobs:
6868

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
71+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
7272
if: github.repository == 'nuxt/nuxt' && success()
7373
with:
7474
sarif_file: results.sarif

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,50 +50,50 @@
5050
"@nuxt/schema": "workspace:*",
5151
"@nuxt/vite-builder": "workspace:*",
5252
"@nuxt/webpack-builder": "workspace:*",
53-
"@types/node": "22.18.4",
53+
"@types/node": "22.18.8",
5454
"@unhead/vue": "2.0.14",
55-
"@vue/compiler-core": "3.5.21",
56-
"@vue/compiler-dom": "3.5.21",
57-
"@vue/shared": "3.5.21",
55+
"@vue/compiler-core": "3.5.22",
56+
"@vue/compiler-dom": "3.5.22",
57+
"@vue/shared": "3.5.22",
5858
"c12": "3.3.0",
5959
"compatx": "0.2.0",
6060
"h3": "1.15.4",
61-
"jiti": "2.5.1",
61+
"jiti": "2.6.1",
6262
"magic-string": "0.30.19",
6363
"nitropack": "2.12.6",
6464
"nuxt": "workspace:*",
6565
"postcss": "8.5.6",
66-
"rollup": "4.50.2",
66+
"rollup": "4.52.4",
6767
"send": ">=1.2.0",
68-
"typescript": "5.9.2",
68+
"typescript": "5.9.3",
6969
"ufo": "1.6.1",
7070
"unbuild": "3.6.1",
7171
"unimport": "5.4.1",
72-
"vite": "7.1.5",
73-
"vue": "3.5.21",
72+
"vite": "7.1.9",
73+
"vue": "3.5.22",
7474
"webpack": "5.102.0"
7575
},
7676
"devDependencies": {
7777
"@arethetypeswrong/cli": "0.18.2",
7878
"@babel/core": "7.28.4",
7979
"@babel/helper-plugin-utils": "7.27.1",
80-
"@codspeed/core": "5.0.0",
81-
"@codspeed/vitest-plugin": "5.0.0",
80+
"@codspeed/core": "5.0.1",
81+
"@codspeed/vitest-plugin": "5.0.1",
8282
"@eslint/markdown": "7.3.0",
8383
"@nuxt/cli": "3.28.0",
8484
"@nuxt/eslint-config": "1.9.0",
8585
"@nuxt/kit": "workspace:*",
8686
"@nuxt/rspack-builder": "workspace:*",
8787
"@nuxt/test-utils": "3.19.2",
8888
"@nuxt/webpack-builder": "workspace:*",
89-
"@playwright/test": "1.55.0",
90-
"@rspack/core": "1.5.4",
89+
"@playwright/test": "1.55.1",
90+
"@rspack/core": "1.5.8",
9191
"@testing-library/vue": "8.1.0",
9292
"@types/babel__core": "7.20.5",
9393
"@types/babel__helper-plugin-utils": "7.10.3",
94-
"@types/node": "22.18.4",
94+
"@types/node": "22.18.8",
9595
"@types/semver": "7.7.1",
96-
"@typescript-eslint/parser": "8.44.0",
96+
"@typescript-eslint/parser": "8.45.0",
9797
"@unhead/vue": "2.0.14",
9898
"@vitest/coverage-v8": "3.2.4",
9999
"@vue/test-utils": "2.4.6",
@@ -106,47 +106,47 @@
106106
"defu": "6.1.4",
107107
"destr": "2.0.5",
108108
"devalue": "5.3.2",
109-
"eslint": "9.35.0",
109+
"eslint": "9.37.0",
110110
"eslint-plugin-import-x": "4.16.1",
111111
"eslint-plugin-no-only-tests": "3.3.0",
112-
"eslint-plugin-perfectionist": "4.15.0",
112+
"eslint-plugin-perfectionist": "4.15.1",
113113
"eslint-typegen": "2.3.0",
114114
"estree-walker": "3.0.3",
115115
"get-port-please": "3.2.0",
116116
"h3": "1.15.4",
117-
"happy-dom": "19.0.1",
117+
"happy-dom": "19.0.2",
118118
"installed-check": "9.3.0",
119-
"jiti": "2.5.1",
120-
"knip": "5.63.1",
119+
"jiti": "2.6.1",
120+
"knip": "5.64.2",
121121
"magic-regexp": "0.10.0",
122122
"magic-string": "0.30.19",
123123
"markdownlint-cli": "0.45.0",
124-
"memfs": "4.39.0",
124+
"memfs": "4.48.1",
125125
"nitropack": "2.12.6",
126126
"nuxt": "workspace:*",
127127
"nuxt-content-twoslash": "0.1.2",
128128
"ofetch": "1.4.1",
129129
"pathe": "2.0.3",
130130
"pkg-pr-new": "0.0.60",
131-
"playwright-core": "1.55.0",
132-
"rollup": "4.50.2",
131+
"playwright-core": "1.55.1",
132+
"rollup": "4.52.4",
133133
"semver": "7.7.2",
134134
"sherif": "1.6.1",
135-
"srvx": "0.8.7",
135+
"srvx": "0.8.9",
136136
"std-env": "3.9.0",
137137
"tinyexec": "1.0.1",
138138
"tinyglobby": "0.2.15",
139139
"ts-blank-space": "0.6.2",
140-
"typescript": "5.9.2",
140+
"typescript": "5.9.3",
141141
"ufo": "1.6.1",
142142
"unbuild": "3.6.1",
143-
"vite": "7.1.5",
143+
"vite": "7.1.9",
144144
"vitest": "3.2.4",
145145
"vitest-environment-nuxt": "1.0.1",
146-
"vue": "3.5.21",
147-
"vue-tsc": "3.0.7",
146+
"vue": "3.5.22",
147+
"vue-tsc": "3.1.0",
148148
"webpack": "5.102.0"
149149
},
150-
"packageManager": "pnpm@10.16.1",
150+
"packageManager": "pnpm@10.18.0",
151151
"version": ""
152152
}

packages/kit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"errx": "^0.1.0",
3535
"exsolve": "^1.0.7",
3636
"ignore": "^7.0.5",
37-
"jiti": "^2.5.1",
37+
"jiti": "^2.6.1",
3838
"klona": "^2.0.6",
3939
"mlly": "^1.8.0",
4040
"ohash": "^2.0.11",
@@ -52,12 +52,12 @@
5252
},
5353
"devDependencies": {
5454
"@nuxt/schema": "workspace:*",
55-
"@rspack/core": "1.5.4",
55+
"@rspack/core": "1.5.8",
5656
"@types/semver": "7.7.1",
5757
"hookable": "5.5.3",
5858
"nitropack": "2.12.6",
5959
"unbuild": "3.6.1",
60-
"vite": "7.1.5",
60+
"vite": "7.1.9",
6161
"vitest": "3.2.4",
6262
"webpack": "5.102.0"
6363
},

packages/nuxt/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
"dependencies": {
7171
"@nuxt/cli": "^3.28.0",
7272
"@nuxt/devalue": "^2.0.2",
73-
"@nuxt/devtools": "^2.6.3",
73+
"@nuxt/devtools": "^2.6.5",
7474
"@nuxt/kit": "workspace:*",
7575
"@nuxt/schema": "workspace:*",
7676
"@nuxt/telemetry": "^2.6.6",
7777
"@nuxt/vite-builder": "workspace:*",
7878
"@unhead/vue": "^2.0.14",
79-
"@vue/shared": "^3.5.21",
79+
"@vue/shared": "^3.5.22",
8080
"c12": "^3.3.0",
8181
"chokidar": "^4.0.3",
8282
"compatx": "^0.2.0",
@@ -86,15 +86,15 @@
8686
"destr": "^2.0.5",
8787
"devalue": "^5.3.2",
8888
"errx": "^0.1.0",
89-
"esbuild": "^0.25.9",
89+
"esbuild": "^0.25.10",
9090
"escape-string-regexp": "^5.0.0",
9191
"estree-walker": "^3.0.3",
9292
"exsolve": "^1.0.7",
9393
"h3": "^1.15.4",
9494
"hookable": "^5.5.3",
9595
"ignore": "^7.0.5",
9696
"impound": "^1.0.0",
97-
"jiti": "^2.5.1",
97+
"jiti": "^2.6.1",
9898
"klona": "^2.0.6",
9999
"knitwork": "^1.2.0",
100100
"magic-string": "^0.30.19",
@@ -106,9 +106,9 @@
106106
"ofetch": "^1.4.1",
107107
"ohash": "^2.0.11",
108108
"on-change": "^6.0.0",
109-
"oxc-minify": "^0.89.0",
110-
"oxc-parser": "^0.89.0",
111-
"oxc-transform": "^0.89.0",
109+
"oxc-minify": "^0.93.0",
110+
"oxc-parser": "^0.93.0",
111+
"oxc-transform": "^0.93.0",
112112
"oxc-walker": "^0.5.2",
113113
"pathe": "^2.0.3",
114114
"perfect-debounce": "^2.0.0",
@@ -127,8 +127,8 @@
127127
"unplugin-vue-router": "^0.15.0",
128128
"unstorage": "^1.17.1",
129129
"untyped": "^2.0.0",
130-
"vue": "^3.5.21",
131-
"vue-bundle-renderer": "^2.1.2",
130+
"vue": "^3.5.22",
131+
"vue-bundle-renderer": "^2.2.0",
132132
"vue-devtools-stub": "^0.1.0",
133133
"vue-router": "^4.5.1"
134134
},
@@ -138,9 +138,9 @@
138138
"@types/estree": "1.0.8",
139139
"@vitejs/plugin-vue": "6.0.1",
140140
"@vitejs/plugin-vue-jsx": "5.1.1",
141-
"@vue/compiler-sfc": "3.5.21",
141+
"@vue/compiler-sfc": "3.5.22",
142142
"unbuild": "3.6.1",
143-
"vite": "7.1.5",
143+
"vite": "7.1.9",
144144
"vitest": "3.2.4",
145145
"vue-sfc-transformer": "0.1.17"
146146
},

packages/rspack/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"dependencies": {
3333
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
3434
"@nuxt/kit": "workspace:*",
35-
"@rspack/core": "^1.5.4",
35+
"@rspack/core": "^1.5.8",
3636
"autoprefixer": "^10.4.21",
3737
"css-loader": "^7.1.2",
3838
"css-minimizer-webpack-plugin": "^7.0.2",
3939
"cssnano": "^7.1.1",
4040
"defu": "^6.1.4",
41-
"esbuild-loader": "^4.3.0",
41+
"esbuild-loader": "^4.4.0",
4242
"escape-string-regexp": "^5.0.0",
4343
"file-loader": "^6.2.0",
4444
"h3": "^1.15.4",
45-
"jiti": "^2.5.1",
45+
"jiti": "^2.6.1",
4646
"knitwork": "^1.2.0",
4747
"magic-string": "^0.30.19",
48-
"memfs": "^4.39.0",
48+
"memfs": "^4.48.1",
4949
"ohash": "^2.0.11",
5050
"pathe": "^2.0.3",
5151
"pify": "^6.1.0",
@@ -63,7 +63,7 @@
6363
"unenv": "^2.0.0-rc.21",
6464
"unplugin": "^2.3.10",
6565
"url-loader": "^4.1.1",
66-
"vue-bundle-renderer": "^2.1.2",
66+
"vue-bundle-renderer": "^2.2.0",
6767
"vue-loader": "^17.4.2",
6868
"webpack-bundle-analyzer": "^4.10.2",
6969
"webpack-dev-middleware": "^7.4.5",
@@ -74,9 +74,9 @@
7474
"@nuxt/schema": "workspace:*",
7575
"@types/webpack-bundle-analyzer": "4.7.0",
7676
"@types/webpack-hot-middleware": "2.25.10",
77-
"rollup": "4.50.2",
77+
"rollup": "4.52.4",
7878
"unbuild": "3.6.1",
79-
"vue": "3.5.21"
79+
"vue": "3.5.22"
8080
},
8181
"peerDependencies": {
8282
"vue": "^3.3.4"

packages/schema/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,41 +41,41 @@
4141
"@unhead/vue": "2.0.14",
4242
"@vitejs/plugin-vue": "6.0.1",
4343
"@vitejs/plugin-vue-jsx": "5.1.1",
44-
"@vue/compiler-core": "3.5.21",
45-
"@vue/compiler-sfc": "3.5.21",
46-
"@vue/language-core": "3.0.7",
44+
"@vue/compiler-core": "3.5.22",
45+
"@vue/compiler-sfc": "3.5.22",
46+
"@vue/language-core": "3.1.0",
4747
"c12": "3.3.0",
4848
"chokidar": "4.0.3",
4949
"compatx": "0.2.0",
5050
"css-minimizer-webpack-plugin": "7.0.2",
51-
"esbuild": "0.25.9",
52-
"esbuild-loader": "4.3.0",
51+
"esbuild": "0.25.10",
52+
"esbuild-loader": "4.4.0",
5353
"file-loader": "6.2.0",
5454
"h3": "1.15.4",
5555
"hookable": "5.5.3",
5656
"ignore": "7.0.5",
5757
"mini-css-extract-plugin": "2.9.4",
5858
"nitropack": "2.12.6",
5959
"ofetch": "1.4.1",
60-
"oxc-transform": "0.89.0",
60+
"oxc-transform": "0.93.0",
6161
"postcss": "8.5.6",
62-
"rollup-plugin-visualizer": "6.0.3",
62+
"rollup-plugin-visualizer": "6.0.4",
6363
"sass-loader": "16.0.5",
6464
"scule": "1.3.0",
6565
"unbuild": "3.6.1",
6666
"unctx": "2.4.1",
6767
"unimport": "5.4.1",
6868
"untyped": "2.0.0",
69-
"vite": "7.1.5",
70-
"vue": "3.5.21",
71-
"vue-bundle-renderer": "2.1.2",
69+
"vite": "7.1.9",
70+
"vue": "3.5.22",
71+
"vue-bundle-renderer": "2.2.0",
7272
"vue-loader": "17.4.2",
7373
"vue-router": "4.5.1",
7474
"webpack": "5.102.0",
7575
"webpack-dev-middleware": "7.4.5"
7676
},
7777
"dependencies": {
78-
"@vue/shared": "^3.5.21",
78+
"@vue/shared": "^3.5.22",
7979
"consola": "^3.4.2",
8080
"defu": "^6.1.4",
8181
"pathe": "^2.0.3",

0 commit comments

Comments
 (0)