-
Notifications
You must be signed in to change notification settings - Fork 65
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
[MAINT]: Breaking change released under a patch version #318
Comments
We are experiencing this issue as well.
This is blocking all of our CircleCI workflows unfortunately. |
As a temporary workaround, we are installing lerna at version 5.1.8 instead, as lerna bumped |
Fixes #318 and removes the breaking dependency changes that prematurely dropped support for Node 14/16.
🎉 This issue has been resolved in version 19.0.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We're still seeing this error when installing |
Missed that one. Filed a bug, and will get to working on it ASAP octokit/request.js#596 |
@gavacq It should be reverted now. It should be the last of `em to revert |
Confirmed I can install |
🎉 This issue has been resolved in version 20.0.0-beta.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 19.0.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the need
I'm sadly tied to node 14 due to the complexity to update to node 18.
I'm using lerna, that installs
@octokit/rest
, that installs@octokit/plugin-paginate-rest
.@octokit/plugin-paginate-rest
6 to 7 introduced a breaking change related to node version, and this library just updated from 6.1.2 to 7.0.0 but published this change to 19.0.12 instead of 20.x.It should have been published under 20.x as this change inherits the breaking change from
@octokit/plugin-paginate-rest
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: