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

graceful-fs needs to be updated to 4 #28

Closed
jmwilkinson opened this issue May 9, 2016 · 7 comments
Closed

graceful-fs needs to be updated to 4 #28

jmwilkinson opened this issue May 9, 2016 · 7 comments

Comments

@jmwilkinson
Copy link
Contributor

graceful-fs ~3 will fail on node < 7. It needs to be updated to ~4 to prevent failures on newer node releases.

@joaojeronimo
Copy link

Node 7 is here, cmon guys

@qballer
Copy link

qballer commented Oct 27, 2016

@joaojeronimo you are right but node 4/6 are also here.

@joaojeronimo
Copy link

True, I don't think it's a problem, just wanted to ping this issue again now because it's more relevant than it was on May 10th and could have been forgotten.

@juanpicado
Copy link
Member

Sorry @joaojeronimo, I cannot see which dependency uses graceful-fs ~3. Can you point it out ?

@joaojeronimo
Copy link

@juanpicado It seems you have updated, the warning is no longer there :)

These are the current warnings:

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

It seems all the current versions used are 4:

$ yarn ls | grep graceful
│  └─ graceful-readlink@>= 1.0.0
│  ├─ graceful-fs@^4.1.2
│  ├─ graceful-fs@^4.1.2
├─ graceful-fs@4.1.11
├─ graceful-readlink@1.0.1
│  ├─ graceful-fs@^4.1.2
│  ├─ graceful-fs@^4.1.2
│  ├─ graceful-fs@^4.1.2
│  ├─ graceful-fs@^4.1.2

@juanpicado
Copy link
Member

I'll close this one and create a new ticket to clean the warnings

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string 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@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN prefer global coffee-script@1.10.0 should be installed with -g

@lock
Copy link

lock bot commented May 30, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the outdated label May 30, 2018
@lock lock bot locked as resolved and limited conversation to collaborators May 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants