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/auth-app from 2.4.11 to 2.4.13 #37

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps @octokit/auth-app from 2.4.11 to 2.4.13.

Release notes

Sourced from @octokit/auth-app's releases.

v2.4.13

2.4.13 (2020-08-06)

Bug Fixes

  • throw helpful message in case permissions cannot be read out from cache (0bb3928)

v2.4.12

2.4.12 (2020-08-05)

Bug Fixes

  • auth.hook() uses app auth for marketplace URL (#140) (82de180)
Commits
  • 0bb3928 fix: throw helpful message in case permissions cannot be read out from cache
  • 82de180 fix: auth.hook() uses app auth for marketplace URL (#140)
  • 7aecc14 build(deps): bump @octokit/types from 5.2.0 to 5.2.1
  • dd0ab18 build(deps-dev): bump fetch-mock from 9.10.5 to 9.10.6
  • 7a7cdab build(deps-dev): bump jest from 26.2.1 to 26.2.2
  • See full diff 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 it's up-to-date and 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 squash and merge