chore(deps): update all deps to latest version #1047
Annotations
10 errors
build:
src/get-octokit.ts#L6
Argument of type '(octokit: Octokit) => paginateGraphQLInterface' is not assignable to parameter of type 'OctokitPlugin'.
|
build:
src/get-pr-data.ts#L54
Property 'paginate' does not exist on type 'graphql'.
|
build:
src/get-team-data.ts#L37
Property 'paginate' does not exist on type 'graphql'.
|
build:
src/get-team-data.ts#L41
Parameter 'e' implicitly has an 'any' type.
|
build:
src/get-team-data.ts#L67
Binding element 'login' implicitly has an 'any' type.
|
build:
src/main.ts#L50
Binding element 'state' implicitly has an 'any' type.
|
build:
src/main.ts#L50
Binding element 'commit' implicitly has an 'any' type.
|
build:
src/main.ts#L95
Type 'Review[]' is not assignable to type '{ id: string; author: { login: string; } | null; }[]'.
|
build:
src/main.ts#L154
Type 'Review[]' is not assignable to type '{ id: string; author: { login: string; } | null; }[]'.
|
build
Process completed with exit code 2.
|