Skip to content

fix(deps): update dependency @tanstack/react-query to v5 #4518

fix(deps): update dependency @tanstack/react-query to v5

fix(deps): update dependency @tanstack/react-query to v5 #4518

Triggered via pull request November 13, 2023 17:05
Status Failure
Total duration 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test: src/pages/Details.tsx#L17
No overload matches this call.
Test: src/pages/Details.tsx#L22
'data' is of type 'unknown'.
Test: src/pages/Details.tsx#L23
Parameter 'f' implicitly has an 'any' type.
Test: src/pages/Details.tsx#L79
Binding element 'name' implicitly has an 'any' type.
Test: src/pages/Details.tsx#L79
Binding element 'value' implicitly has an 'any' type.
Test: src/pages/Gallery.tsx#L9
No overload matches this call.
Test: src/pages/Gallery.tsx#L18
'data' is of type 'unknown'.
Test: src/pages/Gallery.tsx#L18
Parameter 'fruit' implicitly has an 'any' type.
Test: src/pages/Gallery.tsx#L18
Parameter 'index' implicitly has an 'any' type.
Test: src/testUtils.tsx#L10
Type '{ retry: false; cacheTime: number; }' is not assignable to type 'Omit<QueryObserverOptions<unknown, Error, unknown, unknown, QueryKey, never>, "suspense">'.