Skip to content

build(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26 #247

build(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26

build(deps-dev): bump @types/dockerode from 3.3.24 to 3.3.26 #247

Triggered via pull request March 11, 2024 20:13
Status Failure
Total duration 1m 5s
Artifacts

check.yaml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 5 warnings
check (16.x): src/utils/docker.ts#L134
No overload matches this call.
check (16.x): src/utils/docker.ts#L136
Property 'length' does not exist on type 'void & Promise<NetworkInspectInfo[]>'.
check (16.x): src/utils/docker.ts#L458
No overload matches this call.
check (16.x): src/utils/docker.ts#L460
Property 'length' does not exist on type 'void & Promise<ContainerInfo[]>'.
check (16.x): src/utils/docker.ts#L464
Property 'length' does not exist on type 'void & Promise<ContainerInfo[]>'.
check (16.x): src/utils/docker.ts#L465
Property 'length' does not exist on type 'void & Promise<ContainerInfo[]>'.
check (16.x): src/utils/docker.ts#L468
Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'void & Promise<ContainerInfo[]>'.
check (16.x): src/utils/docker.ts#L468
Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'void & Promise<ContainerInfo[]>'.
check (16.x)
Process completed with exit code 2.
check (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check (16.x): src/utils/blockchain/account.ts#L12
Unexpected 'fixme' comment: 'FIXME: create GitHub issue about this...'
check (16.x): src/utils/docker.ts#L20
Unexpected 'todo' comment: 'TODO: This should be possible to...'
check (16.x): src/utils/docker.ts#L331
Unexpected 'fixme' comment: 'FIXME: create GitHub issue in dockerode...'
check (16.x): src/utils/docker.ts#L547
'beeDebugApiUrl' is assigned a value but never used. Allowed unused vars must match /^_/u