Create SECURITY.md #10
Annotations
10 errors and 2 warnings
typecheck:
components/global/AppSearchInput.vue#L34
Property 'relatedTarget' does not exist on type 'Event'.
|
typecheck:
components/Hero.vue#L25
Property 'id' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
pages/index.vue#L11
'trendingMovies.value' is possibly 'null'.
|
typecheck:
pages/index.vue#L11
'trendingTVs.value' is possibly 'null'.
|
typecheck:
pages/movie/[id].vue#L5
Property 'id' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
pages/movie/[id].vue#L27
Type 'CreditsCast[] | undefined' is not assignable to type 'CreditsCast[]'.
|
typecheck:
pages/movie/category/[name].vue#L4
Property 'name' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
pages/person/[id].vue#L4
Property 'id' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
pages/tv/[id].vue#L5
Property 'id' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
typecheck:
pages/tv/category/[name].vue#L4
Property 'name' does not exist on type 'Record<never, never> | { all?: ParamValueZeroOrMore<false>; } | { id: string; } | { name: string; } | { id: string; } | { id: string; } | { name: string; }'.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|