Release: 4.15.0 #1763
lint.yml
on: pull_request
pnpm_install
46s
Matrix: lint
Matrix: typecheck
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
|