Skip to content

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

This MR contains the following updates:

Package Change Age Confidence
github.com/Masterminds/semver/v3 v3.1.1 -> v3.4.0 age confidence

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: https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0

v3.2.1

Compare Source

Changed
  • #​198: Improved testing around pre-release names
  • #​200: Improved code scanning with addition of CodeQL
  • #​201: Testing now includes Go 1.20. Go 1.17 has been dropped
  • #​202: Migrated Fuzz testing to Go built-in Fuzzing. CI runs daily
  • #​203: Docs updated for security details
Fixed
  • #​199: Fixed issue with range transformations

Full Changelog: https://github.com/Masterminds/semver/compare/v3.2.0...v3.2.1

v3.2.0

Compare Source

Added

Changed

Fixed

  • #​186: Fixing issue where validation of constraint section gave false positives
  • #​176: Fix constraints check with *-0 (thanks @​mtt0)
  • #​181: Fixed Caret operator (^) gives unexpected results when the minor version in constraint is 0 (thanks @​arshchimni)
  • #​161: Fixed godoc (thanks @​afirth)

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports

Loading