feat: zod v4 #14754
Annotations
10 errors
Build
Argument of type 'ZodError<any>' is not assignable to parameter of type 'ZodError<unknown>'.
|
Build
Expected 1 arguments, but got 2.
|
Build
Type '(error: ZodIssueOptionalMessage, ctx: ErrorMapCtx) => string | { message: string; } | null | undefined' is not assignable to type 'ZodErrorMap'.
|
Build
Argument of type 'ZodType<any, ZodTypeDef, any> | $ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>' is not assignable to parameter of type 'ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>'.
|
Build
Argument of type '{ syntaxHighlight: false | "shiki" | "prism" | { type: "shiki" | "prism"; excludeLangs: string[]; }; shikiConfig: { langs: ShikiLang[]; langAlias: Record<string, string>; ... 4 more ...; defaultColor?: string | ... 1 more ... | undefined; }; ... 4 more ...; smartypants: boolean; }' is not assignable to parameter of type 'AstroMarkdownProcessorOptions'.
|
Build
Argument of type 'string | ({ fallback: string; } & Record<string, unknown>) | undefined' is not assignable to parameter of type 'AssetsPrefix'.
|
Build
Argument of type 'string | ({ fallback: string; } & Record<string, unknown>) | undefined' is not assignable to parameter of type 'AssetsPrefix'.
|
Build
Type 'string | ({ fallback: string; } & Record<string, unknown>) | undefined' is not assignable to type 'AssetsPrefix'.
|
Build
Type 'unknown[]' is not assignable to type 'FontFamily[]'.
|
Build
'family' is of type 'unknown'.
|
Loading