gh-bump
gh-bump copied to clipboard
fix(deps): update module github.com/masterminds/semver/v3 to v3.4.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/Masterminds/semver/v3 | v3.3.1 -> v3.4.0 |
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.4.0
There are a few changes in this release to highlight:
Constraintsnow has a propertyIncludePrerelease. When set to true theCheckandValidatemethods will include prereleases.- When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example,
>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. NewVersioncoercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersiontofalse.
What's Changed
- fix the CodeQL link by @dmitris in #257
- Restore detailed errors when failed to parse with NewVersion by @mattfarina in #262
- updating go version tested with by @mattfarina in #263
- Restore the ability to have leading 0's with NewVersion by @mattfarina in #266
- Handle pre-releases on all in an and group by @mattfarina in #267
- Add property to include prereleases by @mattfarina in #268
- Updating the error message handling by @mattfarina in #269
- Update the release notes and readme for new version by @mattfarina in #270
New Contributors
Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -t ./...
go: errors parsing go.mod:
/tmp/renovate/repos/github/johnmanjiro13/gh-bump/go.mod:5: unknown directive: toolchain