V3.0 #351
Annotations
10 errors and 1 warning
tests
'style' is declared but its value is never read.
|
tests
Type '"message:update"' is not assignable to type '"message:create"'.
|
tests
Property 'id' does not exist on type 'MessageToSend'.
|
tests
Type 'string | undefined' is not assignable to type 'string'.
|
tests
Property 'attachments' does not exist on type 'MessageToSend | CommandToSend'.
|
tests
Property 'attachments' does not exist on type 'MessageToSend | CommandToSend'.
|
tests
Property 'channelId' does not exist on type 'MessageToSend | CommandToSend'.
|
tests
Property 'parentId' does not exist on type 'MessageToSend | CommandToSend'.
|
tests
Type 'MessageToSend | CommandToSend' is not assignable to type 'OutgoingCommandExecute | OutgoingMessageCreate'.
|
tests
Argument of type 'SyntheticEvent<Element, Event>' is not assignable to parameter of type 'Event'.
|
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|