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

Remove direct dependency on gulp-util #227

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Conversation

guanw88
Copy link
Contributor

@guanw88 guanw88 commented Aug 28, 2024

Remove deprecated gulp-util as per https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

@guanw88 guanw88 changed the title Remove direct dependency on gul-util Remove direct dependency on gulp-util Aug 28, 2024
@guanw88 guanw88 self-assigned this Aug 28, 2024
@guanw88 guanw88 added the dependencies Pull requests that update a dependency file label Aug 28, 2024
@@ -43,7 +44,7 @@ if (typeof options.grep === 'string') {

const karmaErrorHandler = function(code) {
if (code === 1) {
util.log(util.colors.red('Tests finished with failures.'));
log(colors.red('Tests finished with failures.'));
Copy link
Member

Choose a reason for hiding this comment

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

If we just did console.log('Tests finished with failures.') could we remove fancy-log and ansi-colors npm packages?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, those packages are just used for syntax highlighting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We still use log in the build-module step though, so will need to figure out how to eliminate that piece.

@guanw88 guanw88 merged commit 8115f35 into master Aug 29, 2024
1 check passed
@guanw88 guanw88 deleted the remove-deprecated-gulp-util branch August 29, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

2 participants