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

Drop Node < 10 #197

Closed
wants to merge 1 commit into from
Closed

Conversation

brettz9
Copy link
Contributor

@brettz9 brettz9 commented Jul 9, 2020

chore: update engines to reflect (maintained) versions of Node being tested in Travis

BREAKING CHANGE:

Requires Node 10.

What is the purpose of this pull request?

  • Documentation update
  • Bug fix
  • New rule
  • Changes an existing rule
  • Add autofixing to a rule
  • Other, please explain:

Update engines in package.json.

What changes did you make? (Give an overview)

Given the recent changes to test only the currently maintained versions of Node (10, 12, 14), I wanted to offer this PR if you wanted to enforce that requirement, given that we are not verifying whether changes now are breaking earlier Node versions.

@xjamundx
Copy link
Contributor

xjamundx commented Feb 10, 2021

Would this require a semver major change? Or will it not actually break, just more recommend?

…g tested in Travis

BREAKING CHANGE:

Requires Node 10.
@brettz9
Copy link
Contributor Author

brettz9 commented Apr 9, 2021

Closed by #190 . https://github.com/xjamundx/eslint-plugin-promise/pull/190/files .

(And apologies hadn't seen comment; the reason these break is that for users with engine-strict set, they will not be able to install on an older Node version unless disabling that config with --force: https://docs.npmjs.com/cli/v7/using-npm/config#engine-strict .)

@brettz9 brettz9 closed this Apr 9, 2021
@brettz9 brettz9 deleted the engines branch April 9, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants