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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-11-26 15:10:16 +00:00 committed by GitHub
parent 10f08011cb
commit e14bf44300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 1652 additions and 1731 deletions

View File

@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
config: |
paths:
@ -91,7 +91,7 @@ jobs:
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
category: "/language:javascript-typescript"
@ -250,7 +250,7 @@ jobs:
TEST_PAYLOAD: ${{ matrix.payload }}
SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || matrix.payload == 'js' || runner.os == 'Windows' }}
- uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
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

@ -19,4 +19,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0

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

View File

@ -40,45 +40,45 @@
"@nuxt/ui-templates": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.9.1",
"@unhead/dom": "1.11.11",
"@unhead/shared": "1.11.11",
"@unhead/vue": "1.11.11",
"@unhead/schema": "1.11.11",
"@unhead/ssr": "1.11.11",
"@types/node": "22.10.0",
"@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",
"@vue/compiler-core": "3.5.13",
"@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.49",
"rollup": "4.27.3",
"rollup": "4.27.4",
"send": ">=1.1.0",
"typescript": "5.6.3",
"typescript": "5.6.2",
"ufo": "1.5.4",
"unhead": "1.11.11",
"unhead": "1.11.13",
"vite": "5.4.11",
"vue": "3.5.13"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@nuxt/eslint-config": "0.7.1",
"@nuxt/eslint-config": "0.7.2",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.14.4",
"@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.1.0",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.1",
"@types/node": "22.10.0",
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.11",
"@unhead/vue": "1.11.11",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@unhead/schema": "1.11.13",
"@unhead/vue": "1.11.13",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.6",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.20",
"case-police": "0.7.0",
"case-police": "0.7.2",
"changelogen": "0.5.7",
"consola": "3.2.3",
"cssnano": "7.0.6",
@ -86,12 +86,12 @@
"devalue": "5.1.1",
"eslint": "9.15.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.0.3",
"eslint-plugin-perfectionist": "4.1.2",
"eslint-typegen": "0.3.2",
"h3": "1.13.0",
"happy-dom": "15.11.6",
"jiti": "2.4.0",
"markdownlint-cli": "0.42.0",
"markdownlint-cli": "0.43.0",
"nitropack": "2.10.4",
"nuxi": "3.15.0",
"nuxt": "workspace:*",
@ -105,15 +105,15 @@
"std-env": "3.8.0",
"tinyexec": "0.3.1",
"tinyglobby": "0.2.10",
"typescript": "5.6.3",
"typescript": "5.6.2",
"ufo": "1.5.4",
"vitest": "2.1.5",
"vitest": "2.1.6",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.13",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"vue-tsc": "2.1.10"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": "^16.10.0 || >=18.0.0"
},

View File

@ -44,11 +44,11 @@
"semver": "^7.6.3",
"ufo": "^1.5.4",
"unctx": "^2.3.1",
"unimport": "^3.13.2",
"unimport": "^3.13.3",
"untyped": "^1.5.1"
},
"devDependencies": {
"@rspack/core": "1.1.2",
"@rspack/core": "1.1.4",
"@types/hash-sum": "1.0.2",
"@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8",
@ -56,7 +56,7 @@
"nitropack": "2.10.4",
"unbuild": "latest",
"vite": "5.4.11",
"vitest": "2.1.5",
"vitest": "2.1.6",
"webpack": "5.96.1"
},
"engines": {

View File

@ -60,15 +60,15 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^1.6.0",
"@nuxt/devtools": "^1.6.1",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.0",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.11.11",
"@unhead/shared": "^1.11.11",
"@unhead/ssr": "^1.11.11",
"@unhead/vue": "^1.11.11",
"@unhead/dom": "^1.11.13",
"@unhead/shared": "^1.11.13",
"@unhead/ssr": "^1.11.13",
"@unhead/vue": "^1.11.13",
"@vue/shared": "^3.5.13",
"acorn": "8.14.0",
"c12": "^2.0.1",
@ -91,7 +91,7 @@
"jiti": "^2.4.0",
"klona": "^2.0.6",
"knitwork": "^1.1.0",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"mlly": "^1.7.3",
"nanotar": "^0.1.1",
"nitropack": "^2.10.4",
@ -106,15 +106,15 @@
"scule": "^1.3.0",
"semver": "^7.6.3",
"std-env": "^3.8.0",
"strip-literal": "^2.1.0",
"strip-literal": "^2.1.1",
"tinyglobby": "0.2.10",
"ufo": "^1.5.4",
"ultrahtml": "^1.5.3",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.10.0",
"unhead": "^1.11.11",
"unimport": "^3.13.2",
"unhead": "^1.11.13",
"unimport": "^3.13.3",
"unplugin": "^1.16.0",
"unplugin-vue-router": "^0.10.8",
"unstorage": "^1.13.1",
@ -122,18 +122,18 @@
"vue": "^3.5.13",
"vue-bundle-renderer": "^2.1.1",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/scripts": "0.9.5",
"@nuxt/ui-templates": "1.3.4",
"@parcel/watcher": "2.5.0",
"@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13",
"unbuild": "latest",
"vite": "5.4.11",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"peerDependencies": {
"@parcel/watcher": "^2.1.0",

View File

@ -31,7 +31,7 @@
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"@rspack/core": "^1.1.2",
"@rspack/core": "^1.1.4",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
@ -48,7 +48,7 @@
"jiti": "^2.4.0",
"knitwork": "^1.1.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"memfs": "^4.14.0",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
@ -81,7 +81,7 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.27.3",
"rollup": "4.27.4",
"unbuild": "latest",
"vue": "3.5.13"
},

View File

@ -39,9 +39,9 @@
"@types/file-loader": "5.0.4",
"@types/pug": "2.0.10",
"@types/sass-loader": "8.0.9",
"@unhead/schema": "1.11.11",
"@vitejs/plugin-vue": "5.2.0",
"@vitejs/plugin-vue-jsx": "4.1.0",
"@unhead/schema": "1.11.13",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-core": "3.5.13",
"@vue/compiler-sfc": "3.5.13",
"@vue/language-core": "2.1.10",
@ -57,7 +57,7 @@
"vue": "3.5.13",
"vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"webpack": "5.96.1",
"webpack-dev-middleware": "7.4.2"
},
@ -73,7 +73,7 @@
"std-env": "^3.8.0",
"ufo": "^1.5.4",
"uncrypto": "^0.1.3",
"unimport": "^3.13.2",
"unimport": "^3.13.3",
"untyped": "^1.5.1"
},
"engines": {

View File

@ -21,13 +21,13 @@
"@types/lodash-es": "4.17.12",
"@unocss/reset": "0.64.1",
"beasties": "0.1.0",
"html-validate": "8.25.0",
"html-validate": "8.25.1",
"htmlnano": "2.1.1",
"jiti": "2.4.0",
"knitwork": "1.1.0",
"lodash-es": "4.17.21",
"pathe": "1.1.2",
"prettier": "3.3.3",
"prettier": "3.4.1",
"scule": "1.3.0",
"tinyexec": "0.3.1",
"tinyglobby": "0.2.10",

View File

@ -27,15 +27,15 @@
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.4",
"@types/estree": "1.0.6",
"rollup": "4.27.3",
"rollup": "4.27.4",
"unbuild": "latest",
"vue": "3.5.13"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^6.0.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"clear": "^0.1.0",
"consola": "^3.2.3",
@ -49,7 +49,7 @@
"h3": "^1.13.0",
"jiti": "^2.4.0",
"knitwork": "^1.1.0",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"mlly": "^1.7.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
@ -58,12 +58,12 @@
"postcss": "^8.4.49",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.8.0",
"strip-literal": "^2.1.0",
"strip-literal": "^2.1.1",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.16.0",
"vite": "^5.4.11",
"vite-node": "^2.1.5",
"vite-node": "^2.1.6",
"vite-plugin-checker": "^0.8.0",
"vue-bundle-renderer": "^2.1.1"
},

View File

@ -45,7 +45,7 @@
"hash-sum": "^2.0.0",
"jiti": "^2.4.0",
"lodash-es": "4.17.21",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"memfs": "^4.14.0",
"mini-css-extract-plugin": "^2.9.2",
"mlly": "^1.7.3",
@ -74,7 +74,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@rspack/core": "1.1.2",
"@rspack/core": "1.1.4",
"@types/hash-sum": "1.0.2",
"@types/lodash-es": "4.17.12",
"@types/pify": "5.0.4",

File diff suppressed because it is too large Load Diff