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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-22 21:06:33 +01:00 committed by GitHub
parent d0601126f3
commit 084fc06d28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 376 additions and 352 deletions

View File

@ -55,7 +55,7 @@ jobs:
run: pnpm build run: pnpm build
- name: Cache dist - name: Cache dist
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with: with:
retention-days: 3 retention-days: 3
name: dist name: dist
@ -89,7 +89,7 @@ jobs:
queries: +security-and-quality queries: +security-and-quality
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with: with:
name: dist name: dist
path: packages path: packages
@ -122,7 +122,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with: with:
name: dist name: dist
path: packages path: packages
@ -222,7 +222,7 @@ jobs:
run: pnpm playwright-core install chromium run: pnpm playwright-core install chromium
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with: with:
name: dist name: dist
path: packages path: packages
@ -271,7 +271,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with: with:
name: dist name: dist
path: packages path: packages
@ -310,7 +310,7 @@ jobs:
run: pnpm install run: pnpm install
- name: Restore dist cache - name: Restore dist cache
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
with: with:
name: dist name: dist
path: packages path: packages

View File

@ -58,7 +58,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab. # format to the repository Actions tab.
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with: with:
name: SARIF file name: SARIF file
path: results.sarif path: results.sarif

View File

@ -37,10 +37,10 @@
"@nuxt/schema": "workspace:*", "@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.16.1", "rollup": "^4.16.2",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"vite": "5.2.10", "vite": "5.2.10",
"vue": "3.4.23", "vue": "3.4.24",
"magic-string": "^0.30.10" "magic-string": "^0.30.10"
}, },
"devDependencies": { "devDependencies": {
@ -85,7 +85,7 @@
"ufo": "1.5.3", "ufo": "1.5.3",
"vitest": "1.4.0", "vitest": "1.4.0",
"vitest-environment-nuxt": "1.0.0", "vitest-environment-nuxt": "1.0.0",
"vue": "3.4.23", "vue": "3.4.24",
"vue-router": "4.3.2", "vue-router": "4.3.2",
"vue-tsc": "2.0.14" "vue-tsc": "2.0.14"
}, },

View File

@ -69,7 +69,7 @@
"@unhead/dom": "^1.9.7", "@unhead/dom": "^1.9.7",
"@unhead/ssr": "^1.9.7", "@unhead/ssr": "^1.9.7",
"@unhead/vue": "^1.9.7", "@unhead/vue": "^1.9.7",
"@vue/shared": "^3.4.23", "@vue/shared": "^3.4.24",
"acorn": "8.11.3", "acorn": "8.11.3",
"c12": "^1.10.0", "c12": "^1.10.0",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
@ -112,7 +112,7 @@
"unplugin-vue-router": "^0.7.0", "unplugin-vue-router": "^0.7.0",
"unstorage": "^1.10.2", "unstorage": "^1.10.2",
"untyped": "^1.4.2", "untyped": "^1.4.2",
"vue": "^3.4.23", "vue": "^3.4.24",
"vue-bundle-renderer": "^2.0.0", "vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0", "vue-devtools-stub": "^0.1.0",
"vue-router": "^4.3.2" "vue-router": "^4.3.2"

View File

@ -41,8 +41,8 @@
"@unhead/schema": "1.9.7", "@unhead/schema": "1.9.7",
"@vitejs/plugin-vue": "5.0.4", "@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0", "@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.4.23", "@vue/compiler-core": "3.4.24",
"@vue/compiler-sfc": "3.4.23", "@vue/compiler-sfc": "3.4.24",
"@vue/language-core": "2.0.14", "@vue/language-core": "2.0.14",
"c12": "1.10.0", "c12": "1.10.0",
"esbuild-loader": "4.1.0", "esbuild-loader": "4.1.0",
@ -54,7 +54,7 @@
"unctx": "2.3.1", "unctx": "2.3.1",
"unenv": "1.9.0", "unenv": "1.9.0",
"vite": "5.2.10", "vite": "5.2.10",
"vue": "3.4.23", "vue": "3.4.24",
"vue-bundle-renderer": "2.0.0", "vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2", "vue-loader": "17.4.2",
"vue-router": "4.3.2", "vue-router": "4.3.2",

View File

@ -29,7 +29,7 @@
"@types/estree": "1.0.5", "@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.4.23" "vue": "3.4.24"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",

View File

@ -78,7 +78,7 @@
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.4.2", "@types/webpack-virtual-modules": "0.4.2",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.4.23" "vue": "3.4.24"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "vue": "^3.3.4"

File diff suppressed because it is too large Load Diff