deps: upgrade all dependencies to latest#218
Merged
Merged
Conversation
Go: - charm.land/bubbletea/v2: v2.0.7 -> v2.0.8 - charm.land/lipgloss/v2: v2.0.4 -> v2.0.5 - github.com/charmbracelet/ultraviolet: 20260622092850 -> 20260703014108 Web (Astro site): - astro: ^7.0.4 -> ^7.0.6 - @types/node: ^26.0.1 -> ^26.1.0 Build, vet, gofmt, gofumpt, golangci-lint, deadcode, govulncheck, and full Go test suite all pass; astro check + build clean. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Upgrades all dependencies to their latest versions (respecting the 7-day npm cooldown).
Go
charm.land/bubbletea/v2: v2.0.7 -> v2.0.8charm.land/lipgloss/v2: v2.0.4 -> v2.0.5github.com/charmbracelet/ultraviolet: pseudo-version bumped (transitive)Remaining
go list -u -m allentries are transitive deps outside the pruned requirement graph (deps of sqlite/chroma/x-tools); forcing them would be reverted bygo mod tidyand break the CI tidy check, so they are intentionally left.The glamour/lipgloss-v1 constraint (issue #59) is unaffected.
Web (Astro site)
astro: ^7.0.4 -> ^7.0.6@types/node: ^26.0.1 -> ^26.1.0Verification
go build ./...✓go vet ./...✓gofmt/gofumptclean ✓golangci-lint run— 0 issues ✓mage deadcode— OK (10 known exclusions) ✓govulncheck ./...— no vulnerabilities ✓go test ./... -count=1— all packages pass ✓astro check && astro build— 0 errors/warnings/hints, 7 pages built ✓Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com