sindresorhus / trash

Move files and directories to the trash
MIT License
2.58k stars 79 forks source link

Upgrade fs-extra dep #71

Closed jdalton closed 5 years ago

jdalton commented 6 years ago

The current dep of fs-extra is pretty old and contains a now deprecated Buffer usage. This will turn into a runtime error in Node v10.

sindresorhus commented 6 years ago

I tried, but tests were failing and I don't have a Linux machine or time to debug.

https://travis-ci.org/sindresorhus/trash/builds/358470595

jdalton commented 6 years ago

Hmm interesting. Thanks for attempting it. I'll check it out.

sindresorhus commented 5 years ago

Closing as we're no longer using fs-extras.

jdalton commented 5 years ago

Thank you @sindresorhus!