Skip to content

chore(binding-mbus): enable strict type checking #1797

chore(binding-mbus): enable strict type checking

chore(binding-mbus): enable strict type checking #1797

Triggered via pull request August 11, 2023 14:21
Status Failure
Total duration 2m 33s
Artifacts

ci.yaml

on: pull_request
eslint
2m 23s
eslint
Check version consistency of packages
7s
Check version consistency of packages
Check coding style
14s
Check coding style
Matrix: setup-and-test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 6 warnings
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L95
Type 'null' is not assignable to type 'Timer'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L96
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L185
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L191
Type 'MBusTransaction | undefined' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L194
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L198
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L214
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L95
Type 'null' is not assignable to type 'Timer'.
setup-and-test (ubuntu-latest, 18.x): packages/binding-mbus/src/mbus-connection.ts#L252
Type 'null' is not assignable to type 'Timer'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L96
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L185
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L191
Type 'MBusTransaction | undefined' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L194
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L198
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L214
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 16.x): packages/binding-mbus/src/mbus-connection.ts#L252
Type 'null' is not assignable to type 'Timer'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L95
Type 'null' is not assignable to type 'Timer'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L96
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L185
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L191
Type 'MBusTransaction | undefined' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L194
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L198
Type 'null' is not assignable to type 'MBusTransaction'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L214
Argument of type 'unknown' is not assignable to parameter of type 'string'.
setup-and-test (ubuntu-latest, 20.x): packages/binding-mbus/src/mbus-connection.ts#L252
Type 'null' is not assignable to type 'Timer'.
Check version consistency of packages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check coding style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actionsx/prettier@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup-and-test (ubuntu-latest, 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup-and-test (ubuntu-latest, 16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup-and-test (ubuntu-latest, 20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/