Build improvements and fixes #288
Annotations
7 errors and 12 warnings
|
test/unit/socket-construction-test.ts#L101
Argument of type 'typeof Socket' is not assignable to parameter of type 'Constructor<Socket>'.
|
test/unit/socket-construction-test.ts#L124
Argument of type 'typeof Socket' is not assignable to parameter of type 'Constructor<Socket>'.
|
|
test/unit/socket-construction-test.ts#L101
Argument of type 'typeof Socket' is not assignable to parameter of type 'Constructor<Socket>'.
|
test/unit/socket-construction-test.ts#L124
Argument of type 'typeof Socket' is not assignable to parameter of type 'Constructor<Socket>'.
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
examples/majordomo/broker.ts#L21
'blank' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L24
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L27
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/broker.ts#L39
Unexpected any value in conditional. An explicit comparison or type cast is required
|
examples/majordomo/broker.ts#L59
'blank' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
examples/majordomo/broker.ts#L88
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/index.ts#L7
Return values from promise executor functions cannot be read
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading