Sync/2024.11.0 #110
lint.yml
on: pull_request
pnpm_install
1m 1s
Matrix: lint
Matrix: typecheck
Annotations
14 errors
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteJobData'. Did you mean 'ScheduleNotePostJobData'?
|
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteQueue'. Did you mean 'ScheduleNotePostQueue'?
|
typecheck (backend)
Type '{ id: string; replyId: MiNote["id"] | null; reply: MiNote | null; renoteId: MiNote["id"] | null; renote: MiNote | null; threadId: string | null; text: string | null; name: string | null; ... 28 more ...; renoteUserHost: string | null; }' is not assignable to type 'MiNote'.
|
typecheck (backend)
Type '{ pinnedNotes?: ({ text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; id: string; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The ...' is not assignable to type '{ name: string; id: string; userId: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly format: "id"; }>; isSensitive: SchemaType<{ readonly type: "boolean"; readonly optional: false; readonly nullable: false; }>; ... 10 more ...; createdAt: string; } & {} & { ...; }'.
|
typecheck (backend)
A type predicate's type must be assignable to its parameter's type.
|
typecheck (backend)
Argument of type '() => Promise<{ maintainerName: string | null; maintainerEmail: string | null; version: string; name: string | null; shortName: string | null; uri: string; description: string | null; langs: string[]; ... 109 more ...; federationHosts: string[]; }>' is not assignable to parameter of type 'Executor<{ readonly tags: readonly ["meta"]; readonly requireCredential: true; readonly requireAdmin: true; readonly kind: "read:admin:meta"; readonly res: { readonly type: "object"; readonly optional: false; readonly nullable: false; readonly properties: { ...; }; }; }, { ...; }>'.
|
typecheck (backend)
Argument of type 'MiNote' is not assignable to parameter of type '{ id: string; createdAt: string; deletedAt?: string | null | undefined; text: string | null; cw?: string | null | undefined; userId: string; user: { id: string; name: string | null; username: string; ... 12 more ...; badgeRoles?: { ...; }[] | undefined; }; ... 27 more ...; myReaction?: string | ... 1 more ... | unde...'.
|
typecheck (backend)
Argument of type 'MiNote' is not assignable to parameter of type '{ id: string; createdAt: string; deletedAt?: string | null | undefined; text: string | null; cw?: string | null | undefined; userId: string; user: { id: string; name: string | null; username: string; ... 12 more ...; badgeRoles?: { ...; }[] | undefined; }; ... 27 more ...; myReaction?: string | ... 1 more ... | unde...'.
|
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteQueue'. Did you mean 'ScheduleNotePostQueue'?
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend):
packages/frontend/src/pages/admin/announcements.vue#L174
'loadingMore' is not defined
|
lint (frontend):
packages/frontend/src/pages/admin/announcements.vue#L176
'announcementsStatus' is not defined
|
lint (frontend):
packages/frontend/src/pages/admin/announcements.vue#L180
'loadingMore' is not defined
|
lint (frontend)
Process completed with exit code 1.
|