Skip to content

chore(deps): update all non-major dependencies #71

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #71

Triggered via pull request November 28, 2024 17:14
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
ci: src/node-utils/request.ts#L8
Class 'NodeRequestProxy' incorrectly implements interface 'xRequest'.
ci: src/node-utils/request.ts#L50
Property 'bytes' is missing in type 'NodeRequestProxy' but required in type 'xRequest'.
ci: src/node-utils/response.ts#L12
Class 'NodeFastResponse' incorrectly implements interface 'Response'.
ci: src/node.ts#L22
Conversion of type 'NodeRequestProxy' to type 'xRequest' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci
Process completed with exit code 2.
ci: playground/app.mjs#L5
'request' is defined but never used. Allowed unused args must match /^_/u