deps: update dependencies to latest - #392
Open
jongio wants to merge 1 commit into
Open
Conversation
Go: - github.com/buger/jsonparser: v1.2.0 -> v1.6.1 - github.com/yuin/goldmark: v1.8.4 -> v1.8.5 - github.com/charmbracelet/ultraviolet: 20260720091822 -> 20260730003005 - github.com/charmbracelet/x/exp/golden: 20260720091843 -> 20260730164118 - github.com/charmbracelet/x/exp/slice: 20260720091843 -> 20260730164118 - golang.org/x/exp: 20260718201538 -> 20260727155853 Web (astro site): - astro: 7.1.3 -> 7.1.6 - @astrojs/check: 0.9.9 -> 0.9.10 Screenshots tooling: - playwright: 1.62.0 -> 1.62.1 mage preflight passes 14/14: fmt, tidy, mod verify, vet, golangci-lint, build, test, race test, WSL test, govulncheck, gofumpt, deadcode, and both benchmark checks. govulncheck and npm audit report zero vulnerabilities. astro check and astro build pass for the web site. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 322b4a6b-6ff1-4af4-a0e5-ee8f09b78c2c
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 website, and the screenshot tooling.
Go
Web (
web/)Screenshots (
cmd/screenshots/)All direct Go dependencies were already at their latest stable release. No next-major module paths are published for them yet, and chroma v3 only has alpha tags, so nothing else moved.
Validation: build, lint, typecheck, and tests all pass.
mage preflightpasses 14/14 (fmt, tidy, mod verify, vet, golangci-lint, build, test, race test, WSL test, govulncheck, gofumpt, deadcode, benchmark smoke, benchmark regression). Go suite is 62/62 packages green.astro checkandastro buildpass for the site.govulncheckandnpm auditboth report zero vulnerabilities.Benchmarks were run on the base commit and on this branch on the same machine. Allocation counts are unchanged; the only deltas are sub-0.1% byte jitter, so there's no measurable performance impact.