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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-13 13:37:54 +01:00 committed by GitHub
parent d195930aae
commit cae13aaa24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 83 additions and 83 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable

View File

@ -25,7 +25,7 @@ jobs:
restore-keys: cache-lychee-
# check links with Lychee
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Lychee link checker
uses: lycheeverse/lychee-action@25a231001d1723960a301b7d4c82884dc7ef857d # for v1.8.0

View File

@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -72,7 +72,7 @@ jobs:
- build
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -111,7 +111,7 @@ jobs:
module: ["bundler", "node"]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -142,7 +142,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -166,7 +166,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -218,7 +218,7 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
@ -248,7 +248,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@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
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 }}
@ -270,7 +270,7 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable
@ -309,7 +309,7 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable

View File

@ -17,6 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'Dependency Review'
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3

View File

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# From https://github.com/rhysd/actionlint/blob/main/docs/usage.md#use-actionlint-on-github-actions
- name: Check workflow files
run: |

View File

@ -29,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.issue.pull_request.head.sha }}
fetch-depth: 0

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable

View File

@ -10,7 +10,7 @@ jobs:
reproduire:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction

View File

@ -32,7 +32,7 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

View File

@ -56,7 +56,7 @@
"@types/fs-extra": "11.0.4",
"@types/node": "20.14.2",
"@types/semver": "7.5.8",
"@unhead/schema": "1.9.12",
"@unhead/schema": "1.9.13",
"@vitejs/plugin-vue": "5.0.4",
"@vitest/coverage-v8": "1.6.0",
"@vue/test-utils": "2.4.6",
@ -66,7 +66,7 @@
"devalue": "5.0.0",
"eslint": "9.4.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-perfectionist": "2.10.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-typegen": "0.2.4",
"execa": "9.2.0",
"fs-extra": "11.2.0",

View File

@ -65,9 +65,9 @@
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.5.4",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.9.12",
"@unhead/ssr": "^1.9.12",
"@unhead/vue": "^1.9.12",
"@unhead/dom": "^1.9.13",
"@unhead/ssr": "^1.9.13",
"@unhead/vue": "^1.9.13",
"@vue/shared": "^3.4.27",
"acorn": "8.11.3",
"c12": "^1.11.1",

View File

@ -39,7 +39,7 @@
"@types/file-loader": "5.0.4",
"@types/pug": "2.0.10",
"@types/sass-loader": "8.0.8",
"@unhead/schema": "1.9.12",
"@unhead/schema": "1.9.13",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "4.0.0",
"@vue/compiler-core": "3.4.27",

View File

