Skip to content

Feat/2024.9 n

Feat/2024.9 n #408

Triggered via pull request October 4, 2024 01:10
@n1lsqnn1lsqn
synchronize #145
feat/2024.9-n
Status Success
Total duration 8m 58s
Artifacts

lint.yml

on: pull_request
pnpm_install
34s
pnpm_install
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 warnings
typecheck (sw)
';' expected.
typecheck (sw)
Property or signature expected.
typecheck (sw)
Process completed with exit code 2.
typecheck (backend)
Property 'close' does not exist on type '{ whenAsyncComplete: () => Promise<void>; cancelAsync: () => void; asyncTaskManager: AsyncTaskManager; setURL: (url: string) => void; setWindowSize: (options: { width?: number | undefined; height?: number | undefined; }) => void; settings: { ...; }; setInnerWidth: (width: number) => void; setInnerHeight: (height: nu...'.
typecheck (backend)
Parameter 'err' implicitly has an 'any' type.
typecheck (backend)
Property 'metaService' does not exist on type 'NoteCreateService'.
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; ... 29 more ...; renoteUserHost: string | null; }' is not assignable to type 'MiNote'.
typecheck (backend)
Object literal may only specify known properties, and 'handleDisabledFileLoadingAsSuccess' does not exist in type '{ disableJavaScriptEvaluation?: boolean | undefined; disableJavaScriptFileLoading?: boolean | undefined; disableCSSFileLoading?: boolean | undefined; disableIframePageLoading?: boolean | undefined; disableComputedStyleRendering?: boolean | undefined; enableFileSystemHttpRequests?: boolean | undefined; device?: { ......'.
typecheck (backend)
Property 'close' does not exist on type '{ whenAsyncComplete: () => Promise<void>; cancelAsync: () => void; asyncTaskManager: AsyncTaskManager; setURL: (url: string) => void; setWindowSize: (options: { width?: number | undefined; height?: number | undefined; }) => void; settings: { ...; }; setInnerWidth: (width: number) => void; setInnerHeight: (height: nu...'.
typecheck (backend)
Parameter 'err' implicitly has an 'any' type.
typecheck (backend)
Process completed with exit code 2.
lint (frontend): packages/frontend/src/components/MkCode.vue#L45
'defaultStore' is not defined
lint (frontend)
Process completed with exit code 1.
lint (misskey-js): packages/misskey-js/src/nyaize.ts#L12
Type boolean trivially inferred from a boolean literal, remove type annotation
lint (misskey-js): packages/misskey-js/src/nyaize.ts#L57
Forbidden non-null assertion