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

Allow for npmlog@2.x #861

Closed
wants to merge 1 commit into from
Closed

Allow for npmlog@2.x #861

wants to merge 1 commit into from

Conversation

iarna
Copy link
Member

@iarna iarna commented Jan 13, 2016

The breaking change introduced in npmlog 2.x was to anyone who was using the
log as an event emitter and was listening for error events. Since node-gyp
doesn't do these things, it isn't impacted by this change.

The breaking change introduced in npmlog 2.x was to anyone who was using the
log as an event emitter and was listening for error events. Since node-gyp
doesn't do these things, it isn't impacted by this change.
@rvagg
Copy link
Member

rvagg commented Jan 13, 2016

lgtm

@rvagg
Copy link
Member

rvagg commented Feb 13, 2016

@ralphtheninja I believe it's so that updates are not necessarily forced and that dedupe can make larger compromises .. or something. Basically all of these versions work for the way that node-gyp uses it so there's not a strong reason to need a later one.

rvagg pushed a commit that referenced this pull request Feb 13, 2016
The breaking change introduced in npmlog 2.x was to anyone who was using the
log as an event emitter and was listening for error events. Since node-gyp
doesn't do these things, it isn't impacted by this change.

PR-URL: #861
Reviewed-By: Rod Vagg <rod@vagg.org>
@rvagg
Copy link
Member

rvagg commented Feb 13, 2016

merged @ 6e28ad1, we already have a semver-minor pending for release so I'd like to try and land #878 and #877 over the next couple of days before releasing, additional eyes on those would help.

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.

3 participants