Skip to content

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

chore(deps): update dependency typescript to v5

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

Triggered via pull request October 9, 2024 01:06
Status Failure
Total duration 50s
Artifacts

pull_request.yaml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Test (16): node_modules/@types/node/globals.d.ts#L72
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; }'.
Test (16): node_modules/@types/node/module.d.ts#L106
Overload signatures must all be optional or required.
Test (16): node_modules/@types/node/url.d.ts#L878
Subsequent variable declarations must have the same type. Variable 'URLSearchParams' must be of type '{ new (init?: string | Record<string, string> | URLSearchParams | string[][] | undefined): URLSearchParams; prototype: URLSearchParams; }', but here has type '{ new (init?: string | Record<string, string> | URLSearchParams | string[][] | undefined): URLSearchParams; prototype: URLSearchParams; toString(): string; }'.
Test (16)
Process completed with exit code 2.
Test (12)
The job was canceled because "_16" failed.
Test (12)
Process completed with exit code 1.
Test (14)
The job was canceled because "_16" failed.
Test (14)
The operation was canceled.
Test (16)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected], actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/