-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop those stupid github and vfs deps bumps #591
Conversation
Move to latest version of those, hope we dont get more automated renovate PRs for them Signed-off-by: Itxaka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 21 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- go.mod: Language not supported
- pkg/action/reset_test.go: Evaluated as low risk
- internal/agent/install_test.go: Evaluated as low risk
- pkg/cloudinit/cloudinit.go: Evaluated as low risk
- pkg/action/upgrade_test.go: Evaluated as low risk
- pkg/config/config.go: Evaluated as low risk
- pkg/elemental/elemental_test.go: Evaluated as low risk
- pkg/utils/common.go: Evaluated as low risk
- pkg/config/config_test.go: Evaluated as low risk
- pkg/github/releases.go: Evaluated as low risk
- pkg/utils/fs/fs.go: Evaluated as low risk
- pkg/utils/runstage_test.go: Evaluated as low risk
- pkg/config/spec_test.go: Evaluated as low risk
- pkg/utils/utils_test.go: Evaluated as low risk
- pkg/action/bootentries_test.go: Evaluated as low risk
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #591 +/- ##
==========================================
- Coverage 48.29% 48.24% -0.05%
==========================================
Files 48 48
Lines 6017 6017
==========================================
- Hits 2906 2903 -3
- Misses 2835 2837 +2
- Partials 276 277 +1 ☔ View full report in Codecov by Sentry. |
@@ -193,6 +190,7 @@ require ( | |||
github.com/tklauser/go-sysconf v0.3.12 // indirect | |||
github.com/tklauser/numcpus v0.6.1 // indirect | |||
github.com/tredoe/osutil v1.5.0 // indirect | |||
github.com/twpayne/go-vfs/v4 v4.3.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be v5? That's what you bumped to in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indirect, so it measn something in the deps is bringing it, but IIRC the indirect deps are not bumped by renovate directly
Move to latest version of those, hope we dont get more automated renovate PRs for them