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
Library update/install with --no-overwrite will perform the update if it's possible to keep already installed dependencies at their current version (#2431)
* Updated semver library
* Improved behaviour of 'lib install --no-overwrite' flag
Previously the --no-overwrite flag would fail to install if a library
dependency was already installed but not at the latest version.
After this change the already present library may be accepted as a
dependency if it match the version constraints of the installed library.
* Fixed integration test
* Added integration test
* Always use 'installed' version if available
* Allow a bit more time for slow CI
0 commit comments