fix: upgrade t3 stack since 12-25-2024 #28
Annotations
14 errors and 3 warnings
typecheck
Module '"@prisma/client"' has no exported member 'PrismaClient'.
|
typecheck
Module '"@prisma/client"' has no exported member 'PrismaClient'.
|
typecheck
@acme/db#typecheck: command (/home/runner/work/create-t3-turbo-with-prisma/create-t3-turbo-with-prisma/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint
Module '"@prisma/client"' has no exported member 'PrismaClient'.
|
lint:
packages/db/src/index.ts#L11
Unsafe return of a value of type error
|
lint:
packages/db/src/index.ts#L11
Unsafe construction of a(n) `error` type typed value
|
lint:
packages/db/src/index.ts#L22
'any' overrides all other types in this union type
|
lint:
packages/db/src/index.ts#L25
Unsafe assignment of an error typed value
|
lint:
packages/db/src/index.ts#L27
Unsafe assignment of an error typed value
|
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
|
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
|