Bump @octokit/types from 6.34.0 to 12.3.0 #186
Annotations
3 errors
build:
src/github-api.ts#L22
Argument of type '{ owner: string; repo: string; sha: string; state: "error" | "pending" | "success" | "failure"; target_url?: string | null | undefined; description?: string | null | 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">'.
|
build:
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'.
|
build
Process completed with exit code 1.
|