Skip to content

chore(deps): update all non-major dependencies #335

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #335

Triggered via pull request July 5, 2023 23:20
Status Failure
Total duration 44s
Artifacts

ci.yml

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

Annotations

10 errors
test (ubuntu-latest, 18.x): src/contract/subcontracts/cbt.ts#L35
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "web3Entry"; readonly type: "address"; }]; readonly stateMutability: "nonpayable"; readonly type: "constructor"; }, { readonly inputs: readonly [{ readonly indexed: true; readonly name: "account"; readonly type: "address"; }, { ...; }, { ...; }];...' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/cbt.ts#L69
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "web3Entry"; readonly type: "address"; }]; readonly stateMutability: "nonpayable"; readonly type: "constructor"; }, { readonly inputs: readonly [{ readonly indexed: true; readonly name: "account"; readonly type: "address"; }, { ...; }, { ...; }];...' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L61
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L98
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L135
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L250
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L278
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L306
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/character.ts#L596
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly indexed: false; readonly name: "version"; readonly type: "uint8"; }]; readonly name: "Initialized"; readonly type: "event"; }, { readonly inputs: readonly [{ readonly indexed: true; readonly name: "role"; readonly type: "bytes32"; }, { ...; }, { ...; }...' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.
test (ubuntu-latest, 18.x): src/contract/subcontracts/link.ts#L51
Argument of type 'WriteOverrides<readonly [{ readonly inputs: readonly [{ readonly name: "characterId"; readonly type: "uint256"; }]; readonly name: "ErrCharacterNotExists"; readonly type: "error"; }, { readonly inputs: readonly []; readonly name: "ErrHandleContainsInvalidCharacters"; readonly type: "error"; }, ... 131 more ..., { .....' is not assignable to parameter of type '{ account?: `0x${string}` | Account | undefined; chain?: Chain | null | undefined; type?: "legacy" | undefined; gas?: bigint | undefined; nonce?: number | undefined; value?: undefined; ... 4 more ...; dataSuffix?: `0x${string}` | undefined; } | { ...; } | { ...; } | undefined'.