Skip to content

chore(deps): bump ts-morph from 24.0.0 to 25.0.0 #207

chore(deps): bump ts-morph from 24.0.0 to 25.0.0

chore(deps): bump ts-morph from 24.0.0 to 25.0.0 #207

Triggered via push January 1, 2025 06:29
Status Failure
Total duration 2m 17s
Artifacts

not-main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test/packages/enttec-open-dmx-usb.test.ts > [email protected]: test/packages/enttec-open-dmx-usb.test.ts#L9
Error: Snapshot `[email protected] 1` mismatched - Expected + Received @@ -81,11 +81,14 @@ "file": "/enttec-open-dmx-usb/dist/index.d.ts", "id": "+class.EnttecOpenDMXUSBDevice.+method.setChannels", "kind": "class-method", "line": 40, "name": "setChannels", - "signature": "setChannels: (channels: any, clear?: boolean) => void;", + "signature": "setChannels: ( + channels: Buffer | number[] | Record<number, number>, + clear?: boolean, + ) => void;", }, { "docs": [ "/** * Start sending. ❯ test/packages/enttec-open-dmx-usb.test.ts:9:4
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636