OverZealous / run-sequence

Run a series of dependent gulp tasks in order
MIT License
962 stars 61 forks source link

Risky dependency #90

Closed CExAdamJ closed 7 years ago

CExAdamJ commented 7 years ago

There are hidden breaking changes creeping into this module because of the way it has defined its dependencies.

https://github.com/OverZealous/run-sequence/blob/master/package.json#L26

Can you please tag against a specific version of chalk? Preferably one before chalk v2.0.0 and one after as this is a major breaking change and drops support for older versions of Node.

AdamWills commented 7 years ago

I have issued a PR to fix this - hoping we get a quick response!

89

OverZealous commented 7 years ago

v.2.0.0 has been released. Thanks!