Skip to content

deps: upgrade all dependencies to latest#322

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

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

Conversation

@jongio

@jongio jongio commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Automated dependency upgrade run for jongio/grut.

Go modules (authoritative: go get -u ./... && go mod tidy)

Three indirect dependencies bumped to latest stable:

  • github.com/dlclark/regexp2/v2 v2.3.0 to v2.5.0
  • github.com/yuin/goldmark v1.8.2 to v1.8.4
  • github.com/charmbracelet/x/exp/slice to latest pseudo-version

All direct dependencies were already current (from the recently merged #311).

npm manifests

  • web/ and cmd/screenshots/ are already at their latest installable versions.
  • typescript 7.0.2 was skipped: it is the only stable 7.x and was published 2026-07-08, inside the 7-day release-age cooldown, so it is not yet installable.
  • Extension template manifests (mcp-node package.json, mcp-python requirements.txt) declare no dependencies.

Verification

  • go build ./... clean
  • go vet ./... clean
  • go test ./... full suite passing locally

Co-authored-by: Copilot App [email protected]

Bump Go indirect dependencies to latest stable:

- github.com/dlclark/regexp2/v2 v2.3.0 to v2.5.0

- github.com/yuin/goldmark v1.8.2 to v1.8.4

- github.com/charmbracelet/x/exp/slice to latest pseudo-version

npm manifests (web, cmd/screenshots) already at latest installable versions; typescript 7.0.2 skipped (published within the 7-day release-age cooldown). Extension template manifests declare no dependencies. Full Go build, vet, and test suite pass locally.

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
@jongio jongio merged commit 5e1751b into main Jul 12, 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