Merge pull request #10 from Security2431/fix/upgrade-t3-stack-since-1… #29
Annotations
10 errors and 1 warning
Lint:
packages/db/src/index.ts#L11
Unsafe return of a value of type `any`
|
Lint:
packages/db/src/index.ts#L11
Unsafe construction of a(n) `any` 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 `any` value
|
Lint:
packages/db/src/index.ts#L27
Unsafe assignment of an `any` 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
|
Lint:
packages/api/src/router/post.ts#L15
Unsafe return of a value of type `any`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading