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.10.6 to 3.4.0 #159

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @octokit/auth-app from 2.10.6 to 3.4.0.

Release notes

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

v3.4.0

3.4.0 (2021-04-22)

Features

  • throw helpful error when appId or privateKey is set to a falsy value (#280) (ee7b247)

v3.3.0

3.3.0 (2021-03-24)

Features

v3.2.0

3.2.0 (2021-03-24)

Features

  • auth({ type: "oauth-app" }) (ac7eb5b)
  • createOAuthUserAuth() (141705a)
  • factory option for auth({ type: "oauth-user" }) (cb9fe59)
  • OAuth device flow for user authentication (9ff6ce2)
  • set Basic Authentication from client ID/client secret based on request URL in auth.hook (24af0fb)

v3.1.0

3.1.0 (2021-03-23)

Features

  • auth({ type: "oauth-user" }). Deprecates auth({ type: "oauth" }) (#264) (18de867)

v3.0.0

BREAKING CHANGES

  • createAppAuth({ id, privateKey }) is no longer supported. Use createAppAuth({ appId, privateKey }) instead

Bug Fixes

  • remove scopes from API as OAuth scopes are not supported by GitHub Apps, OAuth tokens inherit the installtion permissions instead (#255) (f542dbf)

v2.11.0

2.11.0 (2021-02-03)

Features

... (truncated)

Commits
  • ee7b247 feat: throw helpful error when appId or privateKey is set to a falsy valu...
  • 92e6903 docs(README): Updated Documentation for Repository ID's in Installation Authe...
  • 1bdc214 build(deps): lock file maintenance
  • f07d893 build(deps): lock file maintenance
  • 9d85286 build(deps): lock file maintenance
  • b7c019d test: typescript (#269)
  • 6c28358 build(deps): lock file maintenance
  • c3011b1 feat(typescript): export types (#266)
  • 33f6faf docs(README): add note on CORS to browser usage disclaimers
  • f8194dd docs(README): better disclamer for browser users
  • 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 #167.