Skip to content
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

removing deprecated gulp-util #19

Merged
merged 2 commits into from
Jan 13, 2018
Merged

removing deprecated gulp-util #19

merged 2 commits into from
Jan 13, 2018

Conversation

joeycozza
Copy link
Contributor

fixes #18

gulp-util has been deprecated recently. 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 popular but still relying on gulp-util, it would be good to publish a fixed version to npm as soon as possible.

See:

https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
gulpjs/gulp-util#143

@terrierscript
Copy link
Owner

Thank you! But some test failed

Copy link
Owner

@terrierscript terrierscript left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix testing

@joeycozza
Copy link
Contributor Author

I didn't realize vinyl 2.0 removed the .pipe() function. So I put vinyl to 1.2.0 where .pipe() still exists.

"through2": "^0.4.1",
"unzipper": "^0.7.1"
"unzipper": "^0.7.1",
"vinyl": "^1.2.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot realize known for vinyl downgrade.
But OK, I merge and release it.

@terrierscript terrierscript merged commit 546e159 into terrierscript:master Jan 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace deprecated dependency gulp-util
3 participants