deps: update dependencies to latest - #400
Merged
Merged
Conversation
Go (all indirect; every direct module was already at latest stable): - github.com/buger/jsonparser: v1.2.0 -> v1.6.1 - github.com/charmbracelet/ultraviolet: 20260720091822 -> 20260730003005 - github.com/charmbracelet/x/exp/golden: 20260720091843 -> 20260730164118 - github.com/charmbracelet/x/exp/slice: 20260720091843 -> 20260730164118 - github.com/lucasb-eyer/go-colorful: v1.4.0 -> v1.4.1 - github.com/yuin/goldmark: v1.8.4 -> v1.8.5 - golang.org/x/exp: 20260718201538 -> 20260727155853 web (npm): - astro: ^7.1.3 -> ^7.1.6 - @astrojs/check: ^0.9.9 -> ^0.9.10 - transitive: shiki 4.3.1 -> 4.4.1, magic-string 0.30.21 -> 1.1.0, yargs 17.7.3 -> 18.1.0, @astrojs/compiler-rs 0.3.1 -> 0.3.2 cmd/screenshots (npm): - playwright: ^1.62.0 -> ^1.62.1 Held back: chroma stays on v2.27.0 because v3 only has alpha prereleases. No source changes were required. Validation run locally: gofmt, gofumpt, go mod tidy, go mod verify, go vet, golangci-lint v2.12.2, go build ./..., go test ./..., go test -race ./..., magefile tests, benchmark smoke test, govulncheck, deadcode, astro check, astro build, npm ci, npm audit. All green with zero findings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7e11817c-e867-4318-a609-a1bb68bf206d
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.
Routine dependency refresh across the Go module, the Astro site, and the screenshot tooling, with no source changes required.
Go (all indirect)
Every direct module in
go.modwas already on its latest stable version.npm
web)web)cmd/screenshots)Held back
chroma stays on v2.27.0 because v3 only publishes alpha prereleases, and the aliased TypeScript packages in
webare already pinned to the newest published builds.Validation
gofmt, gofumpt,
go mod tidy,go mod verify,go vet, golangci-lint v2.12.2,go build ./...,go test ./...,go test -race ./..., magefile tests, benchmark smoke test, govulncheck, deadcode,astro check,astro build,npm ci,npm audit: all pass with zero findings.