Skip to content

build(deps): bump the all group with 27 updates #300

build(deps): bump the all group with 27 updates

build(deps): bump the all group with 27 updates #300

Triggered via push October 23, 2023 21:19
Status Failure
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/frontend/src/api/TrpcProvider.tsx#L38
Type '{ cacheTime: number; staleTime: number; retry(failureCount: number, error: Error): boolean; }' is not assignable to type 'QueryObserverOptions<unknown, Error, unknown, unknown, QueryKey, never>'.
build: packages/frontend/src/api/usePrefetchQueries.ts#L8
No overload matches this call.
build: packages/frontend/src/api/usePrefetchQueries.ts#L10
No overload matches this call.
build: packages/frontend/src/api/usePrefetchQueries.ts#L11
No overload matches this call.
build: packages/frontend/src/components/AuthenticationForm.tsx#L27
Property 'isLoading' does not exist on type 'UseTRPCMutationResult<{ id: string; name: string; email: string; }, TRPCClientErrorLike<BuildProcedure<"mutation", { _config: RootConfig<{ ctx: { prisma: PrismaClient<PrismaClientOptions, never, DefaultArgs>; ... 7 more ...; setJwtToken: (value: (string & BRAND<...>) | null) => Promise<...>; }; meta: object; errorSh...'.
build: packages/frontend/src/components/AuthenticationForm.tsx#L27
Property 'isLoading' does not exist on type 'UseTRPCMutationResult<{ id: string; name: string; email: string; }, TRPCClientErrorLike<BuildProcedure<"mutation", { _config: RootConfig<{ ctx: { prisma: PrismaClient<PrismaClientOptions, never, DefaultArgs>; ... 7 more ...; setJwtToken: (value: (string & BRAND<...>) | null) => Promise<...>; }; meta: object; errorSh...'.
build: packages/frontend/src/api/currencyConversion.ts#L13
No overload matches this call.
build: packages/frontend/src/api/currencyConversion.ts#L37
Argument of type '{ staleTime: number; }' is not assignable to parameter of type 'TrpcQueryOptionsForUseQueries<"currencyConversion.getConversionRate", { date: string; from: string; to: string; }, { amount: number; scale: number; from: string; to: string; }, { amount: number; scale: number; from: string; to: string; }, TRPCClientError<...>>'.
build: packages/frontend/src/api/currencyConversion.ts#L88
No overload matches this call.