chore(deps): bump ts-morph from 24.0.0 to 25.0.0 #207
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
|