feat: 誰がリアクションをしたのかを非表示にできる機能を実装 + fix: クエリの修正 #73
lint.yml
on: pull_request
pnpm_install
39s
Matrix: lint
Matrix: typecheck
Annotations
16 errors
lint (backend):
packages/backend/src/models/Meta.ts#L577
More than 1 blank line not allowed
|
lint (backend):
packages/backend/src/server/api/endpoints/admin/update-meta.ts#L144
A space is required before '}'
|
lint (backend):
packages/backend/src/server/api/endpoints/notes/reactions.ts#L76
Missing space before opening brace
|
lint (backend)
Process completed with exit code 1.
|
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#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.
|