-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still using [email protected], which still uses [email protected] #2749
Comments
It's unfortunate that you are completely clueless. Glob-watcher is our project and we're very aware of everything you've stated. Major releases contain breaking changes and we're working towards integrating everything into gulp 5. Next time maybe do some more research before complaining about things you know nothing about. |
Your tone is unnecessary. I'm looking at the gulp repository for gulp and see virtually no activity. The last commit was 2 years ago, and most of the "recent" history is 5+ years old. All public branches are even older. The last mention of "gulp 5" on Twitter is about a year and a half ago. So if gulp 5 is under active development, it's news to me. And yes, I'm aware that glob-watcher is your project -- which is why I'm surprised that you haven't patched gulp 4 to keep it up to date with that dependency. |
Gulp is 25 lines of glue code and 65 underlying modules that we've written and maintain, so you will have to do more than a cursory look at commits in this repository to see all of the active development. We follow strict semver, so breaking changes have to be released as a major. Gulp is stable software, and we are a couple active maintainers doing it in our spare time. So don't come into the project the way you did. |
glob-watcher
6 has been updated for some time to usechokidar
3.x, but gulp is still usingglob-watcher
5.This results in a message with every npm install:
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
It appears gulp is completely dead, but if someone is still watching this repo, it would be nice to have this dependency bumped so we no longer receive this message.
The text was updated successfully, but these errors were encountered: