Skip to content

+ workflows/{fe,c#}.yml #28

+ workflows/{fe,c#}.yml

+ workflows/{fe,c#}.yml #28

Triggered via push February 12, 2024 04:25
Status Failure
Total duration 1m 19s
Artifacts

fe.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
fe
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiStatus'.
fe
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiStatsForumPostCount'.
fe
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiUsers'.
fe
Type '(queryContext: QueryFunctionContext) => Promise<unknown>' is not assignable to type 'ApiPosts'.
fe
Expected 2 arguments, but got 1.
fe
Property '$route' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...ar...'.
fe
'"@/api"' has no exported member named 'apiForums'. Did you mean 'useApiForums'?
fe
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) =...'.
fe
Process completed with exit code 2.
fe
Process completed with exit code 1.
fe: fe/src/api/index.ts#L91
Async arrow function 'apiStatus' has no 'await' expression
fe: fe/src/api/index.ts#L93
Async arrow function 'apiStatsForumsPostCount' has no 'await' expression
fe: fe/src/api/index.ts#L95
Async arrow function 'apiUsers' has no 'await' expression
fe: fe/src/api/index.ts#L97
Async arrow function 'apiPosts' has no 'await' expression
fe: fe/src/components/Post/renderers/RendererTable.vue#L56
Using v-html on component may break component's content
fe: fe/src/gtag.js#L1
Specify the rules you want to disable
fe: fe/src/main.ts#L11
`bootstrap/dist/css/bootstrap.min.css` import should occur before import of `vue`
fe: fe/src/stats.js#L1
Specify the rules you want to disable
fe: fe/src/views/Post.vue#L92
Unsafe call of an `any` typed value
fe: fe/src/views/Post.vue#L137
Unsafe assignment of an `any` value
fe: fe/src/components/Post/renderers/RendererList.vue#L110
'v-html' directive can lead to XSS attack
fe: fe/src/components/Post/renderers/RendererList.vue#L142
'v-html' directive can lead to XSS attack
fe: fe/src/components/Post/renderers/RendererTable.vue#L56
'v-html' directive can lead to XSS attack
fe: fe/src/components/Post/renderers/RendererTable.vue#L75
'v-html' directive can lead to XSS attack