[Snyk] Security upgrade ethers from 5.7.2 to 6.0.0 #1223
deploy.yml
on: pull_request
Cancel Previous Runs
2s
sync_development_with_master
0s
Annotations
10 errors and 3 warnings
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Module '"ethers"' has no exported member 'utils'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Property 'deploy' in type 'ClaimManager__factory' is not assignable to the same property in base type 'ContractFactory<any[], BaseContract>'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Conversion of type 'Promise<BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>>' to type 'Promise<ClaimManager>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Property 'getDeployTransaction' in type 'ClaimManager__factory' is not assignable to the same property in base type 'ContractFactory<any[], BaseContract>'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Type 'Promise<ContractDeployTransaction>' has no properties in common with type 'TransactionRequest'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Property 'attach' does not exist on type 'ContractFactory<any[], BaseContract>'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Property 'connect' in type 'ClaimManager__factory' is not assignable to the same property in base type 'ContractFactory<any[], BaseContract>'.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Conversion of type 'ContractFactory<any[], BaseContract>' to type 'ClaimManager__factory' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Conversion of type 'Contract' to type 'ClaimManager' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
deploy:
ethers/factories/ClaimManager__factory.ts#L1
Argument of type 'Signer | Provider' is not assignable to parameter of type 'ContractRunner | null | undefined'.
|
Cancel Previous Runs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2-beta. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|