Skip to content

deps: upgrade all dependencies to latest#247

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

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

Conversation

@jongio

@jongio jongio commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Automated dependency upgrade to latest.

Go modules (go get -u ./... + go mod tidy)

  • charm.land/bubbletea/v2 v2.0.7 → v2.0.8
  • charm.land/lipgloss/v2 v2.0.4 → v2.0.5
  • github.com/charmbracelet/ultraviolet → 20260703014108-f5a850f9c2b7 (indirect)

web (npm)

  • astro ^7.0.5 → ^7.0.6 (plus transitive @astrojs/* bumps in the lockfile)

cmd/screenshots dependencies were already at latest (nothing to change).

Verification (local)

  • go build ./...
  • go vet ./...
  • gofmt -l . clean ✓
  • go mod tidy / go mod verify
  • go test ./... ✓ (two timing/resource-sensitive tests flaked under full-parallel load on a shared machine; both pass in isolation)
  • govulncheck ./... → No vulnerabilities found ✓
  • web astro check && astro build ✓ (0 errors)

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

Go modules (go get -u ./... + go mod tidy):
- charm.land/bubbletea/v2 v2.0.7 -> v2.0.8
- charm.land/lipgloss/v2 v2.0.4 -> v2.0.5
- github.com/charmbracelet/ultraviolet -> 20260703014108-f5a850f9c2b7

web (npm):
- astro ^7.0.5 -> ^7.0.6 (+ transitive @astrojs bumps)

cmd/screenshots already at latest. Build, vet, tests, go mod verify, and
govulncheck all pass locally.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio self-assigned this Jul 3, 2026
@jongio jongio merged commit b3154cb into main Jul 3, 2026
4 checks passed
@jongio jongio deleted the deps/upgrade-all branch July 3, 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