Skip to content

deps: upgrade all dependencies to latest#360

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

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

Conversation

@jongio

@jongio jongio commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

Aggregate dependency upgrade for grut. This cycle only the Go module graph had installable updates. All direct Go dependencies were already current, and the npm manifests are held back by cooldown and peer constraints (details below).

Go (go.mod / go.sum)

Indirect dependencies refreshed to latest:

  • github.com/ebitengine/purego v0.10.1 -> v0.10.2
  • github.com/go-logr/logr v1.4.3 -> v1.4.4
  • github.com/charmbracelet/ultraviolet -> v0.0.0-20260720091822-7cc6674724ac
  • github.com/charmbracelet/x/exp/slice -> v0.0.0-20260720091843-3eef36eaaa28

npm (held intentionally)

  • web/: Astro 7.1.x and the other candidates were published within the 7-day release cooldown, so they are held at current. TypeScript stays at 6.0.x because typescript-eslint caps its peer below 6.1.0.
  • cmd/screenshots/: all dependencies already current.

Local verification

  • go build ./... : pass
  • go vet ./... : pass
  • golangci-lint (mage lint) : 0 issues
  • go test ./... (30m timeout) : all packages pass

CI is the merge source of truth.

Refresh the Go module graph to the latest installable versions:

- github.com/ebitengine/purego v0.10.1 -> v0.10.2
- github.com/go-logr/logr v1.4.3 -> v1.4.4
- github.com/charmbracelet/ultraviolet -> v0.0.0-20260720091822-7cc6674724ac
- github.com/charmbracelet/x/exp/slice -> v0.0.0-20260720091843-3eef36eaaa28

All direct Go dependencies were already at their latest versions, so only
indirect modules changed. Verified with go build, go vet, golangci-lint, and
the full go test suite (all green).

npm manifests (web, cmd/screenshots) are intentionally unchanged. Astro 7.1.x
and the other candidate bumps fall inside the 7-day release cooldown, and
TypeScript is held at 6.0.x because typescript-eslint caps its peer below 6.1.0.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: b791bf17-f812-48d4-be55-842a67505713
@jongio jongio added the deps Dependency updates label Jul 20, 2026
@jongio jongio self-assigned this Jul 20, 2026
@jongio
jongio merged commit 510c42e into main Jul 20, 2026
4 checks passed
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