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

standard-version@8 drops support for NodeJS@8 (without mention in CHANGELOG) #549

Closed
jbottigliero opened this issue Feb 18, 2020 · 2 comments

Comments

@jbottigliero
Copy link
Member

By updating to semver@7 (#508) we've dropped support for NodeJS@8.

We actually haven't tagged (or published a release) in some time and it seems like we could potentially revert #508 and cut a minor before doing the upgrade.

It's also worth mentioning that conventional-changelog just dropped support for NodeJS@8 on master (conventional-changelog/conventional-changelog#599)

@jbottigliero jbottigliero pinned this issue Feb 18, 2020
jbottigliero pushed a commit that referenced this issue Jul 11, 2020
- The conventional-changelog packages that this repository relies on heavily have dropped support for NodeJS@8 (conventional-changelog/conventional-changelog/pull/599). While the current state (v8.0.0) of _this_ library still passes tests in NodeJS@8, with reaching EOL on 12/31/2019 this seems like a change we should introduce to avoid unexpected issues/conflicts with updates in dependencies.

see #549
@nihalgonsalves
Copy link

I suppose this should be renamed to 9.x.x drops support for NodeJS@8?

@jbottigliero
Copy link
Member Author

Yup! This ticket is probably no longer necessary. I'm going to change the title, close the ticket and add a few details for posterity.


  • standard-version@9 officially drops support for NodeJS@8, this breaking change is listed in the changelog.
  • If you are using a version of standard-version > 7.1, <= 8 on NodeJS@8, you may encounter issues based on a dependency update (2f04ac8). Downgrading to 7.1.0, or using a hash before this change would likely be your best option for compatibility.

@jbottigliero jbottigliero changed the title master drops support for NodeJS@8 standard-version@8 drops support for NodeJS@8 (without mention in CHANGELOG) Sep 12, 2020
@jbottigliero jbottigliero unpinned this issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants