chore(deps): bump @openzeppelin/hardhat-upgrades from 3.4.0 to 3.8.0 #3290
Annotations
10 errors
Setup environment:
packages/hardhat-zksync-ethers/dist/type-extensions.d.ts#L27
Subsequent property declarations must have the same type. Property 'ethers' must be of type 'typeof import("/Users/runner/work/hardhat-zksync/hardhat-zksync/node_modules/ethers/lib.commonjs/ethers") & HardhatEthersHelpers', but here has type 'typeof import("/Users/runner/work/hardhat-zksync/hardhat-zksync/node_modules/zksync-ethers/build/index") & typeof import("/Users/runner/work/hardhat-zksync/hardhat-zksync/node_modules/ethers/lib.commonjs/ethers") & HardhatZksyncEthersHelpers & HardhatEthersHelpers'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/type-extensions.ts#L8
Subsequent property declarations must have the same type. Property 'upgrades' must be of type 'HardhatUpgrades', but here has type 'HardhatZksyncUpgrades & HardhatUpgradesOZ'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/type-extensions.ts#L9
Subsequent property declarations must have the same type. Property 'defender' must be of type 'DefenderHardhatUpgrades', but here has type 'DefenderHardhatUpgradesOZ'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/type-extensions.ts#L22
Subsequent property declarations must have the same type. Property 'defender' must be of type 'HardhatDefenderConfig | undefined', but here has type 'HardhatDefenderConfig | undefined'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/type-extensions.ts#L26
Subsequent property declarations must have the same type. Property 'defender' must be of type 'HardhatDefenderConfig | undefined', but here has type 'HardhatDefenderConfig | undefined'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/plugin.ts#L42
Object literal may only specify known properties, and 'deploymentType' does not exist in type 'DeployBeaconOptions'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/plugin.ts#L53
Expected 2-4 arguments, but got 5.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/plugin.ts#L62
Type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>' is not assignable to type 'Contract'.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/plugin.ts#L96
Expected 1-3 arguments, but got 4.
|
Setup environment:
packages/hardhat-zksync-upgradable/src/plugin.ts#L107
Type 'BaseContract & { deploymentTransaction(): ContractTransactionResponse; } & Omit<BaseContract, keyof BaseContract>' is not assignable to type 'Contract'.
|
Loading