-
Notifications
You must be signed in to change notification settings - Fork 467
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 support for Node.js 14.x and Node.js 16.x and add support for Node 20.x #1255
feat: Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x #1255
Conversation
BREAKING CHANGE: Minimum supported Node.js version is now 14.x
…obi/dom-testing-library into features/drop-support-for-node-14
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 86beed6:
|
Codecov Report
@@ Coverage Diff @@
## alpha #1255 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 24 24
Lines 1038 1038
Branches 349 349
=========================================
Hits 1038 1038
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you've mentioned @MatanBobi , it would be better to get this in together with #1241
Feel free to merge if you're ready. I think it would be helpful to base other alpha PRs off this to avoid noise in CI. |
BREAKING CHANGE: Minimum supported Node.js version is now 18.x
What: This PR drops support for Node 14 and Node 16.
Why: Node 14 was declared EOL on May 23, Node 16 will be declared EOL on September 11.
How: Upgrade all relevant places.
Checklist:
- [ ] Documentation added to thedocs site
- [] TypeScript definitions updated