Skip to content

chore(deps): bump @tanstack/react-query from 5.64.1 to 5.66.11 #792

chore(deps): bump @tanstack/react-query from 5.64.1 to 5.66.11

chore(deps): bump @tanstack/react-query from 5.64.1 to 5.66.11 #792

Triggered via pull request March 3, 2025 08:51
Status Failure
Total duration 1m 30s
Artifacts

on-pr.yml

on: pull_request
Security Checks  /  Trivy
14s
Security Checks / Trivy
Security Checks  /  NPM Audit
4s
Security Checks / NPM Audit
Static Checks  /  ESLint Check
19s
Static Checks / ESLint Check
Static Checks  /  TS Types Check
25s
Static Checks / TS Types Check
Static Checks  /  Build App Check
19s
Static Checks / Build App Check
Unit Tests  /  Vitest
1m 19s
Unit Tests / Vitest
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
Static Checks / Build App Check: src/features/header/hooks/use-queries-codegate-status.ts#L38
Type '(results: UseQueryReturn) => { data: { health: { status: "healthy"; } | null; version: VersionResponse | null; }; isError: boolean; isPending: boolean; isFetching: boolean; isLoading: boolean; isRefetching: boolean; }' is not assignable to type '(result: [UseQueryResult<unknown, Error>, UseQueryResult<unknown, Error>]) => { data: { health: { status: "healthy"; } | null; version: VersionResponse; }; ... 4 more ...; isRefetching: boolean; }'.
Static Checks / Build App Check: src/hooks/use-query-list-all-workspaces.ts#L45
Type '(results: UseQueryReturn) => { data: { id: string; isArchived: boolean; name: string; is_active: boolean; }[]; isPending: boolean; isFetching: boolean; isLoading: boolean; isRefetching: boolean; }' is not assignable to type '(result: [QueryObserverLoadingErrorResult<ListWorkspacesResponse, Error> | QueryObserverLoadingResult<ListWorkspacesResponse, Error> | QueryObserverPendingResult<...> | QueryObserverPlaceholderResult<...> | DefinedUseQueryResult<...>, QueryObserverLoadingErrorResult<...> | ... 3 more ... | DefinedUseQueryResult<...>...'.
Static Checks / Build App Check
Process completed with exit code 2.
Static Checks / TS Types Check: src/features/header/hooks/use-queries-codegate-status.ts#L38
Type '(results: UseQueryReturn) => { data: { health: { status: "healthy"; } | null; version: VersionResponse | null; }; isError: boolean; isPending: boolean; isFetching: boolean; isLoading: boolean; isRefetching: boolean; }' is not assignable to type '(result: [UseQueryResult<unknown, Error>, UseQueryResult<unknown, Error>]) => { data: { health: { status: "healthy"; } | null; version: VersionResponse; }; ... 4 more ...; isRefetching: boolean; }'.
Static Checks / TS Types Check: src/hooks/use-query-list-all-workspaces.ts#L45
Type '(results: UseQueryReturn) => { data: { id: string; isArchived: boolean; name: string; is_active: boolean; }[]; isPending: boolean; isFetching: boolean; isLoading: boolean; isRefetching: boolean; }' is not assignable to type '(result: [QueryObserverLoadingErrorResult<ListWorkspacesResponse, Error> | QueryObserverLoadingResult<ListWorkspacesResponse, Error> | QueryObserverPendingResult<...> | QueryObserverPlaceholderResult<...> | DefinedUseQueryResult<...>, QueryObserverLoadingErrorResult<...> | ... 3 more ... | DefinedUseQueryResult<...>...'.
Static Checks / TS Types Check
Process completed with exit code 2.
Static Checks / ESLint Check: src/components/ui/chat/chat-bubble.tsx#L200
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Static Checks / ESLint Check: src/components/ui/chat/chat-bubble.tsx#L201
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Static Checks / ESLint Check: src/context/confirm-context.tsx#L37
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Static Checks / ESLint Check: src/lib/test-utils.tsx#L66
This rule can't verify that `export *` only exports components
Static Checks / ESLint Check: src/lib/test-utils.tsx#L68
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components