tschaub / gulp-newer

Pass through newer source files only
https://npmjs.org/package/gulp-newer
226 stars 24 forks source link

Replace deprecated dependency gulp-util #59

Closed demurgos closed 6 years ago

demurgos commented 6 years ago

gulp-util has been recently deprecated. Continuing to use this dependency may prevent the use of your library with the latest release of Gulp 4 so it is important to replace gulp-util.

The README.md lists alternatives for all the components so a simple replacement should be enough.

Your package is one of the most popular packages still relying on gulp-util, it would be good to publish a fixed version to npm as soon as possible.

See:

tschaub commented 6 years ago

Thanks for the heads up @demurgos. Pull requests welcome if anybody wants to get a start on this.

demurgos commented 6 years ago

@tschaub I am moving my way through the other plugins (see the linked issue) but since you are "active" I'll work on your library next.