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

Modernize2 #137

Merged
merged 6 commits into from
Aug 6, 2022
Merged

Modernize2 #137

merged 6 commits into from
Aug 6, 2022

Conversation

eriktrom
Copy link
Member

@eriktrom eriktrom commented Aug 6, 2022

supersedes #134
closes #134

This PR contains a few simple commits meant to modernize the dependencies that had security vulnerabilities in them.

It also contains some code from @MasterOdin that attempts to fix the test setup. Note that I have left (but upgraded) mkdirp for now. We can revisit that a week from now. I will not be in town next week, so this release needs to be minimal as to not interrupt my vacation :).

With only dependency updates included in the main code, things should not change behavior wise in any shape or form. This should be completely safe and non breaking to merge. I will do so now, and make a release.

cc @MasterOdin fyi

ps tests all pass :) - we probably don't need the recursive fs.rmdir code but let me know your thoughts - it's only for the tests and I need to get these security updates out - I'll be around next weekend(a week from tomorrow) - I'll look deeper then, thanks for all your support and help lately ;)

@eriktrom eriktrom merged commit b10206d into master Aug 6, 2022
@eriktrom eriktrom deleted the modernize2 branch August 6, 2022 05:12
@eriktrom
Copy link
Member Author

eriktrom commented Aug 6, 2022

Released to npm as v1.0.29

@MasterOdin
Copy link
Contributor

In my opinion, you'd ideally have some code to clean up the folders that are made during the test, be it if you're making them in a known spot or using mktempdir function. However, if you're willing to make minimum support to 12.x (which is the oldest currently supported LTS), could use the recursive option to fs.rmdir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants