simon-dt / gulp-twig

Twig plugin for gulp.js, The streaming build system. Looking for maintainer or collaborators. See wiki
https://github.com/zimmen/gulp-twig/wiki/Looking-for-maintainer-or-collaborator(s)
MIT License
62 stars 33 forks source link

Drop dependency on deprecated gulp-util #46

Closed grig0ry closed 6 years ago

grig0ry commented 6 years ago

Replace deprecated dependency gulp-util

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:

grig0ry commented 6 years ago

@olets No problem, fixed.

bezoerb commented 6 years ago

@olets: We should have bumped the version in package.json as we can't do this on publish with the protected master branch...

bezoerb commented 6 years ago

https://github.com/zimmen/gulp-twig/pull/47

olets commented 6 years ago

Yeah I figured that'd be its own PR so that we could talk about closing out some of these other PRs and including them in the release. I don't have strong feelings about it though