Skip to content

fix(deps): update module github.com/masterminds/semver/v3 to v3.4.0#337

Merged
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-masterminds-semver-v3-3.x
Jul 1, 2025
Merged

fix(deps): update module github.com/masterminds/semver/v3 to v3.4.0#337
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-masterminds-semver-v3-3.x

Conversation

@ocmbot

@ocmbot ocmbot Bot commented Jul 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/Masterminds/semver/v3 require minor v3.3.1 -> v3.4.0 OpenSSF Scorecard
github.com/Masterminds/semver/v3 indirect minor v3.3.1 -> v3.4.0 OpenSSF Scorecard

Release Notes

Masterminds/semver (github.com/Masterminds/semver/v3)

v3.4.0

Compare Source

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. 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.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.
What's Changed
New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ocmbot ocmbot Bot requested a review from a team as a code owner July 1, 2025 10:40
@github-actions github-actions Bot added kind/bugfix Bug kind/dependency dependency update, etc. size/s Small labels Jul 1, 2025
@ocmbot ocmbot Bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch 5 times, most recently from eecf3d8 to f4ebbb3 Compare July 1, 2025 10:52
@ocmbot ocmbot Bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from f4ebbb3 to db01c36 Compare July 1, 2025 10:53
@jakobmoellerdev jakobmoellerdev merged commit a7fbd1d into main Jul 1, 2025
31 checks passed
@jakobmoellerdev jakobmoellerdev deleted the renovate/github.com-masterminds-semver-v3-3.x branch July 1, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix Bug kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant