feat(deps): update dependency @octokit/webhooks to v12.3.1 #3606
Annotations
3 errors and 1 warning
build (22.x):
src/events/pr-handlers/actions/enableGithubAutoMerge.ts#L97
Type '{ name?: string | null | undefined; email?: string | null | undefined; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string | null; url: string; html_url: string; ... 12 more ...; user_view_type?: string | undefined; } | User | null' is not assignable to type '{ login: string; }'.
|
build (22.x):
src/events/pr-handlers/opened.test.ts#L118
Conversion of type '{ action: string; number: number; pull_request: { url: string; id: number; node_id: string; html_url: string; diff_url: string; patch_url: string; issue_url: string; number: number; state: string; locked: boolean; ... 37 more ...; active_lock_reason: null; }; repository: { ...; }; organization: { ...; }; sender: { ....' to type 'PullRequestOpenedEvent & { action: "opened"; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build (22.x)
Process completed with exit code 2.
|
build (22.x):
package.json#L75
dependencies > conventional-changelog-conventionalcommits Invalid duplicate dependency: "8.0.0" should satisfies "^7.0.2" from @commitlint/config-conventional in dependencies
|