Skip to content

chore(deps): bump next from 14.2.15 to 14.2.21 #2

chore(deps): bump next from 14.2.15 to 14.2.21

chore(deps): bump next from 14.2.15 to 14.2.21 #2

Triggered via pull request January 6, 2025 01:51
Status Failure
Total duration 1m 9s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 9 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/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/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/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/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/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/api#format: command (/home/runner/work/oyo/oyo/packages/api) /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/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/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: 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
lint: packages/auth/src/config.ts#L7
Extra semicolon
lint: packages/auth/src/config.ts#L8
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/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`
lint: apps/nextjs/src/hooks/useMapRoute.ts#L7
Imports "Group" are only used as type