Skip to content

fix: nextjs email auth flow #5

fix: nextjs email auth flow

fix: nextjs email auth flow #5

Triggered via push August 1, 2024 23:29
Status Failure
Total duration 1m 55s
Billable time 5m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 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/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
Argument of type 'FlatConfig' is not assignable to parameter of type 'ConfigWithExtends'.
typecheck
@hyper/eslint-config#typecheck: command (/home/runner/work/project-hyper/project-hyper/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: apps/expo/jest-setup.ts#L3
Unsafe call of an `any` typed value
lint: apps/expo/jest-setup.ts#L3
A `require()` style import is forbidden
lint: apps/expo/jest-setup.ts#L3
Unsafe member access .setUpTests on an `any` value
lint: apps/expo/src/app/(app)/dashboard.tsx#L13
Unsafe assignment of an error typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L13
Unsafe call of an `error` type typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L13
Unsafe member access .byUser on an `error` typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L30
Unsafe member access .notes on an `error` typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L38
Unsafe assignment of an error typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L38
Unsafe member access .notes on an `error` typed value
lint: apps/expo/src/app/(app)/dashboard.tsx#L41
Unsafe assignment of an error typed value
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/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
lint: apps/expo/src/components/primitives/tooltip/tooltip.tsx#L107
React Hook React.useImperativeHandle has an unnecessary dependency: 'triggerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'triggerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
lint: apps/expo/src/components/primitives/tooltip/tooltip.tsx#L246
React Hook React.useEffect has missing dependencies: 'onOpenChange', 'setContentLayout', and 'setTriggerPosition'. Either include them or remove the dependency array