Skip to content

Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 #664

Bump @typescript-eslint/parser from 6.8.0 to 6.9.0

Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 #664

Triggered via pull request October 28, 2023 09:02
Status Success
Total duration 42s
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<...>; }'.