Drop support for Node < v14.14 and remove rimraf dependency#79
Merged
Drop support for Node < v14.14 and remove rimraf dependency#79
Conversation
kategengler
approved these changes
Feb 23, 2026
kategengler
left a comment
There was a problem hiding this comment.
I am fine with this but I also argue we should drop all the Nodes not currently supported by ember-cli and ember.js and modernize further:
This will need to be a major so users of this package will need to update their deps anyway and it will not be able to float back to older versions of ember-cli and other packages in the default blueprint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was hoping to be able to fix this without having to do a major release but it looks like we're backed into a corner 😞
The e18e project suggests the removal of rimraf after Node v14.14 https://e18e.dev/docs/replacements/rimraf.html and if we were to update to the next major of rimraf (to remove the deprecation) then we would need to only support Node v14 anyway: https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md#v40
So to remove the deprecation we need to do a major and we might as well target at least Node v14.14 to remove the dependency 👍