fix(deps): update dependency framer-motion to ^11.15.0 #1158
Annotations
10 errors and 11 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
@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/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
|
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`
|
Loading