fix: upgrade t3 stack since 10-26-2024 #21
Annotations
13 errors
lint:
packages/auth/src/config.ts#L22
Unsafe argument of type `any` assigned to a parameter of type `PrismaClient<PrismaClientOptions, never, DefaultArgs> | DynamicClientExtensionThis<TypeMap<InternalArgs & InternalArgs<{ [x: string]: { [x: string]: unknown; }; }, { ...; }, { ...; }, { ...; }>, PrismaClientOptions>, TypeMapCb, InternalArgs<...>, {}>`
|
lint:
packages/api/src/router/post.ts#L10
Unsafe return of a value of type `any`
|
lint:
packages/api/src/router/post.ts#L10
Unsafe call of a(n) `any` typed value
|
lint:
packages/api/src/router/post.ts#L10
Unsafe member access .post on an `any` value
|
lint:
packages/api/src/router/post.ts#L15
Unsafe return of a value of type `any`
|
lint:
packages/api/src/router/post.ts#L15
Unsafe call of a(n) `any` typed value
|
lint:
packages/api/src/router/post.ts#L15
Unsafe member access .post on an `any` value
|
lint:
packages/api/src/router/post.ts#L20
Unsafe return of a value of type `any`
|
lint:
packages/api/src/router/post.ts#L20
Unsafe call of a(n) `any` typed value
|
lint:
packages/api/src/router/post.ts#L20
Unsafe member access .post on an `any` value
|
typecheck
'p.item' is of type 'unknown'.
|
typecheck
@acme/expo#typecheck: command (/home/runner/work/create-t3-turbo-with-prisma/create-t3-turbo-with-prisma/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|