Skip to content

chore(deps): update dependency typescript to v5 #1087

chore(deps): update dependency typescript to v5

chore(deps): update dependency typescript to v5 #1087

Triggered via pull request October 22, 2024 07:13
Status Failure
Total duration 22s
Artifacts

merge-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Release: node_modules/@types/node/globals.d.ts#L126
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
Release: src/request-interceptor/fetch-interceptor/fetch-interceptor.ts#L16
Type '(input: RequestInfo, init?: RequestInit | undefined) => Promise<Response>' is not assignable to type '((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<Response>) & ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<...>)'.
Release
Process completed with exit code 2.