fix(deps): update dependency react-native-screens to ~3.35.0 #1120
Annotations
10 errors and 10 warnings
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
|
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`
|
Loading