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

Remove support for node v14, v16 and v18 #345

Merged
merged 1 commit into from Feb 16, 2024
Merged

Conversation

lo1tuma
Copy link
Owner

@lo1tuma lo1tuma commented Feb 16, 2024

No description provided.

@lo1tuma lo1tuma merged commit 767d900 into master Feb 16, 2024
8 checks passed
@lo1tuma lo1tuma deleted the rm-old-node-versions branch February 16, 2024 12:23
@@ -3,7 +3,7 @@
"version": "10.3.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lo1tuma - this implies that "eslint-plugin-mocha will only work on Node.js 20+", right? are you really cutting off support for Node 18 which is supported until April/May 2025? If so, shouldn't this have been introduced as a breaking change (i.e. major version bumped to 11 and a notice added to release notes)?

Copy link
Owner Author

@lo1tuma lo1tuma Mar 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change hasn’t been released yet. I’m aware that this is a breaking change and it will land in a new major version.
For people who still need node versions < 20 I recommend using eslint-plugin-mocha 10.x. If there are any critical bugs I’m happy to backport them to v10 and make new patch releases as long as node v18 is around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants