sasstools / gulp-sass-lint

Gulp plugin for Sass Lint
MIT License
115 stars 43 forks source link

Remove deprecated module gulp-util #83

Closed Frank3K closed 6 years ago

Frank3K commented 6 years ago

Replace deprecated dependency gulp-util

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:

theenoahmason commented 6 years ago

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.

And we love you for it! Please make this fix as soon as possible. 🙏

jameelmoses commented 6 years ago

Any update here?

laurence702 commented 6 years ago

Is there a quick fix i can use to solve this issue : npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 Ive read the Blog on Medium but wasnt too help. are there alternatives?

jameelmoses commented 6 years ago

@laurence702 it's already been fixed. you need to upgrade the package locally in your project.