Skip to content

Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 (#293) #686

Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 (#293)

Bump @typescript-eslint/parser from 6.9.1 to 6.10.0 (#293) #686

Triggered via push November 11, 2023 10:44
Status Success
Total duration 2m 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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<...>; }'.