chore: update dependencies, Node.js, pnpm, and GitHub Actions (#13515)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
1 parent
6c0b2ed636
commit
4c85370bf7
9 files changed
+65
-65
No files matched your search
@@ -12,7 +12,7 @@ runs:
|
||||
|
||||
steps:
|
||||
- name: Install cargo-binstall
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-binstall
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: ./.github/actions/rustup
|
||||
|
||||
- name: Install cargo-unused-features
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-unused-features
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Install cargo-udeps
|
||||
if: steps.filter.outputs.src == 'true'
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-udeps
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: just
|
||||
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
run: just install
|
||||
|
||||
- name: Install cargo-nextest
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
@@ -308,7 +308,7 @@ jobs:
|
||||
|
||||
- name: Install cargo-deny
|
||||
if: github.event_name == 'merge_group' || steps.filter.outputs.src == 'true'
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-deny
|
||||
|
||||
|
||||
@@ -65,12 +65,12 @@ jobs:
|
||||
uses: ./.github/actions/rustup
|
||||
|
||||
- name: Install cargo-llvm-cov
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-llvm-cov
|
||||
|
||||
- name: Install cargo-nextest
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: just
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ jobs:
|
||||
packages: hyperfine@1.18.0
|
||||
|
||||
- name: Install just
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: just
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install critcmp
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: critcmp
|
||||
|
||||
|
||||
@@ -491,7 +491,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install cross
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cross
|
||||
|
||||
@@ -951,7 +951,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install cross
|
||||
uses: taiki-e/install-action@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2.85.4
|
||||
uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf # v2.85.5
|
||||
with:
|
||||
tool: cross
|
||||
|
||||
|
||||
+2
-2
@@ -59,11 +59,11 @@
|
||||
"shx": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"packageManager": "pnpm@12.0.0-beta.1",
|
||||
"packageManager": "pnpm@12.0.0-beta.2",
|
||||
"devEngines": {
|
||||
"packageManager": {
|
||||
"name": "pnpm",
|
||||
"version": "12.0.0-beta.1",
|
||||
"version": "12.0.0-beta.2",
|
||||
"onFail": "download"
|
||||
},
|
||||
"runtime": {
|
||||
|
||||
Generated
+50
-50
@@ -7,115 +7,115 @@ importers:
|
||||
configDependencies: {}
|
||||
packageManagerDependencies:
|
||||
'@pnpm/exe':
|
||||
specifier: 12.0.0-beta.1
|
||||
version: 12.0.0-beta.1
|
||||
specifier: 12.0.0-beta.2
|
||||
version: 12.0.0-beta.2
|
||||
pnpm:
|
||||
specifier: 12.0.0-beta.1
|
||||
version: 12.0.0-beta.1
|
||||
specifier: 12.0.0-beta.2
|
||||
version: 12.0.0-beta.2
|
||||
|
||||
packages:
|
||||
|
||||
'@pnpm/exe.darwin-arm64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-8vye6K8E9N6BF7FQF5mUuCEbuRij0Ss+9UEZ+4kqMSEjF1lGDJSuiUDnJdd7MqmuXqPnf42bRrcQAi4qmMyBhA==}
|
||||
'@pnpm/exe.darwin-arm64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-AkIfunBjOPxt/T4BmtQbIMro0CErQiTr3H3UfiaP54guMF+0RKKe46briseecNQ6Vab7kvq8AifpTDyeYJUaBQ==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@pnpm/exe.darwin-x64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-ovRhBE4iy/HC2IHugeTMhuLQYKeFEiNU+N8zlUX0WYTQyCHhR7ijQ4VB0n+YGfsGiL65pSYAqozJnsqFIiWajA==}
|
||||
'@pnpm/exe.darwin-x64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-HMdm6Xi2+0ZFBJTTtYyAzTK9eQb8z5c7FdKo4347GM/gtAY6tY4ksdMlwAi0SVmMZGqerXuGxHE4Db6R2ptrDg==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@pnpm/exe.linux-arm64-musl@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-Ey+cWXAqZiMofihJxXW9i5NNhvqNG2vMTK/OioLlEMiyOCZyoAt1bVF7JMW6hWpYHhoiCS8N23HZP79njZzVmg==}
|
||||
'@pnpm/exe.linux-arm64-musl@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-/ot0+CnY9wT6GiKzAPiRt2nSPp4/BFAz33zOiwn0l4h5jouPKQVY4xWm6Kcs998KXBAor3WiRGM+2QMCjyNvuA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@pnpm/exe.linux-arm64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-zzr0AaHn60mzo2i73ssMVS9EnEBY8yQ7CbhEm7H/5SBYkgR/Bwp00/rvtVfpm4al8DpmoP8k2oexyPd59hPsGg==}
|
||||
'@pnpm/exe.linux-arm64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-u7ydYC1+3fZgWdXMgVGEQGgr1CwMNLcVn3uzhmWxVmFvxywfqI77s7vubzOnv2S38vZIrH++8S19o0i+rkVX/Q==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@pnpm/exe.linux-x64-musl@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-HEWHIQ/R/kzvPynMFGv9IjoZnNXupyXf/C//Dpgz3lMXGJQRJRKRzr4/9WbB7Yx2TzSgut/SCdWt/1wfZCoBMw==}
|
||||
'@pnpm/exe.linux-x64-musl@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-oEDE8mC2XlEKjPLMaTl/82nNtsTK29f7ocrf+YHTIXRy+VlY7sCMuH4nUWP9g0TItVJVXPpsHi81FP4URTRmEA==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@pnpm/exe.linux-x64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-GftlzkN9hQfqadEhQpzdDyT24uEVJK8SqQtu/aIYscaP1gbn6hf9vgeju6n/juVZPB4gt2tr3KtailSjDwP1jg==}
|
||||
'@pnpm/exe.linux-x64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-wRfnA0fO06/5GZjBWy+stqQXMWWxmEQowtEE5/NvIJuRBzsIipaXLrPZRkbalnASPBXiESZqib3vbQmnkbSiYg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@pnpm/exe.win32-arm64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-OujEPfyDbclhUY6lFJdEovz/Gr6eP/Mrlr3SeQgZnnlx7Ti1vd9M89cebQRYxfVg0meXP1TIwziIkIqZmCKeCw==}
|
||||
'@pnpm/exe.win32-arm64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-/zO1+iI2Trs2Bh5tjGtM5ctVpwqdh6jD2dBiYpekdvCIqDD7eHDDIjfYlgwT/Mu4emJ7aoiVxEFxjDg/eGwUWw==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@pnpm/exe.win32-x64@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-77fXIkk41hC8WsOEFtSZdPEiVNPixW94aRYOYW/r+8zpPJSMbHZx6oFSrVkZmLX9cbmUQ4LC+CV3AT9RnddBwA==}
|
||||
'@pnpm/exe.win32-x64@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-OHQpXeKHSLOmBVxKVTu7NYBKqVKI6X17SQrYyHGd7CMvzNc4A99/tKVjEIQmrAICDOGDR9I51JjZ6fNhXbDW/g==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@pnpm/exe@12.0.0-beta.1':
|
||||
resolution: {integrity: sha512-a8P3V65xsF9XgsnGXealxzJdUpjo/G6sqaq7jJ3MM7q2zMMNwNX7Mn5Z04m0ov1oO2X2SfbrjjVdSYFuGq3+SA==}
|
||||
'@pnpm/exe@12.0.0-beta.2':
|
||||
resolution: {integrity: sha512-HIKoHFdZyPh6jx8lEP9IPur8wx93cyzpPdshn2oEWF5g4PZUAw/BOTUPS69HujAguux9V6ofXQ1VVR4XsmcMng==}
|
||||
engines: {node: '>=18.*'}
|
||||
hasBin: true
|
||||
|
||||
pnpm@12.0.0-beta.1:
|
||||
resolution: {integrity: sha512-Y5ip1gQ0FzmFQnZiA3frjhXVOAkRcGKTB9oe1AstEWFHg3hoHnb3FC967E0gq55Lj3LS44rjQJdjKetU7zJelQ==}
|
||||
pnpm@12.0.0-beta.2:
|
||||
resolution: {integrity: sha512-v+W8TeaFKpHh8rmCra40ZGg4ZI9vNePguocwCaUX0fCeYBBcSrF9jCNJqi37ng4mDupmBKkCzmqpRbeUXHW0cw==}
|
||||
engines: {node: '>=18.*'}
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
|
||||
'@pnpm/exe.darwin-arm64@12.0.0-beta.1':
|
||||
'@pnpm/exe.darwin-arm64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.darwin-x64@12.0.0-beta.1':
|
||||
'@pnpm/exe.darwin-x64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-arm64-musl@12.0.0-beta.1':
|
||||
'@pnpm/exe.linux-arm64-musl@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-arm64@12.0.0-beta.1':
|
||||
'@pnpm/exe.linux-arm64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-x64-musl@12.0.0-beta.1':
|
||||
'@pnpm/exe.linux-x64-musl@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.linux-x64@12.0.0-beta.1':
|
||||
'@pnpm/exe.linux-x64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.win32-arm64@12.0.0-beta.1':
|
||||
'@pnpm/exe.win32-arm64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe.win32-x64@12.0.0-beta.1':
|
||||
'@pnpm/exe.win32-x64@12.0.0-beta.2':
|
||||
optional: true
|
||||
|
||||
'@pnpm/exe@12.0.0-beta.1':
|
||||
'@pnpm/exe@12.0.0-beta.2':
|
||||
optionalDependencies:
|
||||
'@pnpm/exe.darwin-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.darwin-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-arm64-musl': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-x64-musl': 12.0.0-beta.1
|
||||
'@pnpm/exe.win32-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.win32-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.darwin-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.darwin-x64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-arm64-musl': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-x64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-x64-musl': 12.0.0-beta.2
|
||||
'@pnpm/exe.win32-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.win32-x64': 12.0.0-beta.2
|
||||
|
||||
pnpm@12.0.0-beta.1:
|
||||
pnpm@12.0.0-beta.2:
|
||||
optionalDependencies:
|
||||
'@pnpm/exe.darwin-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.darwin-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-arm64-musl': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.linux-x64-musl': 12.0.0-beta.1
|
||||
'@pnpm/exe.win32-arm64': 12.0.0-beta.1
|
||||
'@pnpm/exe.win32-x64': 12.0.0-beta.1
|
||||
'@pnpm/exe.darwin-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.darwin-x64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-arm64-musl': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-x64': 12.0.0-beta.2
|
||||
'@pnpm/exe.linux-x64-musl': 12.0.0-beta.2
|
||||
'@pnpm/exe.win32-arm64': 12.0.0-beta.2
|
||||
'@pnpm/exe.win32-x64': 12.0.0-beta.2
|
||||
|
||||
---
|
||||
lockfileVersion: '9.0'
|
||||
|
||||
Reference in new issue
Block a user