hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

Replace deprecated gutil #79

Closed TheDancingCode closed 6 years ago

TheDancingCode commented 6 years ago

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.

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.

In passing, I fixed a linting error and adapted a test to pass on Windows.

TheDancingCode commented 6 years ago

The build is failing because mocha dropped support for Node < 4.

TheDancingCode commented 6 years ago

@hparra Did you get a chance to look at this?

hparra commented 6 years ago

This may pass CI if we update node version. See https://github.com/hparra/gulp-spawn/pull/16/files

TheDancingCode commented 6 years ago

@hparra Could you merge this?