Skip to content
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

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Drop those stupid github and vfs deps bumps #591

merged 1 commit into from
Nov 6, 2024

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Nov 6, 2024

Move to latest version of those, hope we dont get more automated renovate PRs for them

Move to latest version of those, hope we dont get more automated
renovate PRs for them

Signed-off-by: Itxaka <[email protected]>
@Itxaka Itxaka requested review from a team and Copilot November 6, 2024 10:45

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
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.24%. Comparing base (6634e18) to head (5c1dd6b).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@@ -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
Copy link
Contributor

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.

Copy link
Member Author

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

@Itxaka Itxaka merged commit dcad8be into main Nov 6, 2024
14 checks passed
@Itxaka Itxaka deleted the fix_deps branch November 6, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants