Skip to content

Commit f77da6c

Browse files
chore(deps): update all non-major dependencies (main) (#33100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a74035e commit f77da6c

File tree

11 files changed

+171
-171
lines changed

11 files changed

+171
-171
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
83+
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
100+
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
101101
with:
102102
category: "/language:${{ matrix.language }}"
103103

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
71+
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
7272
if: github.repository == 'nuxt/nuxt' && success()
7373
with:
7474
sarif_file: results.sarif

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ufo": "1.6.1",
7070
"unbuild": "3.6.1",
7171
"unimport": "5.2.0",
72-
"vite": "7.1.3",
72+
"vite": "7.1.4",
7373
"vue": "3.5.20",
7474
"webpack": "5.101.3"
7575
},
@@ -86,7 +86,7 @@
8686
"@nuxt/test-utils": "3.19.2",
8787
"@nuxt/webpack-builder": "workspace:*",
8888
"@playwright/test": "1.55.0",
89-
"@rspack/core": "1.5.1",
89+
"@rspack/core": "1.5.2",
9090
"@testing-library/vue": "8.1.0",
9191
"@types/babel__core": "7.20.5",
9292
"@types/babel__helper-plugin-utils": "7.10.3",
@@ -139,13 +139,13 @@
139139
"typescript": "5.9.2",
140140
"ufo": "1.6.1",
141141
"unbuild": "3.6.1",
142-
"vite": "7.1.3",
142+
"vite": "7.1.4",
143143
"vitest": "3.2.4",
144144
"vitest-environment-nuxt": "1.0.1",
145145
"vue": "3.5.20",
146146
"vue-tsc": "3.0.6",
147147
"webpack": "5.101.3"
148148
},
149-
"packageManager": "pnpm@10.15.0",
149+
"packageManager": "pnpm@10.15.1",
150150
"version": ""
151151
}

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
},
5353
"devDependencies": {
5454
"@nuxt/schema": "workspace:*",
55-
"@rspack/core": "1.5.1",
55+
"@rspack/core": "1.5.2",
5656
"@types/semver": "7.7.0",
5757
"hookable": "5.5.3",
5858
"nitropack": "2.12.4",
5959
"unbuild": "3.6.1",
60-
"vite": "7.1.3",
60+
"vite": "7.1.4",
6161
"vitest": "3.2.4",
6262
"webpack": "5.101.3"
6363
},

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"@vitejs/plugin-vue-jsx": "5.1.1",
142142
"@vue/compiler-sfc": "3.5.20",
143143
"unbuild": "3.6.1",
144-
"vite": "7.1.3",
144+
"vite": "7.1.4",
145145
"vitest": "3.2.4",
146146
"vue-sfc-transformer": "0.1.16"
147147
},

packages/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
3434
"@nuxt/kit": "workspace:*",
35-
"@rspack/core": "^1.5.1",
35+
"@rspack/core": "^1.5.2",
3636
"autoprefixer": "^10.4.21",
3737
"css-loader": "^7.1.2",
3838
"css-minimizer-webpack-plugin": "^7.0.2",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"unctx": "2.4.1",
6868
"unimport": "5.2.0",
6969
"untyped": "2.0.0",
70-
"vite": "7.1.3",
70+
"vite": "7.1.4",
7171
"vue": "3.5.20",
7272
"vue-bundle-renderer": "2.1.2",
7373
"vue-loader": "17.4.2",

packages/ui-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"tinyexec": "1.0.1",
3232
"tinyglobby": "0.2.14",
3333
"unocss": "66.5.0",
34-
"vite": "7.1.3"
34+
"vite": "7.1.4"
3535
}
3636
}

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"std-env": "^3.9.0",
5858
"ufo": "^1.6.1",
5959
"unenv": "^2.0.0-rc.19",
60-
"vite": "^7.1.3",
60+
"vite": "^7.1.4",
6161
"vite-node": "^3.2.4",
6262
"vite-plugin-checker": "^0.10.3",
6363
"vue-bundle-renderer": "^2.1.2"

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@nuxt/schema": "workspace:*",
76-
"@rspack/core": "1.5.1",
76+
"@rspack/core": "1.5.2",
7777
"@types/webpack-bundle-analyzer": "4.7.0",
7878
"@types/webpack-hot-middleware": "2.25.10",
7979
"rollup": "4.50.0",

0 commit comments

Comments
 (0)