chore(deps): update module github.com/masterminds/semver/v3 to v3.4.0 #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/go-modules"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v3.3.1
->v3.4.0
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.4.0
Compare Source
There are a few changes in this release to highlight:
Constraints
now has a propertyIncludePrerelease
. When set to true theCheck
andValidate
methods will include prereleases.>1.0.0-beta.1 < 2
. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example,>1.0.0-beta.1 < 2 || > 3
. In this case, prereleases will not be included when evaluating against>3
.NewVersion
coercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersion
tofalse
.What's Changed
New Contributors
Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
d596362e42
toac7a516177