Remove deprecated gulp-util@3.0.8
See original GitHub issueWhen running npm install
the following warning message is printed:
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
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Clarification on when deprecated API should/can be removed.
If I deprecate a v1.x defined API 1.5.0, must the corresponding symbols be removed, or otherwise inaccessible, in 2.0.0 or can this take ......
Read more >API Deprecation and Removal Planning for %15.9 - GitLab
Removing unused or duplicate values within a sensible time limit ensures that GitLab's APIs maintain a high level of quality and usability.
Read more >Cannot Find Module 'Gulp-Util' - ADocLib
Error: Cannot find module 'gulputil' at Function.Module.resolveFilename module.js:338:15. Despite upgrading node npm gulp and cleaning. I am trying to get Sage ...
Read more >580314 – Remove deprecated methods from ... - Bugs - Eclipse
In CBuildConfiguration there are some deprecated methods that shouldn't be used because they break the launchbar "Stop" button I want to ...
Read more >Deprecations and removals in Chrome 91
Remove alert(), confirm(), and prompt() for cross origin iframes ... change and has postponed the deprecation until at least January 2022.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m a bit worried with unmaintained packages. As we know, they can always go rogue. I want to have a look around to see if there something more updated, more used and more secure. If not, I’m happy to follow the admins rule 😉
I did a PR on
gulp-css2js
to get rid of the dependencies, and new version is now released. Unfortunately I didn’t notice we actually importgulp-util
directly. I’m closing this issue in favor of #1548