Bump @octokit/types from 6.34.0 to 12.0.0 #142
Annotations
3 errors
src/github-api.ts#L22
Argument of type 'ToOctokitParameters<{ parameters: { path: { owner: string; repo: string; sha: string; }; }; requestBody: { content: { "application/json": { state: "error" | "pending" | "success" | "failure"; target_url?: string | null | undefined; description?: string | ... 1 more ... | undefined; context?: string | undefined; }; }...' is not assignable to parameter of type '(RequestParameters & Omit<{ owner: string; repo: string; sha: string; } & { state: "error" | "pending" | "success" | "failure"; target_url?: string | undefined; description?: string | undefined; context?: string | undefined; }, "baseUrl" | ... 1 more ... | "mediaType">) | undefined'.
|
src/github-api.ts#L64
Type '{ type: string; size: number; name: string; path: string; content?: string | undefined; sha: string; url: string; git_url: string | null; html_url: string | null; download_url: string | null; _links: { ...; }; }[] | { ...; } | { ...; } | { ...; }' is not assignable to type '{ type: "file" | "dir" | "submodule" | "symlink"; size: number; name: string; path: string; content?: string | undefined; sha: string; url: string; git_url: string | null; html_url: string | null; download_url: string | null; _links: { ...; }; }[] | { ...; } | { ...; } | { ...; } | null'.
|
|
The logs for this run have expired and are no longer available.
Loading