Bump @typescript-eslint/parser from 6.7.5 to 6.8.0 #639
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
build:
src/http.ts#L117
Argument of type 'Request' is not assignable to parameter of type 'RequestInfo'.
|
build:
test/mock-api.ts#L7
Type 'FetchMockSandbox' is not assignable to type '{ (input: RequestInfo | URL, init?: RequestInit): Promise<Response>; (input: RequestInfo, init?: RequestInit): Promise<...>; }'.
|