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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-11 07:51:35 +00:00 committed by GitHub
parent e8ceaa20c9
commit f44abe594c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 262 additions and 261 deletions

View File

@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/init@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
with:
config: |
paths:
@ -94,7 +94,7 @@ jobs:
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/analyze@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
with:
category: "/language:javascript-typescript"

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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
if: github.repository == 'nuxt/nuxt' && success()
with:
sarif_file: results.sarif

View File

@ -41,15 +41,15 @@
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.10.1",
"@unhead/dom": "1.11.13",
"@unhead/schema": "1.11.13",
"@unhead/shared": "1.11.13",
"@unhead/ssr": "1.11.13",
"@unhead/vue": "1.11.13",
"@unhead/dom": "1.11.14",
"@unhead/schema": "1.11.14",
"@unhead/shared": "1.11.14",
"@unhead/ssr": "1.11.14",
"@unhead/vue": "1.11.14",
"@vue/compiler-core": "3.5.13",
"@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.49",
@ -57,8 +57,8 @@
"send": ">=1.1.0",
"typescript": "5.6.2",
"ufo": "1.5.4",
"unhead": "1.11.13",
"unimport": "3.13.4",
"unhead": "1.11.14",
"unimport": "3.14.5",
"vite": "6.0.3",
"vue": "3.5.13"
},
@ -72,8 +72,8 @@
"@testing-library/vue": "8.1.0",
"@types/node": "22.10.1",
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.13",
"@unhead/vue": "1.11.13",
"@unhead/schema": "1.11.14",
"@unhead/vue": "1.11.14",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
@ -91,7 +91,7 @@
"happy-dom": "15.11.7",
"installed-check": "9.3.0",
"jiti": "2.4.1",
"knip": "5.39.2",
"knip": "5.39.4",
"markdownlint-cli": "0.43.0",
"memfs": "~4.14.1",
"nitropack": "2.10.4",
@ -100,10 +100,10 @@
"nuxt-content-twoslash": "0.1.2",
"ofetch": "1.4.1",
"pathe": "1.1.2",
"playwright-core": "1.49.0",
"playwright-core": "1.49.1",
"rimraf": "6.0.1",
"semver": "7.6.3",
"sherif": "1.0.2",
"sherif": "1.1.0",
"std-env": "3.8.0",
"tinyexec": "0.3.1",
"tinyglobby": "0.2.10",

View File

@ -44,12 +44,12 @@
"scule": "^1.3.0",
"semver": "^7.6.3",
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.13.4",
"unctx": "^2.4.0",
"unimport": "^3.14.5",
"untyped": "^1.5.1"
},
"devDependencies": {
"@rspack/core": "1.1.5",
"@rspack/core": "1.1.6",
"@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8",
"lodash-es": "4.17.21",

View File

@ -75,10 +75,10 @@
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.0",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.11.13",
"@unhead/shared": "^1.11.13",
"@unhead/ssr": "^1.11.13",
"@unhead/vue": "^1.11.13",
"@unhead/dom": "^1.11.14",
"@unhead/shared": "^1.11.14",
"@unhead/ssr": "^1.11.14",
"@unhead/vue": "^1.11.14",
"@vue/shared": "^3.5.13",
"acorn": "8.14.0",
"c12": "^2.0.1",
@ -101,7 +101,7 @@
"jiti": "^2.4.1",
"klona": "^2.0.6",
"knitwork": "^1.1.0",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"mlly": "^1.7.3",
"nanotar": "^0.1.1",
"nitropack": "^2.10.4",
@ -121,10 +121,10 @@
"ufo": "^1.5.4",
"ultrahtml": "^1.5.3",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unctx": "^2.4.0",
"unenv": "^1.10.0",
"unhead": "^1.11.13",
"unimport": "^3.13.4",
"unhead": "^1.11.14",
"unimport": "^3.14.5",
"unplugin": "^2.0.0",
"unplugin-vue-router": "^0.10.9",
"unstorage": "^1.13.1",

View File

@ -32,7 +32,7 @@
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"@rspack/core": "^1.1.5",
"@rspack/core": "^1.1.6",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
@ -47,7 +47,7 @@
"jiti": "^2.4.1",
"knitwork": "^1.1.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"memfs": "^4.14.1",
"ohash": "^1.1.4",
"pathe": "^1.1.2",

View File

@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/pug": "2.0.10",
"@unhead/schema": "1.11.13",
"@unhead/schema": "1.11.14",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-core": "3.5.13",
@ -51,7 +51,7 @@
"ofetch": "1.4.1",
"sass-loader": "16.0.4",
"unbuild": "latest",
"unctx": "2.3.1",
"unctx": "2.4.0",
"vite": "6.0.3",
"vue": "3.5.13",
"vue-bundle-renderer": "2.1.1",
@ -72,7 +72,7 @@
"std-env": "^3.8.0",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"unimport": "^3.13.4",
"unimport": "^3.14.5",
"untyped": "^1.5.1"
},
"engines": {

View File

@ -48,7 +48,7 @@
"h3": "^1.13.0",
"jiti": "^2.4.1",
"knitwork": "^1.1.0",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",

View File

@ -44,7 +44,7 @@
"h3": "^1.13.0",
"jiti": "^2.4.1",
"lodash-es": "4.17.21",
"magic-string": "^0.30.14",
"magic-string": "^0.30.15",
"memfs": "^4.14.1",
"mini-css-extract-plugin": "^2.9.2",
"ohash": "^1.1.4",
@ -72,7 +72,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@rspack/core": "1.1.5",
"@rspack/core": "1.1.6",
"@types/lodash-es": "4.17.12",
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",

File diff suppressed because it is too large Load Diff