Skip to content

Refactor: chat

Refactor: chat #77

Triggered via pull request October 22, 2024 11:18
@BroKunBroKun
synchronize #60
chat
Status Failure
Total duration 2m 4s
Artifacts

ci.yml

on: pull_request
Matrix: CI: JavaScript
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
CI: JavaScript (20, 3.10) / CI
Property 'handleEventData' does not exist on type 'DefaultChatMessageItemModel'.
CI: JavaScript (20, 3.10) / CI
Could not find a declaration file for module 'lodash.debounce'. '/home/runner/work/magent/magent/node_modules/.pnpm/[email protected]/node_modules/lodash.debounce/index.js' implicitly has an 'any' type.
CI: JavaScript (20, 3.10) / CI
Object is of type 'unknown'.
CI: JavaScript (20, 3.10) / CI
Object is of type 'unknown'.
CI: JavaScript (20, 3.10) / CI
Parameter 'k' implicitly has an 'any' type.
CI: JavaScript (20, 3.10) / CI
Parameter 'kn' implicitly has an 'any' type.
CI: JavaScript (20, 3.10) / CI
Parameter 'kn' implicitly has an 'any' type.
CI: JavaScript (20, 3.10) / CI
Type 'NodeType[]' is not assignable to type 'Node<Record<string, unknown>, string>[]'.
CI: JavaScript (20, 3.10) / CI
Element implicitly has an 'any' type because expression of type '"config"' can't be used to index type 'NodeType'.
CI: JavaScript (20, 3.10) / CI
The operand of a 'delete' operator must be optional.
CI: JavaScript (20, 3.10) / CI
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/