deps: upgrade all dependencies to latest#247
Merged
Merged
Conversation
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>
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 to latest.
Go modules (
go get -u ./...+go mod tidy)charm.land/bubbletea/v2v2.0.7 → v2.0.8charm.land/lipgloss/v2v2.0.4 → v2.0.5github.com/charmbracelet/ultraviolet→ 20260703014108-f5a850f9c2b7 (indirect)web (npm)
astro^7.0.5 → ^7.0.6 (plus transitive@astrojs/*bumps in the lockfile)cmd/screenshotsdependencies 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 ✓astro check && astro build✓ (0 errors)Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com