Skip to content

Bump eslint from 8.54.0 to 8.55.0 #720

Bump eslint from 8.54.0 to 8.55.0

Bump eslint from 8.54.0 to 8.55.0 #720

Triggered via pull request December 2, 2023 10:03
Status Success
Total duration 2m 43s
Artifacts

ci.yml

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