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

reduce some of the install warnings #794

Merged
merged 1 commit into from Jul 15, 2016

Conversation

chearon
Copy link
Collaborator

@chearon chearon commented Jul 15, 2016

I've been getting a little tired of all of the warnings when you npm install, so I upgraded the Jade dependency and that gets rid of 2 of them. They renamed Jade to pug, it is a major version update and it's also beta but I could find no issues with the browser tests.

I guess these warnings only show up when you install Canvas directly, but still!

Before

npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

After

npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

@LinusU
Copy link
Collaborator

LinusU commented Jul 15, 2016

Thank you, cleanups are highly welcome, you rock!

@chearon
Copy link
Collaborator Author

chearon commented Jul 15, 2016

Haha no problem!

@LinusU LinusU merged commit 3fa461d into Automattic:master Jul 15, 2016
@chearon chearon deleted the reduce-warnings branch October 29, 2016 17:19
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.

None yet

2 participants