first commit #1
Annotations
22 errors and 10 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 node_modules/.cache/.prettiercache exited (1)
|
format
@hyper/api#format: command (/home/runner/work/project-hyper/project-hyper/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
@hyper/ui#format: command (/home/runner/work/project-hyper/project-hyper/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.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 node_modules/.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 node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Type 'Body_upload_transcribe_audio' is not assignable to type 'Record<string, unknown>'.
|
typecheck
Cannot find module '@hyper/db' or its corresponding type declarations.
|
typecheck
Cannot find module '@hyper/db/schema' or its corresponding type declarations.
|
typecheck
Cannot find module '@hyper/db/client' or its corresponding type declarations.
|
typecheck
@hyper/api#typecheck: command (/home/runner/work/project-hyper/project-hyper/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
packages/db/src/schema/test.ts#L2
'pgTable' is defined but never used. Allowed unused vars must match /^_/u
|
lint
Type 'Body_upload_transcribe_audio' is not assignable to type 'Record<string, unknown>'.
|
lint
Cannot find module '@hyper/db' or its corresponding type declarations.
|
lint
Cannot find module '@hyper/db/schema' or its corresponding type declarations.
|
lint
Cannot find module '@hyper/db/client' or its corresponding type declarations.
|
lint:
packages/api/src/lib/api/client/core/ApiRequestOptions.ts#L16
Unexpected any. Specify a different type
|
lint:
packages/api/src/lib/api/client/core/ApiResult.ts#L1
Unexpected any. Specify a different type
|
lint:
packages/api/src/lib/api/client/core/CancelablePromise.ts#L7
Literals should be exposed using readonly fields
|
lint:
packages/api/src/lib/api/client/core/CancelablePromise.ts#L83
Literals should be exposed using readonly fields
|
lint:
packages/api/src/lib/api/client/core/request.ts#L16
Unexpected any. Specify a different type
|
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/app/(app)/record.tsx#L50
React Hook useEffect has missing dependencies: 'discardRecording' and 'startRecording'. Either include them or remove the dependency array
|
lint:
apps/expo/src/app/_layout.tsx#L75
React Hook useEffect has missing dependencies: 'isLoaded', 'router', and 'segments'. Either include them 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/primitives/avatar/index.tsx#L72
React Hook React.useCallback has missing dependencies: 'onLoadingStatusChange' and 'setStatus'. Either include them or remove the dependency array. If 'onLoadingStatusChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/primitives/avatar/index.tsx#L81
React Hook React.useCallback has missing dependencies: 'onLoadingStatusChange' and 'setStatus'. Either include them or remove the dependency array. If 'onLoadingStatusChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/primitives/hooks/useAugmentedRef.tsx#L26
React Hook React.useImperativeHandle was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
lint:
apps/expo/src/components/primitives/hooks/useAugmentedRef.tsx#L26
React Hook React.useImperativeHandle has a missing dependency: 'methods'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/primitives/hooks/useRelativePosition.tsx#L56
React Hook React.useMemo has missing dependencies: 'align', 'alignOffset', 'avoidCollisions', 'dimensions', 'disablePositioningStyle', 'insets', 'side', and 'sideOffset'. Either include them or remove the dependency array
|