Skip to content

deps: upgrade all dependencies to latest#311

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

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

Conversation

@jongio

@jongio jongio commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest installable versions.

Changes

Go modules (go get -u ./... && go mod tidy, plus latest for in-go.mod indirects):

  • github.com/charmbracelet/x/exp/golden -> latest
  • golang.org/x/exp -> latest

All other direct and indirect Go modules were already at their latest stable versions (go get -u produced no go.mod diff; go-github has no v90/v91, go-toml has no v3).

npm packages:

  • web/ (astro, @astrojs/check) and cmd/screenshots/ (xterm, playwright) are already at latest stable.
  • TypeScript 7.0.2 was intentionally skipped: it is within the 7-day release-age cooldown (published 2026-07-08) and is a major breaking rewrite.

Verification

Local run, all green:

  • go build, go vet, gofmt, gofumpt, go mod verify, go mod tidy (stable)
  • golangci-lint: 0 issues
  • deadcode: OK
  • govulncheck: no vulnerabilities
  • Full go test ./...: all packages pass

Bump indirect modules to their latest published versions:
- github.com/charmbracelet/x/exp/golden
- golang.org/x/exp

All other Go modules and the web/screenshots npm packages are already at
their latest installable versions. TypeScript 7.0.2 was skipped because it
is within the 7-day release-age cooldown and is a major breaking rewrite.

Co-authored-by: Copilot App <[email protected]>
@jongio jongio self-assigned this Jul 11, 2026
@jongio jongio added the deps Dependency updates label Jul 11, 2026
@jongio jongio merged commit 477d61a into main Jul 11, 2026
4 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 11, 2026 19:42
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