-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: v14 #409
Conversation
BREAKING CHANGE: `onUnhandledRequest` middleware option is removed
BREAKING CHANGE: Drop support for NodeJS v14, v16
I wonder if we could remove middlewares from this release as part of the breaking change? The I would move out the middlewares into their own packages, like It would be yet another "plugin" type, besides Octokit plugins and Octokit auth strategies. We had some prior discussion in that direction here: octokit/oauth-app.js#333 Any thoughts? @octokit/js @octokit/js-community @baoshan |
* build(deps): lock file maintenance (#421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): upgrade `@octokit/auth-app` (#422) This should help make sure that users of CDNs like esm.sh get the correct working version. Currently, it is loading version 4.0.10 of `@octokit/auth-app` which is a broken release * build(deps): lock file maintenance Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @octokit/plugin-paginate-rest to v7 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: wolfy1339 <[email protected]> Co-authored-by: Keegan Campbell <[email protected]>
This should be good to go now! cc: @wolfy1339 @gr2m |
There's still some dependencies that need to be updated |
Ok... I'll have a look at what's left. |
Only waiting on octokit/oauth-app.js#436, then this will be ready |
This is good to go now. Let's ship this 🚀 |
🎉 This PR is included in version 14.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE:
onUnhandledRequest
middleware option is removedBREAKING CHANGE: Drop support for NodeJS v14, v16
BREAKING CHANGE: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead (via
@octokit/request
)BREAKING CHANGE: Remove ability to pass custom request options, except from
method
,headers
,body
,signal
(via@octokit/request
)