🌱 Bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0#2709
🌱 Bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0#2709tmshort wants to merge 2 commits into
Conversation
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Masterminds/semver v3.5.0 changed constraint error messages to quote the invalid constraint value: "foobar" instead of foobar. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Todd Short <tshort@redhat.com>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the main module dependency on github.com/Masterminds/semver/v3 from v3.4.0 to v3.5.0 and adjusts the affected resolver test expectation for the library’s updated constraint error formatting.
Changes:
- Bumped
github.com/Masterminds/semver/v3ingo.mod. - Updated corresponding checksums in
go.sum. - Updated one test assertion to match the new error message text.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates the direct semver/v3 dependency to v3.5.0. |
go.sum |
Updates module checksums for semver/v3 v3.5.0. |
internal/operator-controller/resolve/catalog_test.go |
Adjusts the invalid version range error assertion for the new dependency behavior. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rashmigottipati The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2709 +/- ##
==========================================
- Coverage 68.24% 68.12% -0.13%
==========================================
Files 145 145
Lines 10698 10698
==========================================
- Hits 7301 7288 -13
- Misses 2869 2880 +11
- Partials 528 530 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bumps github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0.
Alternative to #2708
Description
Reviewer Checklist