deps: combine 9 soaked Dependabot bumps - #1460
Merged
Merged
Conversation
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/google/cel-go/releases) - [Commits](cel-expr/cel-go@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/google/cel-go dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.1 to 26.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.21.8 to 0.21.9. - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.8...v0.21.9) --- updated-dependencies: - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 4.2.0 to 4.4.2. - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.4.2/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.19.1 to 1.19.2. - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.19.1...v1.19.2) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.55.0 to 1.56.0. - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.55.0...v1.56.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.1.5 to 8.2.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.28.0 to 1.30.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.30.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.30.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.57.0 to 0.58.0. - [Commits](golang/net@v0.57.0...v0.58.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.58.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…21.9 # Conflicts: # go.mod
This was referenced Aug 19, 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.
Summary
Combines 9 Dependabot version bumps that have each soaked ≥3 days since release (checked against actual upstream release dates, not just PR creation date):
Go modules:
golang.org/x/net0.57.0 → 0.58.0 (fixes anhttp2deadlock bug)modernc.org/sqlite1.55.0 → 1.56.0 (fixes an upstream SQLite journal-rollback data-corruption bug; deliberately not going to 1.57.0, which has a breakingRegisterModulechange)github.com/klauspost/compress1.19.1 → 1.19.2 (zstd race/decode fixes)github.com/google/go-containerregistry0.21.8 → 0.21.9 (data-race fix in remote writer)github.com/google/cel-go0.30.0 → 0.31.0 (no breaking changes; adds regex program-size limits for DoS hardening)npm packages:
lucide-react1.28.0 → 1.30.0 (icon renames verified unused by this repo)vite8.1.5 → 8.2.1 (bug fixes only)shiki4.2.0 → 4.4.2 (grammar/theme updates)@types/node26.1.1 → 26.2.0 (dev-only types)Excluded:
monaco-editor0.55.1 → 0.56.0 — its ESM export map was reorganized (documented breaking change in its CHANGELOG), which breaks the deep side-effect imports inpackages/k8s-ui/src/components/ui/monacoRuntime.ts. Left as its own Dependabot PR (#1421) pending a source-level fix.Closes: #1457, #1420, #1419, #1418, #1417, #1416, #1415, #1414, #1413
Test plan
make tscpassesgo build ./...passesmake testpasses (all Go tests green)make buildsucceeds (full frontend build + embed + Go binary)Note
Medium Risk
Several bumps touch persistence (
modernc.org/sqlite), image push/pull (go-containerregistry), policy evaluation (cel-go), and HTTP (x/net), so behavior can shift despite no app diff; risk is moderated by patch/minor updates and reported CI/build coverage.Overview
Batches nine dependency upgrades with no application source changes—only
go.mod/go.sum,package-lock.json, and version pins inpackages/k8s-ui/package.jsonandweb/package.json.Go: bumps
golang.org/x/net,modernc.org/sqlite(stops at 1.56.0),klauspost/compress,google/go-containerregistry, andgoogle/cel-go, plus transitivex/crypto,x/text, andmodernc.org/libc.npm: bumps
vite(and nestedrolldown/lightningcss),shiki,lucide-react, and@types/nodein the UI packages; lockfile also refreshes related@shikijs/*and@rolldown/*entries.webtightens the@skyhook-io/k8s-uipeer to>=1.12.0.monaco-editoris intentionally left unchanged in this PR.Reviewed by Cursor Bugbot for commit 5d3e417. Bugbot is set up for automated code reviews on this repo. Configure here.