Skip to content

deps: upgrade all dependencies to latest#70

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

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

Conversation

@jongio

@jongio jongio commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Automated dependency upgrade to latest across all package managers.

Go — cli

  • golang.org/x/text: v0.38.0 → v0.39.0
  • google.golang.org/genproto/googleapis/rpc: bumped to latest
  • All direct deps already at latest; go mod tidy applied

Go — tools/scenario

  • modernc.org/libc: v1.73.5 → v1.74.0
  • Dropped unused golang.org/x/tools indirect (tidy)

npm — cli (devDeps) & web

  • Already at latest versions (ncu + npm outdated clean); no changes. Recently published packages skipped by 7-day min-release-age cooldown.

Verification (local)

  • go build ./src/... ✓ + cross-compile (linux/amd64, darwin/arm64) ✓
  • go vet ✓ · gofmt -l clean ✓
  • go test -short ./src/... ✓ (all packages pass)
  • golangci-lint run → 0 issues ✓
  • gosec clean ✓ · govulncheck → no vulnerabilities ✓
  • tools/scenario builds ✓

No rollbacks — everything green on latest.

Go (cli):
- golang.org/x/text: v0.38.0 -> v0.39.0
- google.golang.org/genproto/googleapis/rpc: 20260630182238 -> 20260706201446

Go (tools/scenario):
- modernc.org/libc: v1.73.5 -> v1.74.0
- drop unused golang.org/x/tools indirect (go mod tidy)

npm (cli devDeps, web) already at latest; no changes.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 7, 2026
@jongio jongio added the deps Dependency updates label Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions Bot added a commit that referenced this pull request Jul 7, 2026
@jongio
jongio merged commit 279f29f into main Jul 7, 2026
14 checks passed
@jongio
jongio deleted the deps/upgrade-all branch July 7, 2026 19:53
github-actions Bot added a commit that referenced this pull request Jul 7, 2026
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