deps: upgrade all dependencies to latest#322
Merged
Merged
Conversation
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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/v2v2.3.0 to v2.5.0github.com/yuin/goldmarkv1.8.2 to v1.8.4github.com/charmbracelet/x/exp/sliceto latest pseudo-versionAll direct dependencies were already current (from the recently merged #311).
npm manifests
web/andcmd/screenshots/are already at their latest installable versions.typescript7.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.mcp-nodepackage.json,mcp-pythonrequirements.txt) declare no dependencies.Verification
go build ./...cleango vet ./...cleango test ./...full suite passing locallyCo-authored-by: Copilot App [email protected]