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.15.1 to 9.6.3 #166

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @octokit/webhooks from 7.15.1 to 9.6.3.

Release notes

Sourced from @​octokit/webhooks's releases.

v9.6.3

9.6.3 (2021-05-28)

Bug Fixes

  • typescript: issue_comment event description update (#573) (da05374)

v9.6.2

9.6.2 (2021-05-24)

Bug Fixes

v9.6.1

9.6.1 (2021-05-16)

Bug Fixes

  • types: PullRequest#body can be of type string or null, Release#{body, name} are only of type string (#566) (7643a67)

v9.6.0

9.6.0 (2021-05-11)

Features

  • types: fix workflow_run#conclusion is not always null, add new app_id to MarketplacePurchase#account, add requester to installation_repositories.removed, add enums for various properties (#565) (9eef640)

v9.5.1

9.5.1 (2021-05-08)

Bug Fixes

  • types: an issue's body can be empty and thus be null (#562) (7cb03b3), closes #561

v9.5.0

9.5.0 (2021-05-07)

Features

  • types: new withdrawn action for security_advisory event (#560) (610d82b)

v9.4.0

9.4.0 (2021-05-05)

... (truncated)

Commits
  • da05374 fix(typescript): issue_comment event description update (#573)
  • 723c09e docs(README): @octokit/webhooks-types is now the source module for TypeScri...
  • a2fd414 fix(types): add missing properties to events, update properties types (via [...
  • bf1e904 build(deps): lock file maintenance (#569)
  • 072c259 chore(deps): update dependency ts-node to v10 (#568)
  • 05a87a5 build(deps): lock file maintenance
  • 7643a67 fix(types): PullRequest#body can be of type string or null, `Release#{b...
  • 9eef640 feat(types): fix workflow_run#conclusion is not always null, add new `app...
  • 2472675 build(deps): lock file maintenance (#564)
  • 2467748 chore: pin prettier version and fix "Update Prettier" workflow (#563)
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #172.