fix(deps): update dependency react-native to ~0.76.5 #1150
Annotations
17 errors and 13 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:
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/dropdowns/user-nav.tsx#L33
Forbidden non-null assertion
|
lint:
apps/nextjs/src/_components/dropdowns/user-nav.tsx#L33
Forbidden non-null assertion
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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`
|