chore(deps): bump the react-query group with 2 updates #4060
Annotations
10 errors and 1 warning
Typecheck
isomer-studio#typecheck: command (/home/runner/work/isomer/isomer/apps/studio) /opt/hostedtoolcache/node/20.18.1/x64/bin/npm run typecheck exited (2)
|
Typecheck
Property 'isLoading' does not exist on type 'UseMutationResult<UploadAssetMutationOutput, void, UploadAssetMutationInput, unknown>'.
|
Typecheck
Argument of type '{ getNextPageParam: (lastPage: { items: { type: "Page" | "Folder" | "Collection" | "CollectionLink" | "CollectionPage" | "IndexPage"; title: string; id: string; permalink: string; }[]; nextOffset: number; } | { ...; }) => number | null; }' is not assignable to parameter of type 'Omit<UseTRPCInfiniteQueryOptions<"resource.getChildrenOf", { siteId: string; resourceId: string | null; cursor?: number | undefined; limit?: number | undefined; }, { items: { type: "Page" | "Folder" | "Collection" | "CollectionLink" | "CollectionPage" | "IndexPage"; title: string; id: string; permalink: string; }[];...'.
|
Typecheck
Object literal may only specify known properties, and 'onSuccess' does not exist in type 'UseTRPCInfiniteQueryOptions<"resource.search", { siteId: string; cursor?: number | undefined; query?: string | undefined; limit?: number | undefined; }, { resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }, TRPCClientErrorLike<...>>'.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
Typecheck
Parameter 'page' implicitly has an 'any' type.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
Typecheck
Parameter 'acc' implicitly has an 'any' type.
|
Typecheck
Parameter 'page' implicitly has an 'any' type.
|
Typecheck
Property 'pages' does not exist on type '{ resources: SearchResultResource[]; totalCount: number | null; recentlyEdited: SearchResultResource[]; }'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading