Skip to content

ui(nextjs): fix colors #6

ui(nextjs): fix colors

ui(nextjs): fix colors #6

Triggered via push January 15, 2025 04:47
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 13 warnings
format
@oyo/validators#format: command (/home/runner/work/oyo/oyo/packages/validators) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/auth-proxy#format: command (/home/runner/work/oyo/oyo/apps/auth-proxy) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/auth#format: command (/home/runner/work/oyo/oyo/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/tailwind-config#format: command (/home/runner/work/oyo/oyo/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/prettier-config#format: command (/home/runner/work/oyo/oyo/tooling/prettier) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/convex#format: command (/home/runner/work/oyo/oyo/packages/convex) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/db#format: command (/home/runner/work/oyo/oyo/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/ui#format: command (/home/runner/work/oyo/oyo/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/expo#format: command (/home/runner/work/oyo/oyo/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@oyo/nextjs#format: command (/home/runner/work/oyo/oyo/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
typecheck
The inferred type of 'get' cannot be named without a reference to '../../../node_modules/convex/dist/esm-types/server/registration'. This is likely not portable. A type annotation is necessary.
typecheck
The inferred type of 'byGroups' cannot be named without a reference to '../../../node_modules/convex/dist/esm-types/server/registration'. This is likely not portable. A type annotation is necessary.
typecheck
@oyo/convex#typecheck: command (/home/runner/work/oyo/oyo/packages/convex) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint
Argument of type '[{ connection: { url: string | undefined; authToken: string | undefined; }; schema: typeof import("/home/runner/work/oyo/oyo/packages/db/src/schema"); casing: "snake_case"; }]' is not assignable to parameter of type '[string | Client] | [string | Client, DrizzleConfig<typeof import("/home/runner/work/oyo/oyo/packages/db/src/schema")>] | [DrizzleConfig<typeof import("/home/runner/work/oyo/oyo/packages/db/src/schema")> & ({ ...; } | { ...; })]'.
lint
Cannot find name 'AdapterAccount'.
lint: apps/auth-proxy/routes/r/[...auth].ts#L13
AUTH_DISCORD_ID is not listed as a dependency in the root turbo.json or workspace () turbo.json
lint: apps/auth-proxy/routes/r/[...auth].ts#L14
AUTH_DISCORD_SECRET is not listed as a dependency in the root turbo.json or workspace () turbo.json
lint: packages/db/src/schema.ts#L12
't' is defined but never used. Allowed unused args must match /^_/u
lint: packages/ui/src/textarea.tsx#L5
An interface declaring no members is equivalent to its supertype
lint
No overload matches this call.
lint
No overload matches this call.
lint: packages/auth/src/config.ts#L5
Extra semicolon
lint: packages/auth/src/config.ts#L6
Extra semicolon
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/expo/src/app/index.tsx#L45
React Hook useEffect has missing dependencies: 'createUser' and 'setUserId'. Either include them or remove the dependency array
lint
React Hook React.useEffect has a missing dependency: 'colorScheme'. Either include it or remove the dependency array
lint: apps/expo/src/lib/useLocation.ts#L75
React Hook useEffect has a missing dependency: 'stopBackgroundTracking'. Either include it or remove the dependency array
lint: apps/expo/src/lib/useLocation.ts#L88
React Hook useEffect has missing dependencies: 'isPendingTracking' and 'startTrackingWithRetry'. Either include them or remove the dependency array
lint: apps/expo/src/lib/useNotifications.ts#L38
React Hook useEffect has a missing dependency: 'registerForPushNotificationsAsync'. Either include it or remove the dependency array
lint: apps/nextjs/src/app/_components/map/add-position-button.tsx#L7
Imports "Id" are only used as type
lint: apps/nextjs/src/app/_components/map/add-position-dialog.tsx#L3
Imports "Dispatch" and "SetStateAction" are only used as type
lint: apps/nextjs/src/app/_components/map/add-position-dialog.tsx#L7
Imports "Id" are only used as type
lint: apps/nextjs/src/app/_components/map/map-component.tsx#L130
React Hook useEffect has a missing dependency: 'markers'. Either include it or remove the dependency array
lint: apps/nextjs/src/app/convex-client-provider.tsx#L4
All imports in the declaration are only used as types. Use `import type`