Skip to content

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

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

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

Triggered via pull request October 22, 2024 21:11
Status Failure
Total duration 3m 27s
Artifacts

website-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
cypress-run
Type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined' is not assignable to type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined'.
cypress-run
Type '(address: viem.Address) => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 20 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactP...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
cypress-run
Type '() => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 20 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactPartial<...>>(fn: (cli...' is not assignable to type '() => Promise<CannonSigner>'.
cypress-run
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected]_ut...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected]_ut...'.
cypress-run
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.
cypress-run
Type '{ account: { client: Client; entryPoint: { abi: Abi; address: `0x${string}`; version: EntryPointVersion; }; extend?: object | undefined; getAddress: () => Promise<`0x${string}`>; ... 18 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & ExactPartial<...>>...' 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<...>; }'.
cypress-run
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<...>; }'.
cypress-run
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...'.
cypress-run
Type '(addr: `0x${string}`) => Promise<CannonSigner | { 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: ...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
cypress-run
The inferred type of 'getContract' cannot be named without a reference to '.pnpm/[email protected][email protected][email protected]/node_modules/abitype'. This is likely not portable. A type annotation is necessary.