Skip to content

deps: combine 9 soaked Dependabot bumps - #1460

Merged
nadaverell merged 19 commits into
mainfrom
deps/combine-dependabot-20260819
Aug 19, 2026
Merged

deps: combine 9 soaked Dependabot bumps#1460
nadaverell merged 19 commits into
mainfrom
deps/combine-dependabot-20260819

Conversation

@nadaverell

@nadaverell nadaverell commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

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/net 0.57.0 → 0.58.0 (fixes an http2 deadlock bug)
  • modernc.org/sqlite 1.55.0 → 1.56.0 (fixes an upstream SQLite journal-rollback data-corruption bug; deliberately not going to 1.57.0, which has a breaking RegisterModule change)
  • github.com/klauspost/compress 1.19.1 → 1.19.2 (zstd race/decode fixes)
  • github.com/google/go-containerregistry 0.21.8 → 0.21.9 (data-race fix in remote writer)
  • github.com/google/cel-go 0.30.0 → 0.31.0 (no breaking changes; adds regex program-size limits for DoS hardening)

npm packages:

  • lucide-react 1.28.0 → 1.30.0 (icon renames verified unused by this repo)
  • vite 8.1.5 → 8.2.1 (bug fixes only)
  • shiki 4.2.0 → 4.4.2 (grammar/theme updates)
  • @types/node 26.1.1 → 26.2.0 (dev-only types)

Excluded: monaco-editor 0.55.1 → 0.56.0 — its ESM export map was reorganized (documented breaking change in its CHANGELOG), which breaks the deep side-effect imports in packages/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 tsc passes
  • go build ./... passes
  • make test passes (all Go tests green)
  • make build succeeds (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 in packages/k8s-ui/package.json and web/package.json.

Go: bumps golang.org/x/net, modernc.org/sqlite (stops at 1.56.0), klauspost/compress, google/go-containerregistry, and google/cel-go, plus transitive x/crypto, x/text, and modernc.org/libc.

npm: bumps vite (and nested rolldown/lightningcss), shiki, lucide-react, and @types/node in the UI packages; lockfile also refreshes related @shikijs/* and @rolldown/* entries. web tightens the @skyhook-io/k8s-ui peer to >=1.12.0.

monaco-editor is 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.

dependabot Bot and others added 19 commits August 12, 2026 04:43
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>
@nadaverell
nadaverell deleted the deps/combine-dependabot-20260819 branch August 19, 2026 15:46
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.

1 participant