Skip to content

Merge remote-tracking branch 'origin/main' #53

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #53

Triggered via push October 27, 2024 15:32
Status Failure
Total duration 28s
Artifacts

ci.yml

on: push
check-server
18s
check-server
build-server
19s
build-server
Fit to window
Zoom out
Zoom in

Annotations

16 errors
check-server
Type 'Response<Request>' does not satisfy the constraint 'CSRFResponse<Request>'.
check-server
Argument of type '{ getSessionIdentifier: (req: Request, res: Response<Request>) => Promise<string>; getSecret: () => string; cookieOptions: { secure: boolean; path?: string | undefined; sameSite?: "none" | ... 2 more ... | undefined; domain?: string | undefined; name?: string | undefined; }; }' is not assignable to parameter of type 'DoubleCsrfConfig<Request, CSRFResponse<Request>>'.
check-server
Argument of type 'Response<Request>' is not assignable to parameter of type 'CSRFResponse<Request>'.
check-server
Type 'typeof Response' does not satisfy the constraint '{ new (req: Request): ServerResponse<Request>; prototype: ServerResponse<any>; fromWeb(writableStream: WritableStream<any>, options?: Pick<...> | undefined): Writable; ... 29 more ...; EventEmitterAsyncResource: typeof EventEmitterAsyncResource; }'.
check-server
Conversion of type 'Server<typeof Request, typeof Response>' to type 'Server<typeof IncomingMessage, typeof ServerResponse>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
check-server
Argument of type 'DoubleCsrfProtection<Request, CSRFResponse<Request>>' is not assignable to parameter of type 'string | string[] | App<Request, Response<Request>> | RouterHandler<Request, Response<Request>>'.
check-server
Argument of type 'DoubleCsrfProtection<Request, CSRFResponse<Request>>' is not assignable to parameter of type 'string | string[] | App<Request, Response<Request>> | RouterHandler<Request, Response<Request>>'.
check-server
Process completed with exit code 2.
build-server
Type 'Response<Request>' does not satisfy the constraint 'CSRFResponse<Request>'.
build-server
Argument of type '{ getSessionIdentifier: (req: Request, res: Response<Request>) => Promise<string>; getSecret: () => string; cookieOptions: { secure: boolean; path?: string | undefined; sameSite?: "none" | ... 2 more ... | undefined; domain?: string | undefined; name?: string | undefined; }; }' is not assignable to parameter of type 'DoubleCsrfConfig<Request, CSRFResponse<Request>>'.
build-server
Argument of type 'Response<Request>' is not assignable to parameter of type 'CSRFResponse<Request>'.
build-server
Type 'typeof Response' does not satisfy the constraint '{ new (req: Request): ServerResponse<Request>; prototype: ServerResponse<any>; fromWeb(writableStream: WritableStream<any>, options?: Pick<...> | undefined): Writable; ... 29 more ...; EventEmitterAsyncResource: typeof EventEmitterAsyncResource; }'.
build-server
Conversion of type 'Server<typeof Request, typeof Response>' to type 'Server<typeof IncomingMessage, typeof ServerResponse>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build-server
Argument of type 'DoubleCsrfProtection<Request, CSRFResponse<Request>>' is not assignable to parameter of type 'string | string[] | App<Request, Response<Request>> | RouterHandler<Request, Response<Request>>'.
build-server
Argument of type 'DoubleCsrfProtection<Request, CSRFResponse<Request>>' is not assignable to parameter of type 'string | string[] | App<Request, Response<Request>> | RouterHandler<Request, Response<Request>>'.
build-server
Process completed with exit code 2.