Skip to content
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

[BUG]: last commit was detected as a fix instead of breaking change (node version) #431

Closed
1 task done
existe-deja opened this issue Jun 2, 2023 · 5 comments · Fixed by #432
Closed
1 task done
Labels
released Type: Bug Something isn't working as documented
Projects

Comments

@existe-deja
Copy link

What happened?

the package isn't supporting node >= 16 so I can't install my project. This is because of BREAKING CHANGE of this commit wasn't detected

Versions

@octokit/plugin-retry@4.1.4

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@existe-deja existe-deja added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Jun 2, 2023
@ghost ghost added this to Bugs in JS Jun 2, 2023
@davidzwa
Copy link

davidzwa commented Jun 2, 2023

Example reproduction where I encounter the same issue:
fdm-monster/fdm-monster#1861

Yarn can't resolve due to the constraint. I require 16 as well.

@wolfy1339
Copy link
Member

You linked to the wrong commit.

Those changes weren't meant to be breaking. It was only supposed to change the build system.

Feel free to send a PR if you would like to. I don't have time to get around to this soon

@wolfy1339 wolfy1339 added Priority: High and removed Status: Triage This is being looked at and prioritized labels Jun 2, 2023
@benmvp
Copy link
Contributor

benmvp commented Jun 2, 2023

benmvp added a commit to benmvp/plugin-retry.js that referenced this issue Jun 2, 2023
octokit#430 upgraded the Node version to 18, but as a fix (instead of a breaking change). So it breaks consumers of the library (such as [`semantic-release`](https://github.com/semantic-release/semantic-release)) that are still on Node 16.

Fixes octokit#431
@benmvp
Copy link
Contributor

benmvp commented Jun 2, 2023

Here's a PR for the fix: #432

wolfy1339 pushed a commit that referenced this issue Jun 2, 2023
#430 upgraded the Node version to 18, but as a fix (instead of a breaking change). So it breaks consumers of the library (such as [`semantic-release`](https://github.com/semantic-release/semantic-release)) that are still on Node 16.

Fixes #431
@github-actions
Copy link

github-actions bot commented Jun 2, 2023

🎉 This issue has been resolved in version 4.1.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Type: Bug Something isn't working as documented
Projects
Archived in project
JS
  
Bugs
4 participants