Skip to content

deps: upgrade all dependencies to latest#74

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

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

Conversation

@jongio

@jongio jongio commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades all dependencies to their latest eligible versions across every manifest in the repo.

Changes (cli Go module)

Module From To
github.com/charmbracelet/x/exp/slice 20260705004817 20260712004152
github.com/dlclark/regexp2/v2 v2.3.0 v2.5.0
github.com/yuin/goldmark v1.8.2 v1.8.4

No changes needed

  • tools/scenario/go.mod: already on latest (modernc.org/sqlite, mage, yaml).
  • cli/package.json: only openai 6.45.0 to 6.46.0 was available, but 6.46.0 published 2026-07-09 falls inside the 7-day release-age cooldown, so it was intentionally skipped.
  • web/package.json: all direct dependencies already track the latest versions.

Verification

  • go build, go vet, go test (cli): pass
  • gofmt, golangci-lint (0 issues), gosec, govulncheck (0 vulns): pass
  • tools/scenario build, vet, test: pass
  • web pnpm install (frozen) and build: pass

Upgrade cli Go module indirect dependencies to their latest versions:
- github.com/charmbracelet/x/exp/slice to v0.0.0-20260712004152-b16d026a9d2e
- github.com/dlclark/regexp2/v2 from v2.3.0 to v2.5.0
- github.com/yuin/goldmark from v1.8.2 to v1.8.4

All other manifests (tools/scenario go.mod, cli/package.json, web/package.json)
already track the latest versions. openai 6.46.0 was held back by the 7-day
release-age cooldown. Verified with go build, go vet, go test, gofmt,
golangci-lint, gosec, and govulncheck.

Co-authored-by: Copilot App <[email protected]>
@jongio jongio self-assigned this Jul 12, 2026
@jongio jongio added the deps Dependency updates label Jul 12, 2026
github-actions Bot added a commit that referenced this pull request Jul 12, 2026
@github-actions

github-actions Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

@jongio jongio merged commit 2227e9a into main Jul 12, 2026
14 checks passed
github-actions Bot added a commit that referenced this pull request Jul 12, 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