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

feat: drop Node 8 & 10 support #36

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MichaelDeBoey
Copy link

@MichaelDeBoey MichaelDeBoey commented Nov 30, 2021


BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0

This branch is dependent on #33

CC/ @voxpelli

@voxpelli
Copy link

Node 10, 13 and 15 are also not supported anymore.

I would therefore suggest adopting an ESM compatible versioning: ^12.20.0 || ^14.13.1 || >=16.0.0

@MichaelDeBoey
Copy link
Author

MichaelDeBoey commented Nov 30, 2021

@voxpelli I wanted to do it gradually (as that would make the upgrade of this package in other packages easier too), but sure I can go straight to ESLint 8.x's engines

BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0
@MichaelDeBoey
Copy link
Author

MichaelDeBoey commented Oct 17, 2022

For people watching this PR: we've started already with our own fork in order to not hold the wider community back anymore: https://github.com/eslint-community/eslint-plugin-mysticatea

@mysticatea We would still love to move the original repo to the new https://github.com/eslint-community though.


This PR is released in @eslint-community/eslint-plugin-mysticatea v14.0.0
https://github.com/eslint-community/eslint-plugin-mysticatea/releases/tag/v14.0.0

MichaelDeBoey added a commit to MichaelDeBoey/eslint-plugin-mysticatea that referenced this pull request Nov 14, 2022
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

2 participants