Skip to content

chore(deps): bump the prod-deps group across 1 directory with 6 updates #3551

chore(deps): bump the prod-deps group across 1 directory with 6 updates

chore(deps): bump the prod-deps group across 1 directory with 6 updates #3551

Triggered via pull request October 21, 2024 19:10
Status Failure
Total duration 3m 26s
Artifacts

test-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test-e2e
Type '({ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => clien...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 58 more ...; extend: <const client e...'.
test-e2e
Type '((addr: `0x${string}`) => Promise<CannonSigner>) | ((addr: `0x${string}`) => Promise<{ address: `0x${string}`; wallet: viem.WalletClient; }>)' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
test-e2e
Argument of type '{ provider: { account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<......' is not assignable to parameter of type 'Omit<ChainBuilderRuntimeInfo, "subpkgDepth">'.
test-e2e
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 58 more ...; extend: <const client e...'.
test-e2e
Type '(addr: `0x${string}`) => Promise<{ address: `0x${string}`; wallet: { account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 60 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) =>...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
test-e2e
Argument of type 'TransactionRequest & { account: `0x${string}` | Account; chain: Chain; }' is not assignable to parameter of type 'PrepareTransactionRequestParameters<Chain | undefined, Account | undefined, Chain, `0x${string}` | Account | undefined, TransactionRequest & { account: `0x${string}` | Account; chain: Chain; }>'.
test-e2e
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....'. Two different types with this name exist, but they are unrelated.
test-e2e
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....'. Two different types with this name exist, but they are unrelated.
test-e2e
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & import("/home/runner/work/cannon/cannon/node_modules/....'. Two different types with this name exist, but they are unrelated.
test-e2e
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 25 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
test-e2e
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.