b: add vercel deployment options 8 #171
Annotations
25 errors and 5 warnings
typecheck
Process completed with exit code 2.
|
typecheck
@potential/eslint-config#typecheck: command (/home/runner/work/potential/potential/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
|
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
|
typecheck
Namespace '"/home/runner/work/potential/potential/node_modules/@eslint/eslintrc/lib/types/index"' has no exported member 'FlatConfig'.
|
format
@potential/ui#format: command (/home/runner/work/potential/potential/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/templates#format: command (/home/runner/work/potential/potential/packages/templates) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/db#format: command (/home/runner/work/potential/potential/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/trpc#format: command (/home/runner/work/potential/potential/packages/trpc) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/storage#format: command (/home/runner/work/potential/potential/packages/storage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/eslint-config#format: command (/home/runner/work/potential/potential/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/validators#format: command (/home/runner/work/potential/potential/packages/validators) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/tailwind-config#format: command (/home/runner/work/potential/potential/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/prettier-config#format: command (/home/runner/work/potential/potential/tooling/prettier) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@potential/env#format: command (/home/runner/work/potential/potential/packages/env) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
lint:
apps/mobile/src/components/trackables/TrackablesContainer.tsx#L29
Hooks must be called at the top level in the body of a function component or custom hook, and may not be called within function expressions. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
|
lint:
apps/mobile/src/components/trackables/TemplateConfigForm.tsx#L60
Unsafe assignment of an error typed value
|
lint:
apps/mobile/src/components/trackables/TemplateConfigForm.tsx#L53
Unsafe assignment of an error typed value
|
lint:
apps/mobile/src/components/trackables/TemplateConfigForm.tsx#L21
'onSubmit' is defined but never used. Allowed unused args must match /^_/u
|
lint
Unnecessary conditional, value is always truthy
|
lint
@potential/mobile#lint: command (/home/runner/work/potential/potential/apps/mobile) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
@potential/web#lint: command (/home/runner/work/potential/potential/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
@potential/backend#lint: command (/home/runner/work/potential/potential/apps/backend) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (2)
|
lint
@potential/storage#lint: command (/home/runner/work/potential/potential/packages/storage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (2)
|
lint:
apps/web/src/lib/utils.ts#L1
Prefer using a top-level type-only import instead of inline type specifiers
|
lint:
apps/mobile/src/components/ui/image-view.tsx#L2
Imports "ImageProps" are only used as type
|
lint:
apps/mobile/src/components/ui/image-picker-uploader.tsx#L260
React Hook useImperativeHandle has a missing dependency: 'uploadPendingImages'. Either include it or remove the dependency array
|
lint:
apps/mobile/src/components/branding/heart-sprite.tsx#L1027
React Hook React.useEffect has a missing dependency: 'bpm'. Either include it or remove the dependency array
|
lint:
apps/mobile/src/app/_layout.tsx#L109
React Hook useCallback has a missing dependency: 'router'. Either include it or remove the dependency array
|
lint:
apps/mobile/src/app/(home)/[trackableId].tsx#L215
React Hook useEffect has a missing dependency: 'getDefaultValue'. Either include it or remove the dependency array
|