-
Notifications
You must be signed in to change notification settings - Fork 204
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
chore!: update dependencies #1388
chore!: update dependencies #1388
Conversation
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1388 +/- ##
===========================================
+ Coverage 73.60% 85.60% +12.00%
===========================================
Files 695 864 +169
Lines 17144 20474 +3330
Branches 2759 3308 +549
===========================================
+ Hits 12619 17527 +4908
+ Misses 4520 2939 -1581
- Partials 5 8 +3
... and 363 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Timo Glastra <[email protected]>
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.
Just a few details, but good to see these updates. Dropping support for Node 14 and 17 will also make CI easier to pass 😆 .
Do you think we should start adding Node 19 to the suite?
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Fixes #1213 and Fixes #1267
Also removed support for node 17 as it's reached EOL (not a LTS release), and it's not compatible with all pacakges. In addition I've removed support for node 14 as not all packages support it, and it'll reach EOL this month. I think it's fine to remove it for 0.4.0, and focus on Node 16 and 18
BREAKING CHANGE:
Node.JS 14 and 17 have been dropped. Node.JS 17 has reached it's end of life, and Node.JS 14 will do so within a month. Support for Node.JS 20 will be added once it's released.