Skip to content

Commit 52c255b

Browse files
authored
fix(ignore): update zigbee-herdsman-converters to 23.10.0 (#26792)
1 parent badf107 commit 52c255b

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"winston-transport": "^4.9.0",
6464
"ws": "^8.18.1",
6565
"zigbee-herdsman": "3.4.3",
66-
"zigbee-herdsman-converters": "23.8.0",
66+
"zigbee-herdsman-converters": "23.10.0",
6767
"zigbee2mqtt-frontend": "0.9.4"
6868
},
6969
"devDependencies": {

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extensions/bridge.test.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -3172,18 +3172,16 @@ describe('Extension: Bridge', () => {
31723172
data: {
31733173
id: '0x0017880104e45524',
31743174
source:
3175-
"const m = require('zigbee-herdsman-converters/lib/modernExtend');\n" +
3175+
"import * as m from 'zigbee-herdsman-converters/lib/modernExtend';\n" +
31763176
'\n' +
3177-
'const definition = {\n' +
3177+
'export default {\n' +
31783178
" zigbeeModel: ['lumi.plug'],\n" +
31793179
" model: 'lumi.plug',\n" +
31803180
" vendor: '',\n" +
31813181
" description: 'Automatically generated definition',\n" +
31823182
' extend: [m.onOff({"powerOnBehavior":false})],\n' +
31833183
' meta: {},\n' +
3184-
'};\n' +
3185-
'\n' +
3186-
'module.exports = definition;',
3184+
'};\n',
31873185
},
31883186
status: 'ok',
31893187
}),

0 commit comments

Comments
 (0)