build(deps): bump zod from 3.25.67 to 4.1.12 #114
Annotations
10 errors
|
test:
src/handler/api/UseRule.ts#L45
Expected 2-3 arguments, but got 1.
|
|
test:
src/handler/api/UseRule.ts#L44
Expected 2-3 arguments, but got 1.
|
|
test:
src/handler/api/UseRule.ts#L22
Property 'schema' in type 'UseRuleController' is not assignable to the same property in base type 'OpenAPIRoute<any>'.
|
|
test:
src/handler/api/ListAnnouncement.ts#L16
Conversion of type '{ summary: string; tags: string[]; request: { query: z.ZodObject<{ token: z.ZodOptional<z.ZodString>; }, z.core.$strip>; }; responses: { "200": { description: string; content: { "application/json": { ...; }; }; }; }; }' to type '{ [x: `x-${string}`]: any; description?: string | undefined; tags?: string[] | undefined; summary?: string | undefined; externalDocs?: ExternalDocumentationObject | ExternalDocumentationObject | undefined; ... 9 more ...; "x-ignore"?: boolean | undefined; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/handler/api/Landing.ts#L14
Conversion of type '{ summary: string; tags: string[]; request: { query: z.ZodObject<{ token: z.ZodString; }, z.core.$strip>; }; responses: { "200": { description: string; content: { "application/json": { schema: z.ZodObject<...>; }; }; }; "400": { ...; }; }; }' to type '{ [x: `x-${string}`]: any; description?: string | undefined; tags?: string[] | undefined; summary?: string | undefined; externalDocs?: ExternalDocumentationObject | ExternalDocumentationObject | undefined; ... 9 more ...; "x-ignore"?: boolean | undefined; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/handler/api/GetAttendeeStatus.ts#L38
Expected 2-3 arguments, but got 1.
|
|
test:
src/handler/api/GetAttendeeStatus.ts#L37
Expected 2-3 arguments, but got 1.
|
|
test:
src/handler/api/GetAttendeeStatus.ts#L18
Conversion of type '{ summary: string; tags: string[]; request: { query: z.ZodObject<{ token: z.ZodString; StaffQuery: z.ZodOptional<z.ZodString>; }, z.core.$strip>; }; responses: { "200": { description: string; content: { ...; }; }; }; }' to type '{ [x: `x-${string}`]: any; description?: string | undefined; tags?: string[] | undefined; summary?: string | undefined; externalDocs?: ExternalDocumentationObject | ExternalDocumentationObject | undefined; ... 9 more ...; "x-ignore"?: boolean | undefined; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/handler/api/CreateAnnouncement.ts#L15
Conversion of type '{ summary: string; tags: string[]; request: { body: { content: { "application/json": { schema: z.ZodObject<{ msg_en: z.ZodString; msg_zh: z.ZodString; uri: z.ZodString; role: z.ZodArray<z.ZodString>; }, z.core.$strip>; }; }; }; }; responses: { ...; }; }' to type '{ [x: `x-${string}`]: any; description?: string | undefined; tags?: string[] | undefined; summary?: string | undefined; externalDocs?: ExternalDocumentationObject | ExternalDocumentationObject | undefined; ... 9 more ...; "x-ignore"?: boolean | undefined; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test:
src/handler/api/BaseController.ts#L5
Property 'handleValidationError' in type 'BaseController' is not assignable to the same property in base type 'OpenAPIRoute<any>'.
|