Skip to content

chore(deps): update dependency better-auth to v1.4.0-beta.12 #7159

chore(deps): update dependency better-auth to v1.4.0-beta.12

chore(deps): update dependency better-auth to v1.4.0-beta.12 #7159

Triggered via pull request October 19, 2025 02:57
Status Failure
Total duration 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 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: apps/expo/src/app/index.tsx#L28
Unsafe member access .title on an `error` typed value
lint: apps/expo/src/app/index.tsx#L23
Unsafe member access .id on an `error` typed value
lint: apps/expo/src/app/index.tsx#L23
Unsafe assignment of an error 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'.
lint
The inferred type of 'protectedProcedure' cannot be named without a reference to '../../auth/node_modules/better-auth/dist/index-ChlC5Vy3-DzSaf_fi'. This is likely not portable. A type annotation is necessary.
lint
The inferred type of 'publicProcedure' cannot be named without a reference to '../../auth/node_modules/better-auth/dist/index-ChlC5Vy3-DzSaf_fi'. This is likely not portable. A type annotation is necessary.
lint
The inferred type of 'createTRPCRouter' cannot be named without a reference to '../../auth/node_modules/better-auth/dist/index-ChlC5Vy3-DzSaf_fi'. This is likely not portable. A type annotation is necessary.
lint
The inferred type of 'createTRPCContext' cannot be named without a reference to '../../auth/node_modules/better-auth/dist/index-ChlC5Vy3-DzSaf_fi'. This is likely not portable. A type annotation is necessary.
lint
The inferred type of 'appRouter' cannot be named without a reference to '../../auth/node_modules/better-auth/dist/index-ChlC5Vy3-DzSaf_fi'. This is likely not portable. A type annotation is necessary.