Bump ip from 1.1.5 to 1.1.9 in /fe #42
Annotations
21 errors and 6 warnings
codechecks
Process completed with exit code 1.
|
tsc
Expected 2 arguments, but got 1.
|
tsc
Cannot find name 'query'.
|
tsc
Property 'fid' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'. Did you mean 'find'?
|
tsc
Property 'fid' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'. Did you mean 'find'?
|
tsc
Property 'name' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'.
|
tsc
'"@/api"' has no exported member named 'apiForums'. Did you mean 'useApiForums'?
|
tsc
'"@/api"' has no exported member named 'apiStatsForumsPostCount'. Did you mean 'useApiStatsForumsPostCount'?
|
tsc
Argument of type 'never[]' is not assignable to parameter of type 'ApiForums'.
|
tsc
No overload matches this call.
|
tsc
Property 'name' does not exist on type '{}'.
|
eslint:
fe/src/components/Post/renderers/RendererTable.vue#L56
Using v-html on component may break component's content
|
eslint:
fe/src/components/User/QueryForm.vue#L21
Duplicate key 'selectUserBy'. May cause name collision in script or template tag
|
eslint:
fe/src/gtag.js#L1
Specify the rules you want to disable
|
eslint:
fe/src/main.ts#L9
`@fortawesome/fontawesome-svg-core` import should occur before import of `vue`
|
eslint:
fe/src/main.ts#L11
`bootstrap/dist/css/bootstrap.min.css` import should occur before import of `vue`
|
eslint:
fe/src/router/index.ts#L108
Unsafe argument of type `Promise<any>` assigned to a parameter of type `Promise<Component>`
|
eslint:
fe/src/stats.js#L1
Specify the rules you want to disable
|
eslint:
fe/src/views/Post.vue#L98
Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: any; } | ArrayLike<any>`
|
eslint:
fe/src/views/Post.vue#L98
Unsafe member access .pages on an `any` value
|
eslint:
fe/src/views/Stats.vue#L136
Unsafe assignment of an `any` value
|
tsc
Cache save failed.
|
eslint
Cache save failed.
|
eslint:
fe/src/components/Post/renderers/RendererList.vue#L110
'v-html' directive can lead to XSS attack
|
eslint:
fe/src/components/Post/renderers/RendererList.vue#L142
'v-html' directive can lead to XSS attack
|
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#L75
'v-html' directive can lead to XSS attack
|