Skip to content

chore: package upgrades #102

chore: package upgrades

chore: package upgrades #102

Triggered via push November 6, 2023 14:28
Status Failure
Total duration 51s
Artifacts

type-check.yml

on: push
Matrix: check-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check-test (18.x): src/components/AllBooks.tsx#L96
'page' is of type 'unknown'.
check-test (18.x): src/components/forms/NewBook.tsx#L52
Property 'isLoading' does not exist on type 'UseMutationResult<any, Error, any, { previousPost: unknown; }>'.
check-test (18.x): src/hooks/querys.ts#L31
Type 'string[]' has no properties in common with type 'QueryFilters'.
check-test (18.x): src/hooks/querys.ts#L86
No overload matches this call.
check-test (18.x): src/hooks/querys.ts#L88
Argument of type 'unknown' is not assignable to parameter of type 'number | undefined'.
check-test (18.x): src/hooks/querys.ts#L90
'lastPage' is of type 'unknown'.
check-test (18.x): src/hooks/querys.ts#L92
'lastPage' is of type 'unknown'.
check-test (18.x): src/hooks/querys.ts#L101
No overload matches this call.
check-test (18.x): src/hooks/querys.ts#L110
No overload matches this call.
check-test (18.x): src/hooks/querys.ts#L121
No overload matches this call.
check-test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/