Skip to content

deps(go): bump golang.org/x/net from 0.57.0 to 0.58.0 - #1457

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/net-0.58.0
Closed

deps(go): bump golang.org/x/net from 0.57.0 to 0.58.0#1457
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/net-0.58.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/net from 0.57.0 to 0.58.0.

Commits
  • acc78e0 go.mod: update golang.org/x dependencies
  • 90d10f0 internal/http3: delete invalid Content-Length if declared in server handler
  • 08abf4d internal/http3: infer headers when Content-Encoding is set but is empty
  • 8d10596 http2: avoid deadlocks in wrapped ClientConn state callback
  • 99c3b0a http2/hpack: build the table lookup maps lazily, only for encoders
  • 5a920b1 http3: rework registration to allow using a fake network
  • 7fd2842 quic: return an error from Accept after PacketConn reader exits
  • 825111d quic: avoid busy-loop when keep-alive is blocked by congestion control
  • a02ddfa http/httpproxy: prioritize lowercase proxy environment variables
  • 574e5eb quic: halt conn goroutines on close when listener exits early
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Patch-level dependency update with no code changes; typical low risk for routine x/net maintenance releases.

Overview
Bumps golang.org/x/net from 0.57.0 to 0.58.0 in go.mod and go.sum, with no application source changes.

The lockfile also picks up aligned indirect bumps to golang.org/x/crypto (0.54.0 → 0.55.0) and golang.org/x/text (0.40.0 → 0.41.0). Upstream changes in this release include HTTP/2 deadlock fixes, HTTP/3 header handling, QUIC behavior, and proxy env var precedence—relevant to existing uses of golang.org/x/net/http/httpguts in the HTTP stack.

Reviewed by Cursor Bugbot for commit c0bbfb0. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@dependabot
dependabot Bot requested review from hisco and nadaverell as code owners August 19, 2026 04:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 19, 2026
@nadaverell

Copy link
Copy Markdown
Contributor

Superseded by #1460, which combines this bump with the other soaked Dependabot PRs.

@nadaverell nadaverell closed this Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/net-0.58.0 branch August 19, 2026 15:41
nadaverell added a commit that referenced this pull request Aug 19, 2026
## 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
- [x] `make tsc` passes
- [x] `go build ./...` passes
- [x] `make test` passes (all Go tests green)
- [x] `make build` succeeds (full frontend build + embed + Go binary)

<!-- CURSOR_SUMMARY -->
---

> [!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.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
5d3e417. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant