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(upgrade): Fix yarn upgrade when using --scope with exotic deps #7017

Merged
merged 2 commits into from Feb 18, 2019

Commits on Feb 9, 2019

  1. fix(upgrade): Fix yarn upgrade when using --scope with exotic depende…

    …ncies.
    
    Exotic dependencies (github urls for example) were not being unlocked from the lockfile when running
    `yarn upgrade --scope @whatever/` which was resulting in dependencies not being upgraded. This was
    due to trying to find the dep in the lockfile just by it's url instead of in `name@url` format.
    
    fixes yarnpkg#7016
    rally25rs committed Feb 9, 2019
    Copy the full SHA
    3fc0b89 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    rally25rs committed Feb 9, 2019
    Copy the full SHA
    b828db8 View commit details
    Browse the repository at this point in the history