Skip to content

Release: 4.15.0

Release: 4.15.0 #1763

Triggered via pull request February 6, 2025 02:56
@noridevnoridev
synchronize #558
develop
Status Success
Total duration 11m 20s
Artifacts

lint.yml

on: pull_request
pnpm_install
46s
pnpm_install
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
typecheck (backend)
Type '{ id: string; updatedAt: Date | null; lastFetchedAt: Date | null; lastActiveDate: Date | null; hideOnlineStatus: boolean; username: string; usernameLower: string; name: string | null; ... 37 more ...; isSquareAvatars?: boolean | undefined; }' is not assignable to type 'MiUser'.
typecheck (backend)
Type '{ id: string; name: string | null; host: string | null; username: string; avatarUrl: string | null; avatarBlurhash: string | null; avatarDecorations: ({ id: string; url: string; } & {} & { ...; })[] | { ...; }[]; ... 10 more ...; badgeRoles: ({ ...; } & ... 1 more ... & { ...; })[]; }' is not assignable to type '{ id: string; name: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "藍"; }>; host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "cherrypick.example.com"; readonly description: "The local host is r...'.
typecheck (backend)
Process completed with exit code 2.
lint (frontend-shared): packages/frontend-shared/js/array.ts#L6
'EndoRelation' is defined but never used