Skip to content

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

chore(deps): update dependency typescript to v5

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

Re-run triggered July 17, 2025 15:05
Status Failure
Total duration 1m 42s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
compile
Process completed with exit code 2.
compile
'error' is of type 'unknown'.
compile
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; }'.