modified: components/Card.vue #3
Annotations
13 errors and 2 warnings
lint:
nuxt.config.ts#L25
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint:
nuxt.config.ts#L26
Unexpected use of the global variable 'process'. Use 'require("process")' instead
|
lint
Process completed with exit code 1.
|
typecheck:
components/Card.vue#L18
Type '{ name: `${string}-id`; params: { id: any; }; }' is not assignable to type 'RouteLocationRaw | undefined'.
|
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; }'.
|
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/.
|