fix(ignore): update zigbee-herdsman-converters to 21.21.0 #13382
Annotations
2 errors and 1 warning
Test:
test/extensions/bridge.test.ts#L3169
AssertionError: expected "spy" to be called with arguments: [ …(3) ]
Received:
1st spy call:
Array [
"zigbee2mqtt/bridge/response/device/generate_external_definition",
- "{\"data\":{\"id\":\"0x0017880104e45524\",\"source\":\"const {onOff} = require('zigbee-herdsman-converters/lib/modernExtend');\\n\\nconst definition = {\\n zigbeeModel: ['lumi.plug'],\\n model: 'lumi.plug',\\n vendor: '',\\n description: 'Automatically generated definition',\\n extend: [onOff({\\\"powerOnBehavior\\\":false})],\\n meta: {},\\n};\\n\\nmodule.exports = definition;\"},\"status\":\"ok\"}",
+ "{\"data\":{\"id\":\"0x0017880104e45524\",\"source\":\"const * as m = require('zigbee-herdsman-converters/lib/modernExtend');\\n\\nconst definition = {\\n zigbeeModel: ['lumi.plug'],\\n model: 'lumi.plug',\\n vendor: '',\\n description: 'Automatically generated definition',\\n extend: [m.onOff({\\\"powerOnBehavior\\\":false})],\\n meta: {},\\n};\\n\\nmodule.exports = definition;\"},\"status\":\"ok\"}",
Object {
"qos": 0,
"retain": false,
},
]
Number of calls: 1
❯ test/extensions/bridge.test.ts:3169:38
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading