CP-29639: combined dependency updates - #948
Closed
dmepham wants to merge 1 commit into
Closed
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Cp5HSjxdMed1oiCx9rymw
Greptile SummaryThis PR consolidates routine dependency updates across the application, test, and development-tool modules and refreshes the associated checksums and npm lockfile.
Confidence Score: 5/5The PR appears safe to merge because the changes are internally consistent dependency updates and no concrete changed-code failure remains. The upgraded modules and workflow actions preserve their existing integration contracts, while the reported formatting, generation, CI, application-build, and tools-module compile checks cover the principal compatibility boundaries. Important Files Changed
Reviews (1): Last reviewed commit: "CP-29639: combined dependency updates" | Re-trigger Greptile |
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.
Rolls up the open Dependabot backlog into a single branch so it lands in one CI run instead of ~20 serialized runs (each of which invalidates the next PR's
go.modand forces a re-run). Built off currentdevelop(which already includes the CVE stack #945 and the bumps merged directly: #914, #927, #928, #913, #932).Once this merges, the individual Dependabot PRs it folds in are superseded and will be closed with a reference back here.
Folded in
k8s.io/apiapimachineryclient-go→ v0.36.3;prometheus/common→ v0.70.1;prometheus/client_golang→ v1.24.1;sigs.k8s.io/gateway-api→ v1.6.1;go-chi/chi/v5→ v5.3.1;mattn/go-sqlite3→ v1.14.49;golang.org/x/sync→ v0.22.0testsGo:k8s.io/api,k8s.io/apimachinery→ v0.36.3.toolsGo:gofumpt→ v0.11.0;helm.sh/helm/v3→ v3.21.3 (withcontroller-runtime→ v0.24.1, the compile fix from CP-29639: Bump helm.sh/helm/v3 from 3.21.1 to 3.21.3 in /.tools #918).toolsnpm:markdownlint-cli2→ 0.23.2 (lockfile refreshed)actions/setup-gov6→v7;docker/metadata-action→ v6.2.0;docker/setup-buildx-action→ v4.2.0;renovatebot/github-action→ v46.2.1Not included
Verification (in worktree, all green)
go mod tidy×3 modules ·make generate·make format(no additional diff) ·./scripts/ci-checks.sh·make install-tools-go(helm/v3 + controller-runtime compile gate) ·go build ./...