Skip to content

Update all development npm dependencies (2023-10-19) #163

Update all development npm dependencies (2023-10-19)

Update all development npm dependencies (2023-10-19) #163

Triggered via pull request October 19, 2023 07:10
Status Failure
Total duration 36s
Artifacts

build.yml

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

Annotations

22 errors
build (18.x): node_modules/@types/node/globals.d.ts#L85
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
build (18.x): src/Schema.test.ts#L190
Argument of type '3' is not assignable to parameter of type 'Numbers'.
build (18.x): src/Schema.test.ts#L191
Argument of type '-1' is not assignable to parameter of type 'Numbers'.
build (18.x): src/schema/errors.ts#L62
Argument of type '[]' is not assignable to parameter of type 'never'.
build (18.x): src/schema/utils.test.ts#L128
Argument of type 'Promise<string>' is not assignable to parameter of type '"ok"'.
build (18.x): src/schema/utils.test.ts#L174
Argument of type '() => Promise<number>' is not assignable to parameter of type '"ok"'.
build (18.x)
Process completed with exit code 2.
build (14.x)
The job was canceled because "_18_x" failed.
build (14.x): src/Schema.test.ts#L190
Argument of type '3' is not assignable to parameter of type 'Numbers'.
build (14.x): src/Schema.test.ts#L191
Argument of type '-1' is not assignable to parameter of type 'Numbers'.
build (14.x): src/schema/errors.ts#L62
Argument of type '[]' is not assignable to parameter of type 'never'.
build (14.x): src/schema/utils.test.ts#L128
Argument of type 'Promise<string>' is not assignable to parameter of type '"ok"'.
build (14.x): src/schema/utils.test.ts#L174
Argument of type '() => Promise<number>' is not assignable to parameter of type '"ok"'.
build (14.x)
Process completed with exit code 2.
build (16.x)
The job was canceled because "_18_x" failed.
build (16.x): node_modules/@types/node/globals.d.ts#L85
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
build (16.x): src/Schema.test.ts#L190
Argument of type '3' is not assignable to parameter of type 'Numbers'.
build (16.x): src/Schema.test.ts#L191
Argument of type '-1' is not assignable to parameter of type 'Numbers'.
build (16.x): src/schema/errors.ts#L62
Argument of type '[]' is not assignable to parameter of type 'never'.
build (16.x): src/schema/utils.test.ts#L128
Argument of type 'Promise<string>' is not assignable to parameter of type '"ok"'.
build (16.x): src/schema/utils.test.ts#L174
Argument of type '() => Promise<number>' is not assignable to parameter of type '"ok"'.
build (16.x)
The operation was canceled.