@ -51,8 +51,8 @@ importers:
specifier: 7.5.8
version: 7.5.8
'@unhead/schema':
specifier: 1.9.12
version: 1.9.12
specifier: 1.9.13
version: 1.9.13
'@vitejs/plugin-vue':
specifier: 5.0.4
version: 5.0.4(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vue@3.4.27(typescript@5.4.5))
@ -81,8 +81,8 @@ importers:
specifier: 3.1.0
version: 3.1.0
eslint-plugin-perfectionist:
specifier: 2.10.0
version: 2.10.0(eslint@9.4.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint@9.4.0))
specifier: 2.11.0
version: 2.11.0(eslint@9.4.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint@9.4.0))
eslint-typegen:
specifier: 0.2.4
version: 0.2.4(eslint@9.4.0)
@ -274,14 +274,14 @@ importers:
specifier: ^14.18.0 || >=16.10.0
version: 20.14.2
'@unhead/dom':
specifier: ^1.9.12
version: 1.9.12
specifier: ^1.9.13
version: 1.9.13
'@unhead/ssr':
specifier: ^1.9.12
version: 1.9.12
specifier: ^1.9.13
version: 1.9.13
'@unhead/vue':
specifier: ^1.9.12
version: 1.9.12(vue@3.4.27(typescript@5.4.5))
specifier: ^1.9.13
version: 1.9.13(vue@3.4.27(typescript@5.4.5))
'@vue/shared':
specifier: ^3.4.27
version: 3.4.27
@ -513,8 +513,8 @@ importers:
specifier: 8.0.8
version: 8.0.8
'@unhead/schema':
specifier: 1.9.12
version: 1.9.12
specifier: 1.9.13
version: 1.9.13
'@vitejs/plugin-vue':
specifier: 5.0.4
version: 5.0.4(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vue@3.4.27(typescript@5.4.5))
@ -918,7 +918,7 @@ importers:
dependencies:
'@unhead/shared':
specifier: latest
version: 1.9.12
version: 1.9.13
'@vue/devtools-api':
specifier: latest
version: 6.6.3
@ -930,7 +930,7 @@ importers:
version: link:../packages/nuxt
unhead:
specifier: latest
version: 1.9.12
version: 1.9.13
vue:
specifier: 3.4.27
version: 3.4.27(typescript@5.4.5)
@ -946,10 +946,10 @@ importers:
devDependencies:
'@unhead/dom':
specifier: latest
version: 1.9.12
version: 1.9.13
'@unhead/shared':
specifier: latest
version: 1.9.12
version: 1.9.13
'@vue/devtools-api':
specifier: latest
version: 6.6.3
@ -964,7 +964,7 @@ importers:
version: 1.5.3
unhead:
specifier: latest
version: 1.9.12
version: 1.9.13
unplugin:
specifier: latest
version: 1.10.1
@ -1020,7 +1020,7 @@ importers:
devDependencies:
'@unhead/shared':
specifier: latest
version: 1.9.12
version: 1.9.13
'@vue/devtools-api':
specifier: latest
version: 6.6.3
@ -1029,7 +1029,7 @@ importers:
version: 3.4.27
unhead:
specifier: latest
version: 1.9.12
version: 1.9.13
test/fixtures/suspense:
dependencies:
@ -1042,7 +1042,7 @@ importers:
devDependencies:
'@unhead/shared':
specifier: latest
version: 1.9.12
version: 1.9.13
'@vue/devtools-api':
specifier: latest
version: 6.6.3
@ -1054,7 +1054,7 @@ importers:
version: 5.4.5
unhead:
specifier: latest
version: 1.9.12
version: 1.9.13
packages:
@ -2795,20 +2795,20 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
'@unhead/dom@1.9.12':
resolution: {integrity: sha512-3MY1TbZmEjGNZapi3wvJW0vWNS2CLKHt7/m57sScDHCNvNBe1mTwrIOhtZFDgAndhml2EVQ68RMa0Vhum/M+cw==}
'@unhead/dom@1.9.13':
resolution: {integrity: sha512-Fzc929W+5f88c90kn9aKs7EbgRBhphArMqBbifre134GWgrgDVR0odoadNa7i9eH4roPEDE1FIGcKVWuxOIHbg==}
'@unhead/schema@1.9.12':
resolution: {integrity: sha512-ue2FKyIZKsuZDpWJBMlBGwMm4s+vFeU3NUWsNt8Z+2JkOUIqO/VG43LxNgY1M595bOS71Gdxk+G9VtzfKJ5uEA==}
'@unhead/schema@1.9.13':
resolution: {integrity: sha512-keOfTXC/tI21fURcEszBHgGvIg2AszQVQEXBG5BYgC2TQph25Bmv7Fk8W2ogFmj+DdZmFiDnSJdz/NKv3bqnTQ==}
'@unhead/shared@1.9.12':
resolution: {integrity: sha512-72wlLXG3FP3sXUrwd42Uv8jYpHSg4R6IFJcsl+QisRjKM89JnjOFSw1DqWO4IOftW5xOxS4J5v7SQyJ4NJo7Bw==}
'@unhead/shared@1.9.13':
resolution: {integrity: sha512-zNlJ2i5WonQZu/UMHJJzYMyBLhlCCxj1JxHL6lEG+Z6XiERfJDFr8mEAsQY7M2KrGAHR+WRBxNVoLw03j/kfrA==}
'@unhead/ssr@1.9.12':
resolution: {integrity: sha512-EbUT55CzAYsXL/A1hjxpDoK0EitV3n1YZVWHfdE+I8Qe13EL/tnQwco2AYILjb1gtA4s70n3PjTNGeJ17cHPnw==}
'@unhead/ssr@1.9.13':
resolution: {integrity: sha512-YjYrZ3u9uNDzrMybWMVFE0bDcMWBV6Dyqba2Sjq6x84NBRBpZfcUrc7v58iwp5m4XBNfyPs1+r5tOSV0qCiGww==}
'@unhead/vue@1.9.12':
resolution: {integrity: sha512-keE4EuswgzCqVU7zmZprU+ToMvNWc3s8NoLreH5AtJd2u0FgBygD8sxRVyEnZw1KwFYOJ2C7yD2TChSKZioPGQ==}
'@unhead/vue@1.9.13':
resolution: {integrity: sha512-vIMNrB0kZ/3zalmE4j64eBLTkXkrcms78YbptXLvfnnQ9BLGiwsSuB3c0e+4S5Cn1dpMqUTfg5e/hCQYGDMhEA==}
peerDependencies:
vue: 3.4.27
@ -4261,13 +4261,13 @@ packages:
resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==}
engines: {node: '>=5.0.0'}
eslint-plugin-perfectionist@2.10.0:
resolution: {integrity: sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w==}
eslint-plugin-perfectionist@2.11.0:
resolution: {integrity: sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw==}
peerDependencies:
astro-eslint-parser: ^0.16.0
astro-eslint-parser: ^1.0.2
eslint: '>=8.0.0'
svelte: '>=3.0.0'
svelte-eslint-parser: ^0.33.0
svelte-eslint-parser: ^0.37.0
vue-eslint-parser: '>=9.0.0'
peerDependenciesMeta:
astro-eslint-parser:
@ -7165,8 +7165,8 @@ packages:
unenv@1.9.0:
resolution: {integrity: sha512-QKnFNznRxmbOF1hDgzpqrlIf6NC5sbZ2OJ+5Wl3OX8uM+LUJXbj4TXvLJCtwbPTmbMHCLIz6JLKNinNsMShK9g==}
unhead@1.9.12:
resolution: {integrity: sha512-s6VxcTV45hy8c/IioKQOonFnAO+kBOSpgDfqEHhnU0YVSQYaRPEp9pzW1qSPf0lx+bg9RKeOQyNNbSGGUP26aQ==}
unhead@1.9.13:
resolution: {integrity: sha512-r7O7s5nw1vUrolueEitawh1HnrzXoekHPM1gsYMF3Tu0A2SzochDJw/1F+Nhu3e073rJ9cUGZqobZY3+RZS4Ew==}
unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
@ -8913,7 +8913,7 @@ snapshots:
'@types/stripe-v3': 3.1.33
'@types/vimeo__player': 2.18.3
'@types/youtube': 0.0.50
'@unhead/vue': 1.9.12(vue@3.4.27(typescript@5.4.5))
'@unhead/vue': 1.9.13(vue@3.4.27(typescript@5.4.5))
'@vueuse/core': 10.10.1(vue@3.4.27(typescript@5.4.5))
consola: 3.2.3
defu: 6.1.4
@ -9700,31 +9700,31 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.9.12':
'@unhead/dom@1.9.13':
dependencies:
'@unhead/schema': 1.9.12
'@unhead/shared': 1.9.12
'@unhead/schema': 1.9.13
'@unhead/shared': 1.9.13
'@unhead/schema@1.9.12':
'@unhead/schema@1.9.13':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
'@unhead/shared@1.9.12':
'@unhead/shared@1.9.13':
dependencies:
'@unhead/schema': 1.9.12
'@unhead/schema': 1.9.13
'@unhead/ssr@1.9.12':
'@unhead/ssr@1.9.13':
dependencies:
'@unhead/schema': 1.9.12
'@unhead/shared': 1.9.12
'@unhead/schema': 1.9.13
'@unhead/shared': 1.9.13
'@unhead/vue@1.9.12(vue@3.4.27(typescript@5.4.5))':
'@unhead/vue@1.9.13(vue@3.4.27(typescript@5.4.5))':
dependencies:
'@unhead/schema': 1.9.12
'@unhead/shared': 1.9.12
'@unhead/schema': 1.9.13
'@unhead/shared': 1.9.13
hookable: 5.5.3
unhead: 1.9.12
unhead: 1.9.13
vue: 3.4.27(typescript@5.4.5)
'@unocss/astro@0.60.4(rollup@4.18.0)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))':
@ -11625,7 +11625,7 @@ snapshots:
eslint-plugin-no-only-tests@3.1.0: {}
eslint-plugin-perfectionist@2.10.0(eslint@9.4.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint@9.4.0)):
eslint-plugin-perfectionist@2.11.0(eslint@9.4.0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint@9.4.0)):
dependencies:
'@typescript-eslint/utils': 7.9.0(eslint@9.4.0)(typescript@5.4.5)
eslint: 9.4.0
@ -15068,11 +15068,11 @@ snapshots:
node-fetch-native: 1.6.4
pathe: 1.1.2
unhead@1.9.12:
unhead@1.9.13:
dependencies:
'@unhead/dom': 1.9.12
'@unhead/schema': 1.9.12
'@unhead/shared': 1.9.12
'@unhead/dom': 1.9.13
'@unhead/schema': 1.9.13
'@unhead/shared': 1.9.13
hookable: 5.5.3
unicode-emoji-modifier-base@1.0.0: {}