Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

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

Merged
inancgumus merged 1 commit into
mainfrom
renovate/github.com-masterminds-semver-v3-3.x
Apr 2, 2026
Merged

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

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/Masterminds/semver/v3 v3.3.1v3.4.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 becomes conflicted, 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
renovate-sh-app Bot requested a review from a team as a code owner December 1, 2025 16:20
@renovate-sh-app
renovate-sh-app Bot requested a review from szkiba December 1, 2025 16:20
@inancgumus

Copy link
Copy Markdown

@renovate rebase

@renovate-sh-app

Copy link
Copy Markdown
Contributor Author

Rebase requested. Renovate is processing this repository now.

@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from 7c4133f to fe9c037 Compare April 2, 2026 22:18
@renovate-sh-app

Copy link
Copy Markdown
Contributor Author

Rebase requested. Renovate is processing this repository now.

| datasource | package                          | from   | to     |
| ---------- | -------------------------------- | ------ | ------ |
| go         | github.com/Masterminds/semver/v3 | v3.3.1 | v3.4.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app
renovate-sh-app Bot force-pushed the renovate/github.com-masterminds-semver-v3-3.x branch from fe9c037 to b761bbf Compare April 2, 2026 23:34
@inancgumus
inancgumus merged commit 57ae841 into main Apr 2, 2026
14 checks passed
@inancgumus
inancgumus deleted the renovate/github.com-masterminds-semver-v3-3.x branch April 2, 2026 23:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant