octokit/auth-app.js
### [`v3.0.0`](https://togithub.com/octokit/auth-app.js/releases/v3.0.0)
[Compare Source](https://togithub.com/octokit/auth-app.js/compare/v2.11.0...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](https://togithub.com/octokit/auth-app.js/issues/255)) ([f542dbf](https://togithub.com/octokit/auth-app.js/commit/f542dbfb45e678e4c737577add02fc08c6969238))
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^2.10.5
->^3.0.0
Release Notes
octokit/auth-app.js
### [`v3.0.0`](https://togithub.com/octokit/auth-app.js/releases/v3.0.0) [Compare Source](https://togithub.com/octokit/auth-app.js/compare/v2.11.0...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](https://togithub.com/octokit/auth-app.js/issues/255)) ([f542dbf](https://togithub.com/octokit/auth-app.js/commit/f542dbfb45e678e4c737577add02fc08c6969238))Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.