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

Drop dependency on deprecated gulp-util #44

Merged
merged 1 commit into from
Jan 2, 2018
Merged

Drop dependency on deprecated gulp-util #44

merged 1 commit into from
Jan 2, 2018

Conversation

TheDancingCode
Copy link
Contributor

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.

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:

"rework": "~1.0.0",
"rework-import": "^2.0.0",
"rework-plugin-url": "^1.0.1",
"through2": "~1.1.1"
"through2": "~1.1.1",
"vinyl": "^2.1.0"

Choose a reason for hiding this comment

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

vinyl should be in the devDependencies. Could you update it please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, as it's being used in index.js, not only the tests.

Choose a reason for hiding this comment

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

You're right, it's a normal dependency (I'm going over too much of these PRs 😄)

@mariocasciaro mariocasciaro merged commit e8f7ad3 into mariocasciaro:master Jan 2, 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.

3 participants