Skip to content

Bump the minor-patch group in /frontend with 2 updates #471

Bump the minor-patch group in /frontend with 2 updates

Bump the minor-patch group in /frontend with 2 updates #471

Triggered via pull request December 1, 2024 20:46
Status Failure
Total duration 24s
Artifacts

frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Property 'type' does not exist on type 'ButtonProps'.
build
This expression is not callable.
build
Property 'type' does not exist on type 'InputProps'.
build
Type '{ type: string; placeholder: string; value: string; autoComplete: string; onInput: (event: TargetedInputEvent<HTMLInputElement>) => void; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLInputElement>, "size"> & { size?: "lg" | undefined; className?: string | undefined; }'.
build
Type '{ type: string; size: "lg"; name: string; className: string; placeholder: string; value: string | undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLInputElement>, "size"> & { size?: "lg" | undefined; className?: string | undefined; }'.
build
Type '{ children: string; style: "fill"; size: "lg"; className: string; type: string; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<HTMLButtonElement>, "size"> & { size?: "lg" | undefined; style?: "fill" | ... 1 more ... | undefined; className?: string | undefined; children: ComponentChildren; } & Readonly<...>'.
build
Type '{ href: string; }' is not assignable to type 'SVGAttributes<SVGUseElement>'.
build
Argument of type '(request: Request, response: Response<unknown>, next: NextFunction) => void' is not assignable to parameter of type 'App<Request, Response<unknown>> | RouterPathOrHandler<Request, Response<unknown>>'.
build
Argument of type '(request: Request, response: Response<unknown>, next: NextFunction) => void' is not assignable to parameter of type 'App<Request, Response<unknown>> | RouterPathOrHandler<Request, Response<unknown>>'.
build
Cannot invoke an object which is possibly 'undefined'.