SIGN IN SIGN UP
yarnpkg / yarn UNCLAIMED

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry

0 0 76 JavaScript

fix(upgrade): Fix yarn upgrade when using --scope with exotic deps (#7017)

* fix(upgrade): Fix yarn upgrade when using --scope with exotic dependencies.

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 #7016

* updated changelog
J
Jeff Valore committed
c837fef2eb4cf8276ba914bd39f84470f1f640fe
Parent: 0e380a1
Committed by Maël Nison <nison.mael@gmail.com> on 2/18/2019, 2:07:26 PM