Skip to content

chore(deps): update module github.com/masterminds/semver/v3 to v3.5.0 (8.19)#6100

Merged
elastic-renovate-prod[bot] merged 1 commit into8.19from
renovate/8.19-github.com-masterminds-semver-v3-3.x
May 7, 2026
Merged

chore(deps): update module github.com/masterminds/semver/v3 to v3.5.0 (8.19)#6100
elastic-renovate-prod[bot] merged 1 commit into8.19from
renovate/8.19-github.com-masterminds-semver-v3-3.x

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/Masterminds/semver/v3 indirect minor v3.3.0 -> v3.5.0

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.5.0

Compare Source

What's Changed

New Contributors

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

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

v3.3.1

Compare Source

What's Changed

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


Configuration

📅 Schedule: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot added backport-skip dependencies Pull requests that update a dependency file renovate labels May 7, 2026
@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team as a code owner May 7, 2026 15:23
@elastic-renovate-prod elastic-renovate-prod Bot added renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team. labels May 7, 2026
@elastic-renovate-prod elastic-renovate-prod Bot enabled auto-merge May 7, 2026 15:23
@elastic-renovate-prod elastic-renovate-prod Bot added this pull request to the merge queue May 7, 2026
Merged via the queue into 8.19 with commit 81902a2 May 7, 2026
16 of 17 checks passed
@elastic-renovate-prod elastic-renovate-prod Bot deleted the renovate/8.19-github.com-masterminds-semver-v3-3.x branch May 7, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip dependencies Pull requests that update a dependency file renovate renovate-auto-approve Team:Security-Cloud Services Security Data Experience - Cloud Services team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants