jslicense / licensee.js

check dependency licenses against rules
https://www.npmjs.com/package/licensee
Apache License 2.0
185 stars 23 forks source link

Drop Support for EOL Node.js versions #55

Closed kemitchell closed 4 years ago

kemitchell commented 4 years ago

This PR makes changes to drop support for old Node versions. That in turn enables upgrading a couple of essential dependencies: read-package-tree and semver.

kemitchell commented 4 years ago

I've just push a commit dropping 6 and 7, as well. End-of-life for v8/Carbon is scheduled for the end of this year.

brettz9 commented 4 years ago

It'd be cool to return a Promise as well once this may be merged.

kemitchell commented 4 years ago

@brettz9 I'd prefer not to take on the complexity of callback-or-promise. I use promises sometimes, too. It's not so bad using one of the usual wrappers, or doing it manually.

kemitchell commented 4 years ago

Going out as 8.0.0 shortly.