floatdrop / gulp-watch

Watch, that actually is an endless stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated dependency gulp-util

karstens opened this issue · comments

gulp-util has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the recently released version 4 of Gulp, 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 popular but still relying on gulp-util, it would be good to publish a fixed version to npm as soon as possible.

See:

Looks like someone already did it #303. 👏

This PR is still open. @floatdrop you mind taking a look to approve and merge it?
Would love to see gulp-util being removed here, as it's the last package in our project that requires deprecated gulp-util :)

Got merged, great :)
Is it possible to create a new release?

@floatdrop could you please release v5.0.1 to remove the gulp-util dependency and close this issue? That would be lovely not to have those ugly deprecation warnings anymore.

EDIT: v5.0.1 has been released, I think we can close this now :)