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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-24 23:17:12 +00:00 committed by GitHub
parent 406db5b4d2
commit c6056bd07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 440 additions and 388 deletions

View File

@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
config: |
paths:
@ -95,7 +95,7 @@ jobs:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
category: "/language:${{ matrix.language }}"
@ -310,7 +310,7 @@ jobs:
TEST_PAYLOAD: ${{ matrix.payload }}
SKIP_BUNDLE_SIZE: true
- uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on'
with:
token: ${{ secrets.CODECOV_TOKEN }}

View File

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

View File

@ -37,7 +37,7 @@
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxi prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
},
"resolutions": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/helper-plugin-utils": "7.26.5",
"@nuxt/cli": "3.20.0",
"@nuxt/kit": "workspace:*",
@ -59,7 +59,7 @@
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.5.1",
"rollup": "4.31.0",
"rollup": "4.32.0",
"send": ">=1.1.0",
"typescript": "5.7.3",
"ufo": "1.5.4",
@ -71,7 +71,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/helper-plugin-utils": "7.26.5",
"@codspeed/vitest-plugin": "4.0.0",
"@nuxt/cli": "3.20.0",
@ -97,7 +97,7 @@
"cssnano": "7.0.6",
"destr": "2.0.3",
"devalue": "5.1.1",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.7.0",
"eslint-typegen": "1.0.0",
@ -106,7 +106,7 @@
"happy-dom": "16.7.2",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"knip": "5.43.1",
"knip": "5.43.3",
"magic-string": "0.30.17",
"markdownlint-cli": "0.43.0",
"memfs": "4.14.1",
@ -117,7 +117,7 @@
"pathe": "2.0.2",
"pkg-pr-new": "0.0.39",
"playwright-core": "1.50.0",
"rollup": "4.31.0",
"rollup": "4.32.0",
"semver": "7.6.3",
"sherif": "1.1.1",
"std-env": "3.8.0",

View File

@ -75,7 +75,7 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.31.0",
"rollup": "4.32.0",
"unbuild": "latest",
"vue": "3.5.13"
},

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"rollup": "4.31.0",
"rollup": "4.32.0",
"unbuild": "latest",
"vue": "3.5.13"
},

File diff suppressed because it is too large Load Diff