chore(ci): gate typecheck/test/build; add dependabot #4
Annotations
11 errors and 1 warning
|
checks:
src/__tests__/governanceActiveProposals.test.ts#L121
Argument of type '(scope: string) => any' is not assignable to parameter of type 'UnknownFunction'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L178
Argument of type '{ id: string; walletId: string; type: number; description: string; updatedAt: Date; }[]' is not assignable to parameter of type 'never'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L148
Argument of type '{ wallet: { id: string; }; role: string; }' is not assignable to parameter of type 'never'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L144
Argument of type '{ id: string; botKey: { scope: string; }; }' is not assignable to parameter of type 'never'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L140
Argument of type '(value: string) => { txHash: string | undefined; certIndex: number; }' is not assignable to parameter of type 'UnknownFunction'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L136
Argument of type '(scopes: string[], required: string) => boolean' is not assignable to parameter of type 'UnknownFunction'.
|
|
checks:
src/__tests__/botBallotsUpsert.test.ts#L135
Argument of type '(scope: string) => any' is not assignable to parameter of type 'UnknownFunction'.
|
|
checks:
src/__tests__/apiSecurity.test.ts#L131
Argument of type '{ db: any; session: any; sessionAddress: string; ip: string; }' is not assignable to parameter of type '{ session: Session | null; sessionAddress: string | null; sessionWallets: string[]; primaryWallet: string | null; ip: string; db: PrismaClient<{ log: ("query" | "warn" | "error")[]; }, "query" | "warn" | "error", DefaultArgs>; } | (() => MaybePromise<...>)'.
|
|
checks:
src/__tests__/apiSecurity.test.ts#L98
Argument of type '{ db: any; session: any; sessionAddress: string; ip: string; }' is not assignable to parameter of type '{ session: Session | null; sessionAddress: string | null; sessionWallets: string[]; primaryWallet: string | null; ip: string; db: PrismaClient<{ log: ("query" | "warn" | "error")[]; }, "query" | "warn" | "error", DefaultArgs>; } | (() => MaybePromise<...>)'.
|
|
checks:
src/__tests__/apiSecurity.test.ts#L66
Argument of type '{ db: any; session: null; sessionAddress: null; ip: string; }' is not assignable to parameter of type '{ session: Session | null; sessionAddress: string | null; sessionWallets: string[]; primaryWallet: string | null; ip: string; db: PrismaClient<{ log: ("query" | "warn" | "error")[]; }, "query" | "warn" | "error", DefaultArgs>; } | (() => MaybePromise<...>)'.
|
|
checks
Process completed with exit code 1.
|
|
checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|