build(deps-dev): bump typescript from 5.4.5 to 5.6.3 #152
Annotations
20 errors and 3 warnings
Types:
src/app/list/[listId]/edit/page.tsx#L30
Type 'List' does not satisfy the constraint '{ [x: string]: unknown; id: string | number; }'.
|
Types:
src/app/list/[listId]/edit/page.tsx#L52
Argument of type 'TQueryFnData' is not assignable to parameter of type 'SetStateAction<List | null>'.
|
Types:
src/app/list/[listId]/page.tsx#L32
Type 'List' does not satisfy the constraint '{ [x: string]: unknown; id: string | number; }'.
|
Types:
src/app/list/[listId]/page.tsx#L63
Property 'map' does not exist on type '{}'.
|
Types:
src/app/list/[listId]/page.tsx#L63
Parameter 'product' implicitly has an 'any' type.
|
Types:
src/app/list/[listId]/page.tsx#L75
Type 'unknown' is not assignable to type 'ReactNode'.
|
Types:
src/app/list/[listId]/page.tsx#L76
Type '{ [x: string]: unknown; id: string | number; }' is missing the following properties from type 'User': role, updatedAt, createdAt, email, password
|
Types:
src/app/list/[listId]/page.tsx#L76
Type 'TQueryFnData' is not assignable to type 'List'.
|
Types:
src/app/list/[listId]/page.tsx#L95
Property 'length' does not exist on type '{}'.
|
Types:
src/app/list/[listId]/page.tsx#L100
Property 'length' does not exist on type '{}'.
|
Build:
src/payload-types.ts#L135
Duplicate identifier 'GeneratedTypes'.
|
Build:
src/trpc/cart-route.ts#L70
Property 'map' does not exist on type '{}'.
|
Build:
src/trpc/cart-route.ts#L70
Parameter 'product' implicitly has an 'any' type.
|
Build:
src/trpc/cart-route.ts#L130
Property 'filter' does not exist on type '{}'.
|
Build:
src/trpc/cart-route.ts#L131
Parameter 'product' implicitly has an 'any' type.
|
Build:
src/trpc/payment-router.ts#L44
Type '(string | number)[]' is not assignable to type '(string | Product)[]'.
|
Build:
src/trpc/payment-router.ts#L53
Type '{}' is not assignable to type 'string'.
|
Build:
src/webhook.ts#L87
Type 'unknown' is not assignable to type 'string'.
|
Build:
src/webhook.ts#L91
Type 'unknown' is not assignable to type 'string'.
|
Build
Process completed with exit code 2.
|
Types
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|