chore(deps): consolidate dependency bumps from 10 open PRs#5981
Merged
chore(deps): consolidate dependency bumps from 10 open PRs#5981
Conversation
Go modules: - github.com/replicatedhq/troubleshoot 0.123.18 -> 0.127.0 - github.com/vmware-tanzu/velero 1.17.2 -> 1.18.0 (via troubleshoot) - github.com/distribution/distribution/v3 3.0.0 -> 3.1.0 (via troubleshoot) - github.com/jackc/pgx/v5 5.9.0 -> 5.9.2 - github.com/mattn/go-isatty 0.0.21 -> 0.0.22 NPM: - chokidar 3.6.0 -> 5.0.0 GitHub Actions: - docker/login-action v3 -> v4 - docker/build-push-action v6 -> v7 - sigstore/cosign-installer v4.0.0 -> v4.1.1 - mshick/add-pr-comment v2 -> v3 Closes #5980, #5978, #5977, #5961, #5957, #5951, #5949, #5948, #5947, #5946
v2.8.0 was built with Go 1.25 and fails when the project's go.mod targets go 1.26.2 (bumped by troubleshoot 0.127.0 dependency). v2.9.0+ releases are built with Go 1.26, so v2.11.4 resolves this.
emosbaugh
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Go modules:
NPM:
GitHub Actions:
Closes #5980, #5978, #5977, #5961, #5957, #5951, #5949, #5948, #5947, #5946
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Steps to reproduce
Does this PR introduce a user-facing change?
Does this PR require documentation?