dvm
dvm copied to clipboard
fix(deps): update module github.com/masterminds/semver/v3 to v3.3.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/Masterminds/semver/v3 | v3.2.0 -> v3.3.0 |
Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.3.0
What's Changed
- Fix: bad package in README by @​sdelicata in https://github.com/Masterminds/semver/pull/226
- Updating the GitHub Actions and versions of Go used by @​mattfarina in https://github.com/Masterminds/semver/pull/229
- Fix spelling in README by @​robinschneider in https://github.com/Masterminds/semver/pull/222
- Adding go build cache to fuzz output by @​mattfarina in https://github.com/Masterminds/semver/pull/232
- Add caching to fuzz testing by @​mattfarina in https://github.com/Masterminds/semver/pull/234
- updating github actions by @​mattfarina in https://github.com/Masterminds/semver/pull/235
- feat: nil version equality by @​KnutZuidema in https://github.com/Masterminds/semver/pull/213
- add >= and <= by @​grosser in https://github.com/Masterminds/semver/pull/238
- doc: hyphen range constraint without whitespace by @​johnnychen94 in https://github.com/Masterminds/semver/pull/216
- Removing reference to vert by @​mattfarina in https://github.com/Masterminds/semver/pull/245
- simplify StrictNewVersion by @​grosser in https://github.com/Masterminds/semver/pull/241
- Updating the testing version of Go used by @​mattfarina in https://github.com/Masterminds/semver/pull/246
- bumping min version in go.mod based on what's tested by @​mattfarina in https://github.com/Masterminds/semver/pull/248
- Updating changelog for 3.3.0 by @​mattfarina in https://github.com/Masterminds/semver/pull/249
New Contributors
- @​sdelicata made their first contribution in https://github.com/Masterminds/semver/pull/226
- @​robinschneider made their first contribution in https://github.com/Masterminds/semver/pull/222
- @​KnutZuidema made their first contribution in https://github.com/Masterminds/semver/pull/213
- @​grosser made their first contribution in https://github.com/Masterminds/semver/pull/238
- @​johnnychen94 made their first contribution in https://github.com/Masterminds/semver/pull/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
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
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- The
godirective was updated for compatibility reasons
Details:
| Package | Change |
|---|---|
go |
1.18 -> 1.23.0 |