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

fix(arborist): save workspace version #4578

Commits on Mar 17, 2022

  1. fix(arborist): save workspace version

    When declaring dependencies to workspaces the common practice is to
    refer to their version numbers, currently the cli adds a link reference
    instead of the proper semver range when trying to install/declare as a
    direct direct dependency one of its own workspaces.
    
    This change fixes it by adding a new condition for handling workspace
    edges when saving the current ideal tree.
    
    Relates to: npm#3403
    ruyadorno committed Mar 17, 2022
    Copy the full SHA
    55a6759 View commit details
    Browse the repository at this point in the history