Skip to content

fix(deps): update dependency react-native-reanimated to ~3.16.5 #1114

fix(deps): update dependency react-native-reanimated to ~3.16.5

fix(deps): update dependency react-native-reanimated to ~3.16.5 #1114

Triggered via pull request October 17, 2024 17:43
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 10 warnings
format
@acme/expo#format: command (/home/runner/work/2day-report/2day-report/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@acme/ui#format: command (/home/runner/work/2day-report/2day-report/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@acme/nextjs#format: command (/home/runner/work/2day-report/2day-report/apps/nextjs) /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
Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.
typecheck
@acme/mail#typecheck: command (/home/runner/work/2day-report/2day-report/packages/mail) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint
Type '{ secret: string | undefined; providers: (((config: OAuthUserConfig<GitHubProfile> & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig<...>) | (<P extends GoogleProfile>(options: OAuthUserConfig<...>) => OAuthConfig<...>))[]; callbacks: { ...; }; skipCSRFCheck?: unique symbol | undefine...' does not satisfy the expected type 'NextAuthConfig'.
lint
Argument of type '{ secret: string | undefined; providers: (((config: OAuthUserConfig<GitHubProfile> & { enterprise?: { baseUrl?: string | undefined; } | undefined; }) => OAuthConfig<...>) | (<P extends GoogleProfile>(options: OAuthUserConfig<...>) => OAuthConfig<...>))[]; callbacks: { ...; }; skipCSRFCheck?: unique symbol | undefine...' is not assignable to parameter of type 'NextAuthConfig | ((request: NextRequest | undefined) => Awaitable<NextAuthConfig>)'.
lint
@acme/api#build: command (/home/runner/work/2day-report/2day-report/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
lint
@acme/nextjs#lint: command (/home/runner/work/2day-report/2day-report/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint: apps/nextjs/src/_components/auth/LoginForm.tsx#L42
Forbidden non-null assertion
lint: apps/nextjs/src/_components/auth/RegisterForm.tsx#L16
Async function 'onSubmit' has no 'await' expression
lint: apps/nextjs/src/_components/auth/ResetPasswordForm.tsx#L16
Async function 'onSubmit' has no 'await' expression
lint: apps/nextjs/src/_components/auth/actions.ts#L12
Async function 'login' has no 'await' expression
lint: apps/nextjs/src/_components/auth/actions.ts#L13
'data' is defined but never used. Allowed unused args must match /^_/u
lint: apps/nextjs/src/_components/auth/actions.ts#L14
'callbackUrl' is defined but never used. Allowed unused args must match /^_/u
lint: apps/nextjs/src/_components/tables/_components/columns.tsx#L6
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_components/tables/_components/project-form.tsx#L3
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_components/tables/_components/project-form.tsx#L5
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_components/tables/_components/project-form.tsx#L92
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
lint: apps/nextjs/src/_components/tables/projects-table.tsx#L6
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_components/tables/projects-table.tsx#L58
React Hook useCallback has a missing dependency: 'deleteProject'. Either include it or remove the dependency array
lint: apps/nextjs/src/_components/tables/projects-table.tsx#L69
React Hook useMemo has missing dependencies: 'onDelete' and 'onEdit'. Either include them or remove the dependency array
lint: apps/nextjs/src/_components/workspace/comments-form.tsx#L1
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_components/workspace/comments.tsx#L3
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/_utils/permissions.ts#L1
All imports in the declaration are only used as types. Use `import type`