gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
MIT License
830 stars 103 forks source link

updated deps: lodash.template, multipipe, object-assign, replace-ext, vinyl #129

Closed sray closed 8 years ago

sray commented 8 years ago

note that an update to array-differ ^2.0.0 is not possible unless one wants to give up supporting node < 6. one test case had to be adjusted to fit to the vinyl update (as of version 2.0.0, vinyl automatically removes trailing separators of directories).

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.361% when pulling 7d392128d024b7935d80782755ecd2aa4e7fd6b8 on srse:updated_dependencies into 5a417cf54cf90e8592e950e8721f87033e85f4fc on gulpjs:master.

phated commented 8 years ago

Thanks but we have no plans to update dependencies of this module. It is in process of being deprecated with the goal of consumers using the dependencies they need directly, which will allow them to update at will (among other things).

sray commented 7 years ago

@phated: looking through other closed PRs, it seems I am not the only one opening a PR to update dependencies. So, maybe it would be a good idea to state the deprecation (or the started process of deprecation) of gulp-util in the README? Otherwise more people may end up wasting their time.