chore(deps): update all non-major dependencies (main) (#30693)

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:18 +00:00 committed by GitHub
parent 9f76a485d0
commit 2c946b42a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 371 additions and 429 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:*",
@ -53,7 +55,7 @@
"@vue/compiler-dom": "3.5.13", "@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13", "@vue/shared": "3.5.13",
"c12": "2.0.1", "c12": "2.0.1",
"h3": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"jiti": "2.4.2", "jiti": "2.4.2",
"magic-string": "^0.30.17", "magic-string": "^0.30.17",
"nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395", "nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395",
@ -102,11 +104,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": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"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.17.0", "memfs": "4.17.0",

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/semver": "7.5.8", "@types/semver": "7.5.8",
"nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395", "nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395",
"unbuild": "3.3.1", "unbuild": "3.3.1",

View File

@ -90,7 +90,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": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"hookable": "^5.5.3", "hookable": "^5.5.3",
"ignore": "^7.0.3", "ignore": "^7.0.3",
"impound": "^0.2.0", "impound": "^0.2.0",
@ -121,7 +121,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": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"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": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"hookable": "5.5.3", "hookable": "5.5.3",
"ignore": "7.0.3", "ignore": "7.0.3",
"nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395", "nitro": "npm:nitro-nightly@3.0.0-beta-28938837.19ec5395",

View File

@ -17,7 +17,7 @@
"prerender": "pnpm build && jiti ./lib/prerender" "prerender": "pnpm build && jiti ./lib/prerender"
}, },
"devDependencies": { "devDependencies": {
"@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",
@ -29,7 +29,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

@ -42,7 +42,7 @@
"esbuild": "^0.24.2", "esbuild": "^0.24.2",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"get-port-please": "^3.1.2", "get-port-please": "^3.1.2",
"h3": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"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

@ -42,7 +42,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": "npm:h3-nightly@1.13.1-20250110-173418-de24917", "h3": "npm:h3-nightly@1.14.0-20250122-114730-3f9e703",
"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",
@ -73,7 +73,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

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