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

Upgrade Yaktor dependencies #63

Open
matthewadams opened this issue Dec 1, 2016 · 2 comments
Open

Upgrade Yaktor dependencies #63

matthewadams opened this issue Dec 1, 2016 · 2 comments

Comments

@matthewadams
Copy link
Contributor

There are deprecation warnings during npm install of a new Yaktor project. Excerpts follow:

$ curl https://init.yaktor.io | sh
...
npm install
npm WARN deprecated node-uuid@1.4.1: use uuid module instead
npm WARN deprecated standard-format@2.1.1: standard-format is deprecated in favor of a built-in autofixer in 'standard'. Usage: standard --fix
...
npm WARN deprecated tough-cookie@0.9.15: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated native-or-bluebird@1.1.2: 'native-or-bluebird' is deprecated. Please use 'any-promise' instead.
...
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 minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
...
npm WARN deprecated graceful-fs@1.1.14: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

Some of the above warnings may be from transitive dependencies. Upgrading Yaktor's direct dependencies should eliminate the transitive deprecation warnings.

@barrettc
Copy link

barrettc commented Dec 1, 2016

I can speak to the jade/pug warning as I recently had to look into this for some course material updates. The jade project had to be renamed to pug for legal reasons. Once switching to the latest version of pug, the templates were not backwards compatible and required some minor changes. I can take on that migration since I've done it already.

@matthewadams
Copy link
Contributor Author

Ask and ye shall receive: you've been assigned. :)

@matthewadams matthewadams modified the milestone: Ama Dablam Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants