-
Notifications
You must be signed in to change notification settings - Fork 63
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 v8 and v10 #203
Conversation
@btmills thoughts? |
TSC summary: TSC question: Should we do a semver-major release just to drop support for EOL Node.js versions? |
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.
Thank you, @amareshsm! The team had no objections to doing a v3 with dropping EOL versions as the only breaking change.
It looks like there are some compat issues with Node 18. If necessary, feel free to drop 8/10/<12.22.0 here and split adding 18 support into another PR.
Drafted a separate PR for node v18 support. |
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.
One inline change, then LGTM!
Co-authored-by: Brandon Mills <[email protected]>
Bump |
This and your other PR appear to be failing due to behavior changes in new npm versions that were released since the previous merges to |
Closing and reopening to see if that'll fix CI without having to rebase now that #206 is merged. |
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.
That's more like it! Thanks for your patience, @amareshsm. LGTM, but since this is a breaking change, I'll leave it open another couple days to give others a chance to review.
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.
LGTM. Thanks!
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.
LGTM
Description:
Drop node v8.x and v10.x