Skip to content

build(deps): bump zod from 3.25.76 to 4.0.17 #2448

build(deps): bump zod from 3.25.76 to 4.0.17

build(deps): bump zod from 3.25.76 to 4.0.17 #2448

Triggered via push August 28, 2025 20:03
Status Failure
Total duration 54s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Process completed with exit code 2.
build: src/components/Employee/PaymentMethod/usePaymentMethod.ts#L29
'curr' is of type 'unknown'.
build: src/components/Employee/PaymentMethod/usePaymentMethod.ts#L29
'acc' is of type 'unknown'.
build: src/components/Employee/PaymentMethod/usePaymentMethod.ts#L28
Argument of type '(input: any) => { message: string; }' is not assignable to parameter of type 'string | { path?: PropertyKey[] | undefined; abort?: boolean | undefined; when?: ((payload: ParsePayload<unknown>) => boolean) | undefined; params?: Record<string, any> | undefined; error?: string | $ZodErrorMap<NonNullable<$ZodIssue>> | undefined; message?: string | undefined; } | undefined'.
build: src/components/Employee/PaymentMethod/usePaymentMethod.ts#L28
Parameter 'input' implicitly has an 'any' type.
build: src/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.tsx#L112
Object literal may only specify known properties, and 'required_error' does not exist in type '{ error?: string | $ZodErrorMap<$ZodIssueInvalidType<unknown>> | undefined; message?: string | undefined; }'.