build(deps): bump zod from 3.25.76 to 4.0.17 #2442
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; }'.
|
|
build:
src/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.tsx#L101
No overload matches this call.
|
|
build:
src/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.tsx#L74
No overload matches this call.
|