jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.28k stars 507 forks source link

Update fs-extra to the latest version 🚀 #629

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency fs-extra was updated from 8.1.0 to 9.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: ryanzim License: MIT

Find out more about this release.


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

agilgur5 commented 4 years ago

Here's the changelog. Main breaking thing is min Node version >=10 (dropped 6, 8, and 9, which were all EOL).

We dropped Node 8 as well in #426, but it was just deprecated (not tested anymore) as opposed to fully dropped, and this actually uses new features that aren't supported in older versions. 🤷‍♂ not high-prio to update at all. One of the reasons I'm not big on greenkeeper is that it gives lots of low-prio (or no prio) notifications

agilgur5 commented 4 years ago

@types/fs-extra hasn't updated to v9 yet which is a bit problematic? It might be fine using the older typedef as not that much changed and no changes used internally.

agilgur5 commented 4 years ago

Superseded by #678