Skip to content

deps: update dependencies to latest - #400

Merged
jongio merged 1 commit into
mainfrom
deps/update-2026-08-02
Aug 3, 2026
Merged

deps: update dependencies to latest#400
jongio merged 1 commit into
mainfrom
deps/update-2026-08-02

Conversation

@jongio

@jongio jongio commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh across the Go module, the Astro site, and the screenshot tooling, with no source changes required.

Go (all indirect)

Package From To
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

Every direct module in go.mod was already on its latest stable version.

npm

Package From To
astro (web) ^7.1.3 ^7.1.6
@astrojs/check (web) ^0.9.9 ^0.9.10
shiki (transitive) 4.3.1 4.4.1
magic-string (transitive) 0.30.21 1.1.0
yargs (transitive) 17.7.3 18.1.0
@astrojs/compiler-rs (transitive) 0.3.1 0.3.2
playwright (cmd/screenshots) ^1.62.0 ^1.62.1

Held back

chroma stays on v2.27.0 because v3 only publishes alpha prereleases, and the aliased TypeScript packages in web are 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.

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
@jongio jongio self-assigned this Aug 2, 2026
@jongio jongio added the deps Dependency updates label Aug 2, 2026
@jongio
jongio merged commit bcc76ae into main Aug 3, 2026
4 checks passed
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