Skip to content

chore: update to expo sdk 52 #41

chore: update to expo sdk 52

chore: update to expo sdk 52 #41

Triggered via push November 5, 2024 20:06
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 5 warnings
format
@hyper/db#format: command (/home/runner/work/project-hyper/project-hyper/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@hyper/nextjs#format: command (/home/runner/work/project-hyper/project-hyper/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@hyper/expo#format: command (/home/runner/work/project-hyper/project-hyper/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
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
@hyper/ui#build: command (/home/runner/work/project-hyper/project-hyper/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
typecheck
Process completed with exit code 1.
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: packages/api/src/router/report.ts#L74
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`