Skip to content

chore(deps): update dependency better-auth to v1.4.5 #7460

chore(deps): update dependency better-auth to v1.4.5

chore(deps): update dependency better-auth to v1.4.5 #7460

Triggered via pull request December 3, 2025 03:41
Status Failure
Total duration 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
typecheck
Process completed with exit code 2.
typecheck
@acme/auth#typecheck: command (/home/runner/work/create-t3-turbo/create-t3-turbo/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Argument of type '{ database: (options: BetterAuthOptions) => DBAdapter<BetterAuthOptions>; baseURL: string; secret: string | undefined; plugins: [...] | [...]; socialProviders: { ...; }; trustedOrigins: string[]; onAPIError: { ...; }; }' is not assignable to parameter of type 'BetterAuthOptions & Record<never, never>'.
typecheck
Type '{ id: "expo"; init: (ctx: AuthContext) => { options: { trustedOrigins: string[]; }; }; onRequest(request: Request, ctx: AuthContext): Promise<{ request: Request; } | undefined>; hooks: { ...; }; endpoints: { ...; }; }' is not assignable to type 'BetterAuthPlugin'.
typecheck
Argument of type '{ database: (options: BetterAuthOptions) => DBAdapter<BetterAuthOptions>; baseURL: string; secret: string | undefined; plugins: [...] | [...]; socialProviders: { ...; }; trustedOrigins: string[]; onAPIError: { ...; }; }' is not assignable to parameter of type 'BetterAuthOptions & Record<never, never>'.
typecheck
Type '{ id: "expo"; init: (ctx: AuthContext) => { options: { trustedOrigins: string[]; }; }; onRequest(request: Request, ctx: AuthContext): Promise<{ request: Request; } | undefined>; hooks: { ...; }; endpoints: { ...; }; }' is not assignable to type 'BetterAuthPlugin'.
lint
Process completed with exit code 2.
lint
@acme/tanstack-start#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/apps/tanstack-start) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint
@acme/api#build: command (/home/runner/work/create-t3-turbo/create-t3-turbo/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
lint: apps/tanstack-start/src/auth/server.ts#L15
Unsafe call of a(n) `error` type typed value
lint
Argument of type '{ database: (options: BetterAuthOptions) => DBAdapter<BetterAuthOptions>; baseURL: string; secret: string | undefined; plugins: [...] | [...]; socialProviders: { ...; }; trustedOrigins: string[]; onAPIError: { ...; }; }' is not assignable to parameter of type 'BetterAuthOptions & Record<never, never>'.
lint
Type '{ id: "expo"; init: (ctx: AuthContext) => { options: { trustedOrigins: string[]; }; }; onRequest(request: Request, ctx: AuthContext): Promise<{ request: Request; } | undefined>; hooks: { ...; }; endpoints: { ...; }; }' is not assignable to type 'BetterAuthPlugin'.