-
Notifications
You must be signed in to change notification settings - Fork 143
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 support for old node versions #616
Comments
We should wait & see what ESLint will be doing to get to the same minimal version imo |
ESLint keeps supporting node v12, v14, v16 and greater. We can leave this for a future major then. |
We should do the same as typescript-eslint v7 and update Node.js engine requirement to |
BREAKING CHANGE: drop support for old Node.js versions Closes #616
🎉 This issue has been resolved in version 7.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Drop support for node v12, which reaches EOL in 2022-04-30, and node v17, which reaches EOL in 2022-06-01Update Node.js engine requirement to
^18.18.0 || >=20.0.0
, which is the same requirement that ESLint v9 will impose. This means we are dropping support for Node 12, 15, 16, 17, 19, and Node 18 versions prior to 18.18.0.The text was updated successfully, but these errors were encountered: