Skip to content

deps: upgrade all dependencies to latest#305

Merged
jongio merged 2 commits into
mainfrom
deps/upgrade-all
Jul 10, 2026
Merged

deps: upgrade all dependencies to latest#305
jongio merged 2 commits into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

Routine dependency refresh across all package managers.

Go (go.mod)

  • github.com/anthropics/anthropic-sdk-go v1.56.0 -> v1.57.0

All other direct and transitive Go modules are already at their latest stable versions. go-github remains on v89 (v90/v91 module paths exist but have no tagged releases yet); github.com/github/copilot-sdk/go stays on v1.0.6 (v1.0.7 is preview-only).

Node (web/, cmd/screenshots/)

  • No changes. astro, @astrojs/check, @xterm/* and playwright are already at latest.
  • typescript 7.0.2 was held back: it was published 2026-07-08, inside the 7-day publish cooldown, so web/ stays on ^6.0.3.

Verification

Local checks all green:

  • go build ./...
  • go vet ./...
  • go test ./... (every package passes)
  • gofmt / gofumpt clean
  • go mod tidy / go mod verify clean
  • golangci-lint run (0 issues)
  • mage deadcode OK
  • govulncheck ./... (no vulnerabilities)

Co-authored-by: Copilot App [email protected]

Upgrade github.com/anthropics/anthropic-sdk-go v1.56.0 -> v1.57.0.

All other Go modules already at latest stable. Node projects (web/,
cmd/screenshots/) already at latest; TypeScript 7.0.2 held back by the
7-day publish cooldown (published 2026-07-08).

Verified: go build, go vet, go test (all packages pass), gofmt, gofumpt,
go mod tidy/verify, golangci-lint (0 issues), deadcode, govulncheck (clean).

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