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
When passing -t minor, version updates with major version zero get included, even though major version 0 can include breaking changes and should be treated the same as semver major.
For example, if a package is on 0.1.0, and there's a new version called 0.2.0, it will update, even though it shouldn't.
Expected Behavior
Minor version increments when the major version is zero should be excluded from being updated.