Summary
Dependabot-style check of direct Go module dependencies (github.com/, golang.org/x/) in go.mod and the @playwright/mcp npm version in pkg/constants/version_constants.go. All packages are current except one Go monorepo pseudo-version bump.
No open [deps] issues existed prior to this run.
Updates (Tier A — safe patch)
| Package |
Current |
Proposed |
Key Changes |
github.com/charmbracelet/x/exp/golden |
v0.0.0-20260727090823-41c9e6be3365 |
v0.0.0-20260803091719-3755ebad01b1 |
Pseudo-version bump of the charmbracelet/x monorepo. The only commit in the new range (3755ebad01b1) touches vttest/go.mod and vttest/go.sum only (bumping github.com/charmbracelet/x/xpty 0.1.3→0.1.4) — no changes to the exp/golden package itself. |
Safety assessment
Tier A (safe patch): the underlying exp/golden package source is unchanged between these two pseudo-versions; only unrelated files in the same monorepo (vttest/) changed. No API, behavior, or breaking changes for consumers of exp/golden. Backward compatible.
Apply
go get github.com/charmbracelet/x/exp/golden@v0.0.0-20260803091719-3755ebad01b1
go mod tidy
Test notes
- Run
make test-unit (covers pkg/console/golden_test.go, pkg/workflow/wasm_golden_test.go).
- Run
go build ./... to confirm no compile issues.
Other checks performed
- Playwright MCP (
DefaultPlaywrightMCPVersion in pkg/constants/version_constants.go): pinned at 0.0.78; npm registry latest is also 0.0.78 — already up to date, no issue needed.
- All other direct Go dependencies (
charm.land/*, github.com/cli/go-gh/v2, github.com/spf13/cobra, golang.org/x/*, github.com/stretchr/testify, etc.) are already at their latest versions — no updates available.
- No open
[deps]-prefixed issues found to close.
Generated by 🔧 Dependabot Dependency Checker · auto · 28.5 AIC · ⌖ 2.9 AIC · ⊞ 7.5K · ◷
Summary
Dependabot-style check of direct Go module dependencies (github.com/, golang.org/x/) in
go.modand the@playwright/mcpnpm version inpkg/constants/version_constants.go. All packages are current except one Go monorepo pseudo-version bump.No open
[deps]issues existed prior to this run.Updates (Tier A — safe patch)
github.com/charmbracelet/x/exp/goldenv0.0.0-20260727090823-41c9e6be3365v0.0.0-20260803091719-3755ebad01b1charmbracelet/xmonorepo. The only commit in the new range (3755ebad01b1) touchesvttest/go.modandvttest/go.sumonly (bumpinggithub.com/charmbracelet/x/xpty0.1.3→0.1.4) — no changes to theexp/goldenpackage itself.Safety assessment
Tier A (safe patch): the underlying
exp/goldenpackage source is unchanged between these two pseudo-versions; only unrelated files in the same monorepo (vttest/) changed. No API, behavior, or breaking changes for consumers ofexp/golden. Backward compatible.Apply
Test notes
make test-unit(coverspkg/console/golden_test.go,pkg/workflow/wasm_golden_test.go).go build ./...to confirm no compile issues.Other checks performed
DefaultPlaywrightMCPVersioninpkg/constants/version_constants.go): pinned at0.0.78; npm registry latest is also0.0.78— already up to date, no issue needed.charm.land/*,github.com/cli/go-gh/v2,github.com/spf13/cobra,golang.org/x/*,github.com/stretchr/testify, etc.) are already at their latest versions — no updates available.[deps]-prefixed issues found to close.