Summary
One direct dependency has a safe pseudo-version update available. No Dependabot security alerts affect direct Go dependencies. The @playwright/mcp NPM package is already at the latest version (0.0.76).
| Package |
Current |
Proposed |
Update Type |
Key Changes |
github.com/charmbracelet/x/exp/golden |
v0.0.0-20260602025833-85a30b5e440a |
v0.0.0-20260615092313-b57e5e6d29bb |
Pseudo-version bump |
No code changes in exp/golden itself — only unrelated submodule dependency bumps in the monorepo |
Safety Assessment
✅ Safe to apply. The exp/golden package itself has no changes between these two commits. The update moves the pointer to a newer monorepo commit that only contains dependency bumps in unrelated submodules (ansi, conpty, input, term, termios, windows, etc.). The last actual change to exp/golden was on 2026-03-09, well before the current pinned version.
Apply the Update
go get github.com/charmbracelet/x/exp/golden@v0.0.0-20260615092313-b57e5e6d29bb
go mod tidy
Test Notes
- Run
make test after applying to confirm no regressions.
- Since
exp/golden is a test utility (golden file testing), any golden file tests in the repo will exercise this package directly.
References
Generated by 🔧 Dependabot Dependency Checker · 53.6 AIC · ⌖ 9.9 AIC · ⊞ 5.5K · ◷
Summary
One direct dependency has a safe pseudo-version update available. No Dependabot security alerts affect direct Go dependencies. The
@playwright/mcpNPM package is already at the latest version (0.0.76).github.com/charmbracelet/x/exp/goldenv0.0.0-20260602025833-85a30b5e440av0.0.0-20260615092313-b57e5e6d29bbexp/goldenitself — only unrelated submodule dependency bumps in the monorepoSafety Assessment
✅ Safe to apply. The
exp/goldenpackage itself has no changes between these two commits. The update moves the pointer to a newer monorepo commit that only contains dependency bumps in unrelated submodules (ansi,conpty,input,term,termios,windows, etc.). The last actual change toexp/goldenwas on 2026-03-09, well before the current pinned version.Apply the Update
Test Notes
make testafter applying to confirm no regressions.exp/goldenis a test utility (golden file testing), any golden file tests in the repo will exercise this package directly.References