mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 02:08:24 +00:00
chore(deps-dev): bump @argos-ci/cli from 2.4.1 to 2.4.2
Bumps [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/argos-ci/argos-javascript/releases) - [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/cli@2.4.2/packages/core) --- updated-dependencies: - dependency-name: "@argos-ci/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
16e9b95392
commit
5ea3591f27
2 changed files with 32 additions and 7 deletions
|
|
@ -972,8 +972,8 @@ importers:
|
|||
website-argos:
|
||||
devDependencies:
|
||||
'@argos-ci/cli':
|
||||
specifier: ^2.4.1
|
||||
version: 2.4.1
|
||||
specifier: ^2.4.2
|
||||
version: 2.4.2
|
||||
'@argos-ci/playwright':
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
|
|
@ -1072,12 +1072,16 @@ packages:
|
|||
resolution: {integrity: sha512-csJMhcuvPS1vAO6NtfEJX8rZX7+hnm7GYQy24t9rhB9DESyegSS/KGCWoMtYGOmL+OSk9FJl0UkHdAD3tXmYdw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@argos-ci/api-client@0.5.0':
|
||||
resolution: {integrity: sha512-syJJmvLtJKQYXDmGYRb+ZKpzpSk/dReqhZZm2tnWn7ThxHaJRJ7Wu3J5nqDpCP3LxoYCVfvV/dmfoJO0v8+PbQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@argos-ci/browser@2.1.3':
|
||||
resolution: {integrity: sha512-C9/k32HrmkHkUT9KrhHuOvlli1ibPGE1nkToC6+t4cAmbJCIU8HFrVa6VG2UT3xJjLht+gpqvPwTbJAsCRXv3A==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@argos-ci/cli@2.4.1':
|
||||
resolution: {integrity: sha512-vW31kqwqCwW3Vq+5sm24vScLeiM5VSYAsaxM27uDRX2DyaP/Zv+KxGBmX1+tbsaxOF+kbWulbDadXyKU/wVwiQ==}
|
||||
'@argos-ci/cli@2.4.2':
|
||||
resolution: {integrity: sha512-1p76jW5gclSByQrzYBTWcn6B55H16kUNyaxIcJPn1esfX2c/3DOj26YnEU5D6pjqRp/TYMKZS4bA7Df5HCJadg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -1085,6 +1089,10 @@ packages:
|
|||
resolution: {integrity: sha512-k7S5aIhE3o9S27qJ+imn+5P9J1PIPM5ltKw67Tvt+xxgCLLQUlt8YbVz1YMppWY795l1MUg/4SpybySFjXorGQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@argos-ci/core@2.8.0':
|
||||
resolution: {integrity: sha512-n7WUnlK+QI9L/bbPrg88xrxojGdEe//+RIJKx1iIUEqgIMp5K8f9ANcpYGSS/d9BWASg7eFoXm5d6iRCz0Mrgw==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
'@argos-ci/playwright@3.5.3':
|
||||
resolution: {integrity: sha512-BwtbBqzsSrwVWsUT2qKSYr6fG4VcC9QlAiBSEVDscO55r7PGr7AwMmPaj58Zi4fQk1ruMC8cjOWrFzj/HAuBIA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
|
@ -10930,11 +10938,15 @@ snapshots:
|
|||
dependencies:
|
||||
openapi-fetch: 0.11.2
|
||||
|
||||
'@argos-ci/api-client@0.5.0':
|
||||
dependencies:
|
||||
openapi-fetch: 0.11.2
|
||||
|
||||
'@argos-ci/browser@2.1.3': {}
|
||||
|
||||
'@argos-ci/cli@2.4.1':
|
||||
'@argos-ci/cli@2.4.2':
|
||||
dependencies:
|
||||
'@argos-ci/core': 2.7.0
|
||||
'@argos-ci/core': 2.8.0
|
||||
commander: 12.1.0
|
||||
ora: 8.1.0
|
||||
update-notifier: 7.3.0
|
||||
|
|
@ -10954,6 +10966,19 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@argos-ci/core@2.8.0':
|
||||
dependencies:
|
||||
'@argos-ci/api-client': 0.5.0
|
||||
'@argos-ci/util': 2.1.1
|
||||
axios: 1.7.5(debug@4.3.6)
|
||||
convict: 6.2.4
|
||||
debug: 4.3.6
|
||||
fast-glob: 3.3.2
|
||||
sharp: 0.33.5
|
||||
tmp: 0.2.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@argos-ci/playwright@3.5.3':
|
||||
dependencies:
|
||||
'@argos-ci/browser': 2.1.3
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"upload": "npx @argos-ci/cli upload ./screenshots"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@argos-ci/cli": "^2.4.1",
|
||||
"@argos-ci/cli": "^2.4.2",
|
||||
"@argos-ci/playwright": "^3.5.3",
|
||||
"@playwright/test": "1.46.1",
|
||||
"cheerio": "^1.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue