Skip to content

Merge pull request #44 from team-shahu/feat/toggle-favorite-button #101

Merge pull request #44 from team-shahu/feat/toggle-favorite-button

Merge pull request #44 from team-shahu/feat/toggle-favorite-button #101

Triggered via push November 12, 2024 02:54
Status Success
Total duration 9m 14s
Artifacts

lint.yml

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

Annotations

12 errors
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteJobData'.
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteQueue'.
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)
Cannot find name 'ScheduledNoteDeleteQueue'.
typecheck (backend)
Process completed with exit code 2.
lint (frontend): packages/frontend/src/pages/admin/announcements.vue#L176
'announcementsStatus' is not defined
lint (frontend)
Process completed with exit code 1.