Skip to content
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

Drop Node 14: get rid of mkdirp, rimraf, ncp #1419

Open
alexander-fenster opened this issue Feb 3, 2023 · 0 comments
Open

Drop Node 14: get rid of mkdirp, rimraf, ncp #1419

alexander-fenster opened this issue Feb 3, 2023 · 0 comments
Labels
next major: breaking change this is a change that we should wait to bundle into the next major version priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@alexander-fenster
Copy link
Contributor

Whenever we drop Node 14 support, we'll need to drop these three modules and replace them with their modern fs counterparts (fs.mkdir, fs.rm, fs.cp) with {recursive: true}.

@alexander-fenster alexander-fenster added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Feb 3, 2023
@danielbankhead danielbankhead added the next major: breaking change this is a change that we should wait to bundle into the next major version label Feb 16, 2023
@alexander-fenster alexander-fenster removed their assignment May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next major: breaking change this is a change that we should wait to bundle into the next major version priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants