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

Deprecated graceful-fs #2111

Closed
thedark1337 opened this issue Feb 16, 2016 · 5 comments
Closed

Deprecated graceful-fs #2111

thedark1337 opened this issue Feb 16, 2016 · 5 comments

Comments

@thedark1337
Copy link
Contributor

Hi, I just noticed after installing mocha that it relies on an outdated dependency on glob@3.2.3 which uses graceful-fs@2.0.3 .

npm WARN deprecated graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible

See the tracking issue here: nodejs/node#5213

@LinusU
Copy link
Contributor

LinusU commented Feb 16, 2016

Would be nice to update glob, the latest version is 7.0.0...

@danielstjules
Copy link
Contributor

Please see: #2058 (comment)

This won't be needed until Node 7.0. Furthermore, we can't break support for older version of npm atm. This is something we could pursue in a major release at some point.

@LinusU
Copy link
Contributor

LinusU commented Feb 16, 2016

Hmm, that's to bad :(

Although Node 0.8 is at end of life, it isn't supported anymore. I think it's time to drop support for that from mocha...

@danielstjules
Copy link
Contributor

That's something we can def look into in the next major release :) We wouldn't want to break compatibility in 2.x.x

@LinusU
Copy link
Contributor

LinusU commented Feb 16, 2016

I understand 👍

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

No branches or pull requests

3 participants