eslint-plugin-testing-library
eslint-plugin-testing-library copied to clipboard
Drop support for old node versions
~Drop support for node v12, which reaches EOL in 2022-04-30, and node v17, which reaches EOL in 2022-06-01~
Update 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.
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 ^18.18.0 || >=20.0.0.
:tada: This issue has been resolved in version 7.0.0-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket: