Skip to content

deps: update dependencies to latest - #392

Open
jongio wants to merge 1 commit into
mainfrom
deps/update-2026-07-31
Open

deps: update dependencies to latest#392
jongio wants to merge 1 commit into
mainfrom
deps/update-2026-07-31

Conversation

@jongio

@jongio jongio commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh across the Go module, the Astro website, and the screenshot tooling.

Go

package from to
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 (web/)

package from to
astro 7.1.3 7.1.6
@astrojs/check 0.9.9 0.9.10

Screenshots (cmd/screenshots/)

package from to
playwright 1.62.0 1.62.1

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 preflight passes 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 check and astro build pass for the site. govulncheck and npm audit both 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.

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
@jongio jongio self-assigned this Jul 31, 2026
@jongio jongio added the deps Dependency updates label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant