build(deps): bump @hey-api/client-fetch from 0.6.0 to 0.8.1 #188
Annotations
8 errors
Build the project:
src/planka.ts#L53
Type 'Client<Request, Response, unknown, RequestOptionsBase<false> & Config<false> & { headers: Headers; }>' is not assignable to type 'Client'.
|
Build the project:
src/planka.ts#L107
Argument of type 'Options<GetBoardRequest, false>' is not assignable to parameter of type 'Omit<RequestOptionsBase<false>, "url"> & { client?: Client<Request, Response, unknown, RequestOptions> | undefined; } & GetBoardRequest'.
|
Build the project:
src/planka.ts#L107
Type 'GetBoardRequest' does not satisfy the constraint 'TDataShape'.
|
Build the project:
src/planka.ts#L163
Argument of type 'Options<CreateCardRequest, false>' is not assignable to parameter of type 'OmitKeys<OptionsBase<false>, "body"> & CreateCardRequest & Pick<OptionsBase<false>, "headers">'.
|
Build the project:
src/planka.ts#L171
Type 'CreateCardRequest' does not satisfy the constraint 'TDataShape'.
|
Build the project:
src/planka.ts#L182
Argument of type 'Options<UpdateCardRequest>' is not assignable to parameter of type 'OmitKeys<OptionsBase<boolean>, "body"> & UpdateCardRequest & Pick<OptionsBase<boolean>, "headers">'.
|
Build the project:
src/planka.ts#L190
Type 'UpdateCardRequest' does not satisfy the constraint 'TDataShape'.
|
Build the project
The process '/usr/local/bin/yarn' failed with exit code 2
|
Loading