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
Currently if you have something like this in your dev dependencies: "clean-css": "~3.4.26" or "clean-css": "=3.4.26"
it will still offer an update to 4.x.x
What is the expected behavior?
I would expect yarn upgrade-interactive to not offer the update at all if i have set = and only offer subversion updates if i supply ~
Please mention your node.js, yarn and operating system version.
node v6.10.3
yarn v0.24.6
macOS 10.12.5
The text was updated successfully, but these errors were encountered:
What is the current behavior?
Currently if you have something like this in your dev dependencies:
"clean-css": "~3.4.26"
or"clean-css": "=3.4.26"
it will still offer an update to 4.x.x
What is the expected behavior?
I would expect yarn upgrade-interactive to not offer the update at all if i have set
=
and only offer subversion updates if i supply~
Please mention your node.js, yarn and operating system version.
node v6.10.3
yarn v0.24.6
macOS 10.12.5
The text was updated successfully, but these errors were encountered: