Skip to content

Merge remote-branch 'misskey/develop' #1797

Merge remote-branch 'misskey/develop'

Merge remote-branch 'misskey/develop' #1797

Triggered via push February 9, 2025 16:43
Status Success
Total duration 9m 49s
Artifacts

lint.yml

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

Annotations

4 errors and 1 warning
typecheck (sw)
Type 'ParameterizedString<"userName">' is not assignable to type 'string'.
typecheck (sw)
Process completed with exit code 2.
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 | ... 1 more ... | undefined; }' is not assignable to type 'MiUser'.
typecheck (backend)
Process completed with exit code 2.
lint (frontend-shared): packages/frontend-shared/js/array.ts#L6
'EndoRelation' is defined but never used