Skip to content

build(deps): bump chanfana from 2.8.3 to 3.0.0 #197

build(deps): bump chanfana from 2.8.3 to 3.0.0

build(deps): bump chanfana from 2.8.3 to 3.0.0 #197

Triggered via pull request January 5, 2026 19:23
Status Failure
Total duration 24s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/handler/api/index.ts#L12
No overload matches this call.
test: src/handler/api/index.ts#L11
No overload matches this call.
test: src/handler/api/index.ts#L10
No overload matches this call.
test: src/handler/api/index.ts#L9
No overload matches this call.
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>; }, "strip", z.ZodTypeAny, { token?: string | undefined; }, { token?: string | undefined; }>; }; 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/Landing.ts#L14
Conversion of type '{ summary: string; tags: string[]; request: { query: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; }; responses: { "200": { description: string; content: { ...; }; }; "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#L18
Conversion of type '{ summary: string; tags: string[]; request: { query: z.ZodObject<{ token: z.ZodString; StaffQuery: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { token: string; StaffQuery?: string | undefined; }, { ...; }>; }; 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/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, "many">; }, "strip", z.ZodTypeAny, { ...; }, { ...; }>; }; }; }; }; 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>'.