Skip to content

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

chore(deps): update all non-major dependencies

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

Triggered via pull request October 31, 2023 01:46
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci: src/runtime/fetch/call.ts#L25
Argument of type 'import("/home/runner/work/unenv/unenv/src/runtime/node/http/_request").IncomingMessage' is not assignable to parameter of type 'import("http").IncomingMessage'.
ci: src/runtime/node/http/_request.ts#L17
Property 'connection' in type 'IncomingMessage' is not assignable to the same property in base type 'IncomingMessage'.
ci: src/runtime/node/http/_request.ts#L18
Property 'socket' in type 'IncomingMessage' is not assignable to the same property in base type 'IncomingMessage'.
ci: src/runtime/node/net/index.ts#L40
Type '{ Socket: any; Server: typeof Server; BlockList: typeof BlockList; SocketAddress: typeof SocketAddress; createServer: { (connectionListener?: ((socket: Socket) => void) | undefined): Server; (options?: ServerOpts | undefined, connectionListener?: ((socket: Socket) => void) | undefined): Server; }; ... 4 more ...; is...' is missing the following properties from type 'typeof import("node:net")': getDefaultAutoSelectFamily, setDefaultAutoSelectFamily, getDefaultAutoSelectFamilyAttemptTimeout, setDefaultAutoSelectFamilyAttemptTimeout
ci: src/runtime/node/net/socket.ts#L6
Class 'import("/home/runner/work/unenv/unenv/src/runtime/node/net/socket").Socket' incorrectly implements class 'import("net").Socket'. Did you mean to extend 'import("net").Socket' and inherit its members as a subclass?
ci: src/runtime/node/url/index.ts#L4
Unused '@ts-expect-error' directive.
ci
Process completed with exit code 1.