deps: bundled dependabot bumps for 2026-04-22#520
Merged
nadaverell merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
Go modules: - k8s.io/api, apimachinery, cli-runtime, client-go 0.35.3 → 0.35.4 - modernc.org/sqlite 1.48.2 → 1.49.1 npm (web): - vite 8.0.8 → 8.0.9 - @tailwindcss/vite 4.2.2 → 4.2.4 - tailwindcss 4.2.2 → 4.2.4 - react-router-dom 7.14.1 → 7.14.2 npm (packages/k8s-ui): - vitest 4.1.4 → 4.1.5 GitHub Actions: - azure/setup-helm v4 → v5 (node20 → node24 runtime) - Apple-Actions/import-codesign-certs v6 → v7 (ncc → esbuild internal build) All Go tests pass (including pkg/k8score which showed a flaky failure on the original #503 run). Frontend tsc, build, and vitest suites all pass. The two major-version action bumps are effectively no-op — runtime/internal build changes only.
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.
Summary
Bundles the 12 open dependabot PRs opened on 2026-04-22 into a single merge. All are low-risk (10 patch/minor bumps + 2 major-version action bumps that are effectively no-op — runtime/internal build changes only).
Go modules
k8s.io/api,apimachinery,cli-runtime,client-go0.35.3 → 0.35.4 (replaces deps(go): bump k8s.io/apimachinery from 0.35.3 to 0.35.4 #504, deps(go): bump k8s.io/cli-runtime from 0.35.3 to 0.35.4 #505, deps(go): bump k8s.io/client-go from 0.35.3 to 0.35.4 #506, deps(go): bump k8s.io/api from 0.35.3 to 0.35.4 #508)modernc.org/sqlite1.48.2 → 1.49.1 (replaces deps(go): bump modernc.org/sqlite from 1.48.2 to 1.49.1 #507)npm (web)
vite8.0.8 → 8.0.9 (replaces deps(npm): bump vite from 8.0.8 to 8.0.9 #509)@tailwindcss/vite4.2.2 → 4.2.4 (replaces deps(npm): bump @tailwindcss/vite from 4.2.2 to 4.2.4 #510)tailwindcss4.2.2 → 4.2.4 (replaces deps(npm): bump tailwindcss from 4.2.2 to 4.2.4 #513)react-router-dom7.14.1 → 7.14.2 (replaces deps(npm): bump react-router-dom from 7.14.1 to 7.14.2 #511)npm (packages/k8s-ui)
vitest4.1.4 → 4.1.5 (replaces deps(npm): bump vitest from 4.1.4 to 4.1.5 #512)GitHub Actions
azure/setup-helmv4 → v5 (Node20 → Node24 runtime — replaces deps(actions): bump azure/setup-helm from 4 to 5 #502)Apple-Actions/import-codesign-certsv6 → v7 (ncc → esbuild internal build — replaces deps(actions): bump Apple-Actions/import-codesign-certs from 6 to 7 #503)Test plan
go build ./...(root module)go test ./...(root module)go test ./...(pkg/ module) — includingpkg/k8scorewhich showed a flaky failure on original deps(actions): bump Apple-Actions/import-codesign-certs from 6 to 7 #503 CI runnpm run tsc(web)npm run build(web)npm test(packages/k8s-ui with vitest 4.1.5)