Skip to content

deps: upgrade all dependencies to latest#342

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 19, 2026
Merged

deps: upgrade all dependencies to latest#342
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Routine dependency-upgrade sweep.

Go

  • github.com/dlclark/regexp2/v2 v2.5.1 -> v2.5.2 (indirect; transitive dep of glamour via chroma), applied with go get -u ./... + go mod tidy.

All other direct and indirect Go modules were already at latest (the prior sweep, #333, merged earlier today).

Web (npm)

No changes. astro 7.1.1 is available but was published 2 days ago, inside the 7-day min-release-age cooldown, so it's intentionally held at ^7.0.7. All other web deps (marked, @astrojs/check, @types/node, typescript) are already at latest stable.

Verification (local, CI-parity)

  • gofmt: clean
  • gofumpt: clean
  • go build ./...: pass
  • go vet ./...: pass
  • golangci-lint v2.12.2: 0 issues
  • go test ./...: all packages pass
  • mage deadcode: OK
  • govulncheck: no vulnerabilities

Race tests could not run locally (no gcc for the CGO race detector); they run on the Ubuntu CI runner.

Upgrade Go module github.com/dlclark/regexp2/v2 from v2.5.1 to v2.5.2 (transitive dependency of glamour via chroma) using go get -u ./... and go mod tidy.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@jongio jongio added the deps Dependency updates label Jul 19, 2026
@jongio jongio self-assigned this Jul 19, 2026
@jongio
jongio merged commit 597f136 into main Jul 19, 2026
2 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