Skip to content

- prop postIDSelector in favor of using the generic component to re… #63

- prop postIDSelector in favor of using the generic component to re…

- prop postIDSelector in favor of using the generic component to re… #63

Triggered via push March 12, 2024 16:26
Status Failure
Total duration 1m 8s
Artifacts

fe.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 4 warnings
codechecks
Process completed with exit code 1.
tsc
Cannot find module '../paginations/usePaginationButtons' or its corresponding type declarations.
tsc
Property '$route' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{ readonly name: string; readonly uid: string; readonly displayName: string; readonly page: string; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) =...'.
tsc
Type '{ errorCode: number; errorInfo: string | Record<string, unknown[]>; }' is not assignable to type 'ApiErrorClass | null'.
tsc
Module '"@/api"' has no exported member 'apiUsers'.
tsc
Property 'page' does not exist on type '{ readonly cursor: "/cursor"; }'.
tsc
Process completed with exit code 2.
eslint: fe/src/components/User/UserPage.vue#L23
Missing file extension for "../paginations/usePaginationButtons"
eslint: fe/src/components/User/UserPage.vue#L23
Unable to resolve path to module '../paginations/usePaginationButtons'
eslint: fe/src/components/User/UserPage.vue#L33
Unsafe assignment of an `any` value
eslint: fe/src/components/User/UserPage.vue#L33
Unsafe call of an `any` typed value
eslint: fe/src/views/User.vue#L59
Unsafe assignment of an `any` value
eslint: fe/src/views/User.vue#L59
Unsafe call of an `any` typed value
eslint: fe/src/views/User.vue#L59
Unsafe call of an `any` typed value
eslint: fe/src/views/User.vue#L59
Unsafe member access .finally on an `any` value
eslint: fe/src/views/User.vue#L68
Unsafe assignment of type any[] to a variable of type { pages: { currentCursor: string; nextCursor: string | null; }; users: { uid: number; name: string | null; displayName: string | null; portrait: string; portraitUpdatedAt: number | null; ... 7 more ...; updatedAt: number | null; }[]; }[]
eslint: fe/src/views/User.vue#L70
Unsafe return of an `any` typed value
eslint: fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/RendererTable.vue#L76
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/list/ReplyItem.vue#L36
'v-html' directive can lead to XSS attack
eslint: fe/src/components/Post/renderers/list/SubReplyGroup.vue#L27
'v-html' directive can lead to XSS attack