Skip to content

deps: upgrade all dependencies to latest#229

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

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

Conversation

@jongio

@jongio jongio commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Dependency upgrades

Automated deps workflow run — upgrade all dependencies to latest.

Go module

  • charm.land/bubbles/v2 v2.1.0 → v2.1.1

Ran go get -u ./... && go mod tidy. All other Go modules were already at their latest compatible versions (a deps PR merged the day prior). No breaking API changes; no code fixes required.

web/ (Astro site)

  • npm-check-updates: all dependencies already match the latest package versions — no changes.

Validation (local)

Gate Result
go build ./... ✅ pass
go vet ./... ✅ pass
go test ./... ✅ all packages pass
gofmt -l . ✅ clean
gofumpt -l . ✅ clean
go mod tidy diff ✅ clean
mage deadcode ✅ OK
golangci-lint v2.12.2 ✅ 0 issues
govulncheck ./... ✅ no vulnerabilities

Race detector (-race, CGO) and WSL tests were not run locally (no C compiler on this Windows host) — both run in CI on Ubuntu.

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

- charm.land/bubbles/v2 v2.1.0 -> v2.1.1

Go module (go get -u ./... && go mod tidy) and web/ npm deps checked;
web/ Astro deps already at latest (npm-check-updates: all match latest).

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 4, 2026
@jongio jongio merged commit 4d0c761 into main Jul 4, 2026
2 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 4, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant