sindresorhus / gulp-imagemin

Minify PNG, JPEG, GIF and SVG images
MIT License
1.9k stars 156 forks source link

Removed use of deprecated gutil #289

Closed zbennett10 closed 6 years ago

zbennett10 commented 6 years ago

Created this little pull request to replace deprecated gulp-util with proper dependencies.

Thanks for this great tool!

For more info about the deprecation see: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Fixes #290

phil-r commented 6 years ago

It looks like gulp-imagemin still has gulp-util as a dependency 🤔

├─┬ gulp-imagemin@4.1.0
│ └─┬ imagemin-gifsicle@5.2.0
│   └─┬ gifsicle@3.0.4
│     └─┬ bin-build@2.2.0
│       └─┬ download@4.4.3
│         └─┬ gulp-decompress@1.2.0
│           └── gulp-util@3.0.8

ref https://github.com/kevva/gulp-decompress/pull/13

zbennett10 commented 6 years ago

@phil-r yeah I think that there are quite a few packages that will still have gulp-util listed as a dependency somewhere down the tree... It's good that there is already a pr for the gulp-decompress package.