chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #65
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
Build on node@v16
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test on node@v16
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test on node@v16:
src/accessories/garageDoorOpener.ts#L298
'context' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test on node@v16:
src/accessories/garageDoorOpener.ts#L312
'value' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Test on node@v16:
src/accessories/triggerSwitch.ts#L69
'accessory' is defined but never used. Allowed unused args must match /^_/u
|
Test on node@v16:
src/accessories/triggerSwitch.ts#L70
'controller' is defined but never used. Allowed unused args must match /^_/u
|
Test on node@v16:
src/accessories/triggerSwitch.ts#L71
'updates' is defined but never used. Allowed unused args must match /^_/u
|
Test on node@v16:
src/helpers/accessory.ts#L78
Unexpected any. Specify a different type
|
Test on node@v16:
src/helpers/accessory.ts#L78
Unexpected any. Specify a different type
|
Test on node@v16:
src/helpers/accessory.ts#L121
Unexpected any. Specify a different type
|
Test on node@v16:
src/helpers/accessory.ts#L121
Unexpected any. Specify a different type
|
Test on node@v16:
src/utils/basic.ts#L14
Forbidden non-null assertion
|