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 packages (needed for Node.js 7 compatibility) #80

Closed
wants to merge 1 commit into from

Conversation

mgol
Copy link
Contributor

@mgol mgol commented Jun 1, 2016

The version of mocha used so far relies on an outdated graceful-fs version
that prints deprecation messages in Node.js 6 and will stop working in
Node.js 7.

The version of mocha used so far relies on an outdated graceful-fs version
that prints deprecation messages in Node.js 6 and will stop working in
Node.js 7.
"sinon": "^1.10.3",
"underscore": "~1.6.0"
"underscore": "^1.8.3"
Copy link
Member

Choose a reason for hiding this comment

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

We can't rely on Underscore to preserve compat between minor versions since they don't follow semver

@domenic
Copy link
Member

domenic commented Jun 28, 2016

Merged as cdfe0f3 but keeping Underscore at ~. Released as 2.1.2. Thanks!

@domenic domenic closed this Jun 28, 2016
@mgol mgol deleted the node7 branch July 25, 2016 11:28
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.

2 participants