UI Revamp #35
Annotations
12 errors and 5 warnings
format
@amaxa/website#format: command (/home/runner/work/amaxa/amaxa/apps/website) /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.
|
lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/_components/ChartData.tsx#L34
'ProjectPageProps' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/nextjs/src/app/(dashboard)/project/[id]/(root)/page.tsx#L9
Async function 'HomePage' has no 'await' expression
|
lint
@amaxa/nextjs#lint: command (/home/runner/work/amaxa/amaxa/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint:
apps/website/content-collections.ts#L1
Do not use "@ts-nocheck" because it alters compilation errors
|
lint:
apps/website/content-collections.ts#L10
'type' is defined but never used. Allowed unused args must match /^_/u
|
lint:
apps/website/content-collections.ts#L12
Unexpected any. Specify a different type
|
lint:
apps/website/content-collections.ts#L14
Unsafe return of an `any` typed value
|
lint:
apps/website/content-collections.ts#L14
Unsafe member access .slug on an `any` value
|
lint:
apps/website/content-collections.ts#L14
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
apps/website/content-collections.ts#L14
Unsafe member access .title on an `any` value
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
apps/nextjs/src/app/(home)/guides/action-guides/_components/GuideCard.tsx#L25
The 'actionGuides' array makes the dependencies of useMemo Hook (at line 65) change on every render. To fix this, wrap the initialization of 'actionGuides' in its own useMemo() Hook
|
lint:
apps/nextjs/src/app/(home)/guides/action-guides/_components/GuideCard.tsx#L52
React Hook useMemo has a missing dependency: 'actionGuides'. Either include it or remove the dependency array
|