fix: repair broken build from #344-#347 merge - #444
Merged
DeFiVC merged 1 commit intoAug 31, 2026
Merged
Annotations
10 errors and 11 warnings
|
Run npm run typecheck:
tests/unit/services/concurrent-safety.test.ts#L80
Argument of type 'Function' is not assignable to parameter of type '(value: any[]) => any[] | PromiseLike<any[]>'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L55
Property 'errorResponseBuilder' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L45
Property 'keyGenerator' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L34
Property 'keyGenerator' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L24
Property 'errorResponseBuilder' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L23
Property 'keyGenerator' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L22
Property 'timeWindow' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/middleware/rate-limit.test.ts#L21
Property 'max' does not exist on type 'FastifyRateLimitOptions'.
|
|
Run npm run typecheck:
tests/unit/metrics/metrics.test.ts#L22
Property 'name' does not exist on type 'Histogram<"method" | "route" | "status_code">'.
|
|
Run npm run typecheck:
tests/unit/metrics/metrics.test.ts#L17
Property 'name' does not exist on type 'Counter<"method" | "route" | "status_code">'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run npm run lint:
src/modules/auth/auth.controller.ts#L5
'AuthenticatedRequest' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/modules/admin/admin-users.service.ts#L9
'auditLogs' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run npm run lint:
src/middleware/validation.ts#L41
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/validation.ts#L32
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/response-envelope.ts#L13
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L68
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L54
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/rate-limit.ts#L20
Unexpected any. Specify a different type
|
|
Run npm run lint:
src/middleware/auth.ts#L40
'reply' is defined but never used. Allowed unused args must match /^_/u
|
|
Run npm run lint:
src/database/seed.ts#L53
'course3' is assigned a value but never used. Allowed unused vars must match /^_/u
|
background
wait
wait-all
cancel
parallel
Loading