build(deps): bump the all group with 27 updates #300
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|
build:
packages/frontend/src/utils/hooks/useServiceWorkerRegistration.ts#L10
No overload matches this call.
|