chore: update logo #48
Annotations
18 errors and 5 warnings
format
@stable/db#format: command (/home/runner/work/stable/stable/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@stable/nextjs#format: command (/home/runner/work/stable/stable/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@stable/expo#format: command (/home/runner/work/stable/stable/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Type '<TFieldValues extends FieldValues, TContext>(values: TFieldValues, context: TContext | undefined, options: ResolverOptions<TFieldValues>) => Promise<...>' is not assignable to type 'Resolver<TIn, unknown>'.
|
typecheck
The inferred type of 'FormControl' cannot be named without a reference to '@radix-ui/react-slot/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
|
typecheck
@stable/ui#build: command (/home/runner/work/stable/stable/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
typecheck
Process completed with exit code 1.
|
lint
Type '<TFieldValues extends FieldValues, TContext>(values: TFieldValues, context: TContext | undefined, options: ResolverOptions<TFieldValues>) => Promise<...>' is not assignable to type 'Resolver<TIn, unknown>'.
|
lint
The inferred type of 'FormControl' cannot be named without a reference to '@radix-ui/react-slot/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
|
lint
Property 'title' does not exist on type '{ reportType: string; startTime: Date; endTime: Date; generatedAt: Date; }'.
|
lint
Property 'content' does not exist on type '{ reportType: string; startTime: Date; endTime: Date; generatedAt: Date; }'.
|
lint
No overload matches this call.
|
lint
Property 'content' does not exist on type '{ id: string; reportType?: string | undefined; startTime?: Date | undefined; endTime?: Date | undefined; generatedAt?: Date | undefined; }'.
|
lint
Property 'title' does not exist on type '{ id: string; reportType?: string | undefined; startTime?: Date | undefined; endTime?: Date | undefined; generatedAt?: Date | undefined; }'.
|
lint
Object literal may only specify known properties, and 'title' does not exist in type '{ profileId?: string | SQL<unknown> | undefined; reportType?: string | SQL<unknown> | undefined; startTime?: Date | SQL<unknown> | undefined; endTime?: Date | SQL<unknown> | undefined; generatedAt?: Date | ... 1 more ... | undefined; id?: string | ... 1 more ... | undefined; createdAt?: Date | ... 1 more ... | undef...'.
|
lint:
packages/api/src/router/report.ts#L56
Unsafe assignment of an error typed value
|
lint:
packages/api/src/router/report.ts#L57
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/reports/novel/generative/generative-menu-switch.tsx#L28
React Hook useEffect has a missing dependency: 'editor'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L56
React Hook useEffect has a missing dependency: 'handleColorChange'. Either include it or remove the dependency array. If 'handleColorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L71
React Hook useEffect has a missing dependency: 'volume'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/ui/skeleton.tsx#L24
React Hook React.useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/ui/typography.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|