Skip to content

Conversation

@rplopes
Copy link

@rplopes rplopes commented Jun 7, 2018

Debugnyan depends on bunyan ^1.8.1, which is resolved by yarn.lock to 1.8.9.

Bunyan depends on dtrace-provider ~0.8, which is resolved by debugnyan's yarn.lock to 0.8.1.

That version of dtrace-provider is not compatible with node 10. The fix has only been added to version 0.8.7.

Version ~0.8 also resolves to 0.8.7, so there's no need to change the dependency version. We only need to update yarn's resolved version to have the newest dtrace-provider version available to debugnyan and its dependents.

This PR's diff can be reviewed by deleting yarn.lock, running yarn again and checking the resolved version of dtrace-provider (and its dependency nan) is exactly the same as the one in this diff.

@rplopes rplopes self-assigned this Jun 7, 2018
Copy link
Member

@kurayama kurayama left a comment

Choose a reason for hiding this comment

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

LGTM

@kurayama kurayama merged commit 097ddae into master Jun 7, 2018
@kurayama kurayama deleted the support/update-resolved-bunyan-version branch June 7, 2018 15:26
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