Skip to content

deps: upgrade all dependencies to latest#280

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 9, 2026
Merged

deps: upgrade all dependencies to latest#280
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Recurring dependency upgrade.

Go

  • golang.org/x/net: v0.56.0 to v0.57.0 (via go get -u ./... + go mod tidy)

npm (web/), held this cycle

  • typescript 6.0.3 to 7.0.2: held. Major bump, and @astrojs/check@0.9.9 (latest) peer-requires typescript ^5 || ^6, so TS 7 isn't supported by the Astro tooling yet. Also published under 7 days ago.
  • marked 18.0.6: held. Published under 7 days ago (release-age cooldown).

Verification (local, CI-equivalent)

  • gofmt / gofumpt: clean
  • go mod tidy: stable (only the x/net change)
  • mage deadcode: OK
  • go build ./... + cross-compile (darwin/amd64, darwin/arm64, windows/amd64, windows/arm64): pass
  • golangci-lint v2.12.2: 0 issues
  • go vet ./...: pass
  • go test ./...: pass, 79.5% total coverage
  • govulncheck: no vulnerabilities

Race detector tests run in CI (they need CGO/gcc, which isn't available on the local Windows box).

Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com

Go:
- golang.org/x/net: v0.56.0 -> v0.57.0

npm (web/) held this cycle:
- typescript 6.0.3 -> 7.0.2 held: major bump, @astrojs/check peer-requires
  typescript ^5 || ^6 (TS7 not yet supported), and published <7 days ago.
- marked 18.0.6 held: published <7 days ago (release-age cooldown).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 9, 2026
@jongio jongio added the deps Dependency updates label Jul 9, 2026
@jongio jongio merged commit 7fe06f1 into main Jul 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant