fix: upgrade t3 stack since 12-25-2024 #26
Annotations
10 errors and 1 warning
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading