chore: attempt to fix build #13
Annotations
17 errors and 4 warnings
typecheck
Cannot find module 'nativewind/dist/tailwind/safe-area' or its corresponding type declarations.
|
typecheck
@lamp/tailwind-config#typecheck: command (/home/runner/work/lampstand/lampstand/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
format
@lamp/db#format: command (/home/runner/work/lampstand/lampstand/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@lamp/ui#format: command (/home/runner/work/lampstand/lampstand/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
@lamp/nextjs#format: command (/home/runner/work/lampstand/lampstand/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
lint:
packages/ui/src/form.tsx#L75
Unnecessary conditional, value is always falsy
|
lint:
packages/ui/src/progress.tsx#L22
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
packages/ui/src/toggle-group.tsx#L48
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint:
packages/ui/src/toggle-group.tsx#L49
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
lint
@lamp/ui#lint: command (/home/runner/work/lampstand/lampstand/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint
@lamp/nextjs#lint: command (/home/runner/work/lampstand/lampstand/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
|
lint:
apps/nextjs/src/app/(app)/job/[jobId]/page.tsx#L1
'params' is defined but never used. Allowed unused args must match /^_/u
|
lint:
apps/nextjs/src/app/(app)/page.tsx#L1
'BibleViewer' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/nextjs/src/app/api/ai/command/route.ts#L9
Unsafe assignment of an `any` value
|
lint:
apps/nextjs/src/app/api/ai/command/route.ts#L23
Unexpected `await` of a non-Promise (non-"Thenable") value
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
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/plate-ui/media-placeholder-element.tsx#L231
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|