Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 in the typescript group across 1 directory #10751

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 in the typescript group across 1 directory

chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 in the typescript group across 1 directory #10751

Triggered via pull request September 9, 2024 00:03
Status Failure
Total duration 1m 44s
Artifacts

build.yml

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

Annotations

9 errors
build (ubuntu-22.04, -- --coverage): 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; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
build (ubuntu-22.04, -- --coverage): src/component/parser/json/converter/ProcessConverter.ts#L337
Argument of type '(TBaseElement | TLinkEventDefinition | TConditionalEventDefinition | TMessageEventDefinition | ... 4 more ... | TTimerEventDefinition)[]' is not assignable to parameter of type 'RegisteredEventDefinition[]'.
build (ubuntu-22.04, -- --coverage)
Process completed with exit code 2.
build (macos-13): 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; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
build (macos-13): src/component/parser/json/converter/ProcessConverter.ts#L337
Argument of type '(TBaseElement | TLinkEventDefinition | TConditionalEventDefinition | TMessageEventDefinition | ... 4 more ... | TTimerEventDefinition)[]' is not assignable to parameter of type 'RegisteredEventDefinition[]'.
build (macos-13)
Process completed with exit code 2.
build (windows-2022): 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; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }'.
build (windows-2022): src/component/parser/json/converter/ProcessConverter.ts#L337
Argument of type '(TBaseElement | TLinkEventDefinition | TConditionalEventDefinition | TMessageEventDefinition | ... 4 more ... | TTimerEventDefinition)[]' is not assignable to parameter of type 'RegisteredEventDefinition[]'.
build (windows-2022)
Process completed with exit code 1.