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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-09 08:27:30 +02:00 committed by GitHub
parent 08f3677a5a
commit f188258016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 272 additions and 225 deletions

View File

@ -57,7 +57,7 @@ jobs:
run: pnpm build
- name: Cache dist
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
retention-days: 3
name: dist

View File

@ -19,7 +19,7 @@ jobs:
steps:
# Cache lychee results (e.g. to avoid hitting rate limits)
- name: Restore lychee cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}

View File

@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
if: github.repository == 'nuxt/nuxt' && success()
with:
name: SARIF file

View File

@ -49,7 +49,7 @@
"postcss": "8.4.47",
"rollup": "4.24.0",
"send": ">=0.19.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"ufo": "1.5.4",
"vite": "5.4.8",
"vue": "3.5.11"
@ -97,7 +97,7 @@
"std-env": "3.7.0",
"tinyexec": "0.3.0",
"tinyglobby": "0.2.9",
"typescript": "5.6.2",
"typescript": "5.6.3",
"ufo": "1.5.4",
"vitest": "2.1.2",
"vitest-environment-nuxt": "1.0.1",

File diff suppressed because it is too large Load Diff