You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
What is the current behavior? yarn upgrade-interactive offers "upgrade" of typescript 2.3.4 ❯ 2.3.4.
Accepting the upgrade has no effect. The next run of yarn upgrade-interactive reoffers the same update again.
Deleting the yarn.lock file and running yarn install again does have an effect and typescript 2.4.0 gets pulled in. Following yarn upgrade-interactive do no longer offer a new upgrade
If the current behavior is a bug, please provide the steps to reproduce.
yarn upgrade-interactive Mi 21 Jun 2017 16:49:25 CEST
yarn upgrade-interactive v0.24.6
? Choose which packages to update.
? Choose which packages to update. [email protected]
info Installing "devDependencies"...
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved 1 new dependency.
└─ [email protected]
Done in 2.96s.
yarn upgrade-interactive – * here I would expect a empty list`
yarn upgrade-interactive 3343ms Mi 21 Jun 2017 16:49:32 CEST
yarn upgrade-interactive v0.24.6
? Choose which packages to update. (Press <space> to select, <a> to toggle all, <i> to inverse selection)
devDependencies
❯◯ typescript 2.3.4 ❯ 2.3.4.
Workaround:
yarn upgrade 23.2s Mi 21 Jun 2017 16:50:18 CEST
yarn upgrade v0.24.6
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Rebuilding all packages...
success Saved lockfile.
success Saved 1 new dependency.
└─ [email protected]
Done in 0.99s.
What is the expected behavior? yarn upgrade-interactive should offer the same upgrade as yarn upgrade
Please mention your node.js, yarn and operating system version.
node --version ; and npm --version ; and yarn --version 1381ms Mi 21 Jun 2017 16:50:22 CEST
v6.11.0
3.10.10
0.24.6
Do you want to request a feature or report a bug?
bug
What is the current behavior?
yarn upgrade-interactive
offers "upgrade" oftypescript 2.3.4 ❯ 2.3.4.
Accepting the upgrade has no effect. The next run of
yarn upgrade-interactive
reoffers the same update again.Deleting the
yarn.lock
file and runningyarn install
again does have an effect and typescript 2.4.0 gets pulled in. Followingyarn upgrade-interactive
do no longer offer a new upgradeIf the current behavior is a bug, please provide the steps to reproduce.
git checkout [email protected]:bentolor/yarnpkg-demo-upgradebug.git
yarn upgrade-interactive
– select entry. Press enter:yarn upgrade-interactive
– * here I would expect a empty list`What is the expected behavior?
yarn upgrade-interactive
should offer the same upgrade asyarn upgrade
Please mention your node.js, yarn and operating system version.
Content of the files
package json
yarn.lock
The text was updated successfully, but these errors were encountered: