AArnott / pr-autocomplete-app

A GitHub App that adds auto-complete functionality to pull requests similar to that found in Azure Repos.
MIT License
4 stars 0 forks source link

Bump @octokit/webhooks from 7.11.4 to 7.12.2 #99

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps @octokit/webhooks from 7.11.4 to 7.12.2.

Release notes

Sourced from @octokit/webhooks's releases.

v7.12.2

7.12.2 (2020-10-07)

Bug Fixes

  • typescript: add optional "organization" key to event payloads (#300) (89aa7f7)

v7.12.1

7.12.1 (2020-10-06)

Bug Fixes

  • typescript autocomplete and types for public api (#292) (22e9ff9)

v7.12.0

7.12.0 (2020-10-06)

Features

  • proper types for requested_reviewers, labels, assignees (#296) (f52f20c)
Commits
  • 89aa7f7 fix(typescript): add optional "organization" key to event payloads (#300)
  • 22e9ff9 fix: typescript autocomplete and types for public api (#292)
  • f139de0 build(deps-dev): bump @types/node from 14.11.2 to 14.11.5
  • 0aa4520 build(deps-dev): bump jest from 26.4.2 to 26.5.2
  • f52f20c feat: proper types for requested_reviewers, labels, assignees (#296)
  • 0acde61 build(deps-dev): bump @octokit/webhooks-definitions from 3.13.2 to 3.13.3
  • 9e0a884 refactor: remove unreachable code in receive (#291)
  • bdb21f5 build(tsconfig): use @octokit/tsconfig preset in local tsconfig.json (#290)
  • eb99cbd build(typescript): add noUnusedLocals and noUnusedParameters to tsconfig.json...
  • 0c9a3f9 refactor(types.ts): allow handler functions to return any (#286)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @AArnott.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
AArnott commented 4 years ago

@dependabot merge