Skip to content

- route /status that was originally introduced in 2019: 3460ecc10fd… #60

- route /status that was originally introduced in 2019: 3460ecc10fd…

- route /status that was originally introduced in 2019: 3460ecc10fd… #60

Triggered via push March 10, 2024 17:04
Status Failure
Total duration 1m 5s
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
Expected 2 arguments, but got 1.
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/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; hasMore: boolean; }; 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/views/User.vue#L70
Unsafe member access .pages on an `any` value
eslint: fe/src/views/User.vue#L73
Unsafe member access .pages on an `any` value
eslint: fe/src/views/User.vue#L83
Unsafe argument of type `any` assigned to a parameter of type `string`
eslint
Process completed with exit code 2.
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#L28
'v-html' directive can lead to XSS attack