build(deps): bump @octokit/app from 14.0.0 to 15.1.0 #489
Annotations
10 errors
Test:
src/api/controllers/github.ts#L33
Argument of type 'Webhooks<{ octokit: Octokit; }>' is not assignable to parameter of type 'Webhooks<unknown>'.
|
Test:
src/api/controllers/github.ts#L39
Argument of type 'Webhooks<{ octokit: Octokit; }>' is not assignable to parameter of type 'Webhooks<{ octokit?: (Octokit & { paginate: PaginateInterface; } & RestEndpointMethods & Api) | undefined; }>'.
|
Test:
src/github/app.ts#L24
Type '{ Octokit: typeof Octokit & Constructor<{ paginate: PaginateInterface; } & RestEndpointMethods & Api>; }' does not satisfy the constraint 'Options'.
|
Test:
src/github/app.ts#L29
Type 'App<Options>' is not assignable to type 'App<{ Octokit: typeof Octokit & Constructor<{ paginate: PaginateInterface; } & RestEndpointMethods & Api>; }>'.
|
Test:
src/github/app.ts#L35
Type 'typeof Octokit & Constructor<{ paginate: PaginateInterface; } & RestEndpointMethods & Api>' is not assignable to type 'typeof Octokit | undefined'.
|
Test:
src/github/app.ts#L46
Argument of type '({ payload, octokit, id, name, }: Parameters<HandlerFunction<'issue_comment.created' | 'commit_comment.created', { octokit: Octokit;}>>[0]) => Promise<void>' is not assignable to parameter of type 'HandlerFunction<"issue_comment.created", { octokit: Octokit; }>'.
|
Test:
src/github/app.ts#L50
Argument of type '({ payload, octokit, id, name, }: Parameters<HandlerFunction<'issue_comment.created' | 'commit_comment.created', { octokit: Octokit;}>>[0]) => Promise<void>' is not assignable to parameter of type 'HandlerFunction<"commit_comment.created", { octokit: Octokit; }>'.
|
Test:
src/github/app.ts#L164
Property 'apps' does not exist on type 'Octokit'.
|
Test:
src/github/app.ts#L168
Parameter 'v' implicitly has an 'any' type.
|
Test:
src/github/app.ts#L176
Type 'Octokit' is not assignable to type 'Octokit & { paginate: PaginateInterface; } & RestEndpointMethods & Api'.
|
Loading