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
|
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.4.0
There are a few changes in this release to highlight:
-
Constraints
now has a propertyIncludePrerelease
. When set to true theCheck
andValidate
methods 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
. -
NewVersion
coercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersion
tofalse
.
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
v3.3.1
What's Changed
- Fix for allowing some version that were invalid by @mattfarina in #253
Full Changelog: https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1
v3.3.0
What's Changed
- Fix: bad package in README by @sdelicata in #226
- Updating the GitHub Actions and versions of Go used by @mattfarina in #229
- Fix spelling in README by @robinschneider in #222
- Adding go build cache to fuzz output by @mattfarina in #232
- Add caching to fuzz testing by @mattfarina in #234
- updating github actions by @mattfarina in #235
- feat: nil version equality by @KnutZuidema in #213
- add >= and <= by @grosser in #238
- doc: hyphen range constraint without whitespace by @johnnychen94 in #216
- Removing reference to vert by @mattfarina in #245
- simplify StrictNewVersion by @grosser in #241
- Updating the testing version of Go used by @mattfarina in #246
- bumping min version in go.mod based on what's tested by @mattfarina in #248
- Updating changelog for 3.3.0 by @mattfarina in #249
New Contributors
- @sdelicata made their first contribution in #226
- @robinschneider made their first contribution in #222
- @KnutZuidema made their first contribution in #213
- @grosser made their first contribution in #238
- @johnnychen94 made their first contribution in #216
Full Changelog: https://github.com/Masterminds/semver/compare/v3.2.1...v3.3.0
v3.2.1
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
Added
- #190: Added text marshaling and unmarshaling
- #167: Added JSON marshalling for constraints (thanks @SimonTheLeg)
- #173: Implement encoding.TextMarshaler and encoding.TextUnmarshaler on Version (thanks @MarkRosemaker)
- #179: Added New() version constructor (thanks @kazhuravlev)
Changed
Fixed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.