chore(deps): update all non-major dependencies (3.x) (#30694)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2025-01-22 17:26:16 +00:00 committed by GitHub
parent 8bcaf22f58
commit f1c2948cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 381 additions and 436 deletions

View File

@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with: with:
config: | config: |
paths: paths:
@ -95,7 +95,7 @@ jobs:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with: with:
category: "/language:${{ matrix.language }}" category: "/language:${{ matrix.language }}"

View File

@ -68,7 +68,7 @@ jobs:
# Upload the results to GitHub's code scanning dashboard. # Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
if: github.repository == 'nuxt/nuxt' && success() if: github.repository == 'nuxt/nuxt' && success()
with: with:
sarif_file: results.sarif sarif_file: results.sarif

View File

@ -37,6 +37,8 @@
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html" "typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
}, },
"resolutions": { "resolutions": {
"@babel/core": "7.26.0",
"@babel/helper-plugin-utils": "7.26.5",
"@nuxt/cli": "3.20.0", "@nuxt/cli": "3.20.0",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*", "@nuxt/rspack-builder": "workspace:*",
@ -99,11 +101,11 @@
"eslint-plugin-perfectionist": "4.7.0", "eslint-plugin-perfectionist": "4.7.0",
"eslint-typegen": "1.0.0", "eslint-typegen": "1.0.0",
"estree-walker": "3.0.3", "estree-walker": "3.0.3",
"h3": "1.13.1", "h3": "1.14.0",
"happy-dom": "16.7.1", "happy-dom": "16.7.2",
"installed-check": "9.3.0", "installed-check": "9.3.0",
"jiti": "2.4.2", "jiti": "2.4.2",
"knip": "5.42.2", "knip": "5.43.1",
"magic-string": "0.30.17", "magic-string": "0.30.17",
"markdownlint-cli": "0.43.0", "markdownlint-cli": "0.43.0",
"memfs": "4.14.1", "memfs": "4.14.1",

View File

@ -50,7 +50,7 @@
"untyped": "^1.5.2" "untyped": "^1.5.2"
}, },
"devDependencies": { "devDependencies": {
"@rspack/core": "1.2.0", "@rspack/core": "1.2.1",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",

View File

@ -95,7 +95,7 @@
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3", "estree-walker": "^3.0.3",
"globby": "^14.0.2", "globby": "^14.0.2",
"h3": "^1.13.1", "h3": "^1.14.0",
"hookable": "^5.5.3", "hookable": "^5.5.3",
"ignore": "^7.0.3", "ignore": "^7.0.3",
"impound": "^0.2.0", "impound": "^0.2.0",
@ -126,7 +126,7 @@
"unhead": "^1.11.18", "unhead": "^1.11.18",
"unimport": "^4.0.0", "unimport": "^4.0.0",
"unplugin": "^2.1.2", "unplugin": "^2.1.2",
"unplugin-vue-router": "^0.11.0", "unplugin-vue-router": "^0.11.1",
"unstorage": "^1.14.4", "unstorage": "^1.14.4",
"untyped": "^1.5.2", "untyped": "^1.5.2",
"vue": "^3.5.13", "vue": "^3.5.13",

View File

@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0", "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
"@rspack/core": "^1.2.0", "@rspack/core": "^1.2.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"css-loader": "^7.1.2", "css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0", "css-minimizer-webpack-plugin": "^7.0.0",
@ -43,7 +43,7 @@
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2", "fork-ts-checker-webpack-plugin": "^9.0.2",
"globby": "^14.0.2", "globby": "^14.0.2",
"h3": "^1.13.1", "h3": "^1.14.0",
"jiti": "^2.4.2", "jiti": "^2.4.2",
"knitwork": "^1.2.0", "knitwork": "^1.2.0",
"magic-string": "^0.30.17", "magic-string": "^0.30.17",

View File

@ -48,7 +48,7 @@
"compatx": "0.1.8", "compatx": "0.1.8",
"esbuild-loader": "4.2.2", "esbuild-loader": "4.2.2",
"file-loader": "6.2.0", "file-loader": "6.2.0",
"h3": "1.13.1", "h3": "1.14.0",
"hookable": "5.5.3", "hookable": "5.5.3",
"ignore": "7.0.3", "ignore": "7.0.3",
"nitropack": "2.10.4", "nitropack": "2.10.4",

View File

@ -18,7 +18,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
"@unocss/reset": "65.4.2", "@unocss/reset": "65.4.3",
"beasties": "0.2.0", "beasties": "0.2.0",
"html-validate": "9.1.3", "html-validate": "9.1.3",
"htmlnano": "2.1.1", "htmlnano": "2.1.1",
@ -31,7 +31,7 @@
"svgo": "3.3.2", "svgo": "3.3.2",
"tinyexec": "0.3.2", "tinyexec": "0.3.2",
"tinyglobby": "0.2.10", "tinyglobby": "0.2.10",
"unocss": "65.4.2", "unocss": "65.4.3",
"vite": "6.0.11" "vite": "6.0.11"
} }
} }

View File

@ -43,7 +43,7 @@
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"externality": "^1.0.2", "externality": "^1.0.2",
"get-port-please": "^3.1.2", "get-port-please": "^3.1.2",
"h3": "^1.13.1", "h3": "^1.14.0",
"jiti": "^2.4.2", "jiti": "^2.4.2",
"knitwork": "^1.2.0", "knitwork": "^1.2.0",
"magic-string": "^0.30.17", "magic-string": "^0.30.17",

View File

@ -41,7 +41,7 @@
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2", "fork-ts-checker-webpack-plugin": "^9.0.2",
"h3": "^1.13.1", "h3": "^1.14.0",
"jiti": "^2.4.2", "jiti": "^2.4.2",
"magic-string": "^0.30.17", "magic-string": "^0.30.17",
"memfs": "^4.14.1", "memfs": "^4.14.1",
@ -71,7 +71,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.0", "@rspack/core": "1.2.1",
"@types/pify": "5.0.4", "@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"215k"`) expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"215k"`)
const modules = await analyzeSizes(['node_modules/**/*'], serverDir) const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1394k"`) expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1398k"`)
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))