kindlyops / examples

Examples of AWS CDK/CloudFormation and other goodies related to security 🔐, devops 🔧 and cloud ⛅️ development
Apache License 2.0
6 stars 8 forks source link

Update dependency @octokit/auth-app to v3 #70

Closed kindlymachine[bot] closed 3 years ago

kindlymachine[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
@octokit/auth-app dependencies major ^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.