stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Drop support for Node 4 and down? #136

Closed JustinBeckwith closed 5 years ago

JustinBeckwith commented 5 years ago

Node.js 4 and down are all out of LTS, so you probably don't need to support those :) Any thoughts on a PR to update supported versions and drop these?

stevenvachon commented 5 years ago

Use the v0.8 branch

JustinBeckwith commented 5 years ago

It looks like there's a lot going on in there! If I may suggest - it's probably a lot easier to make many of these changes on master and cut a breaking release. The big issue we're running into is that many of your dependencies are out of date, which makes installation trigger all kind of audit alerts. I'd be happy to help contribute if that's helpful! I'd much rather help make this shine than fork.

stevenvachon commented 5 years ago

The v0.8.0 branch is much needed for international URLs, so a breaking change is will happen anyway.