Summary
One direct Go dependency has a safe pseudo-version update available. No Dependabot security alerts affect direct Go dependencies. The @playwright/mcp and @playwright/cli NPM packages are already at their latest versions (0.0.76 and 0.1.14 respectively).
| Package |
Current |
Proposed |
Key Changes |
github.com/charmbracelet/x/exp/golden |
v0.0.0-20260602025833-85a30b5e440a |
v0.0.0-20260622092256-25656177ba8e |
No changes to 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 (June 22, 2026) that only contains dependency bumps and lsp config updates in unrelated submodules (xpty, windows, powernap, etc.). No breaking changes or new features in exp/golden.
Diff summary (16 commits, 23 files — none in exp/golden)
All commits between the pinned version and the latest:
chore(powernap): update lsp configs from nvim-lspconfig (×2)
chore(deps): bump github.com/bits-and-blooms/bitset in /xpty
chore(deps): bump golang.org/x/sys in /xpty and /windows
- Various other submodule-scoped dependency bumps
No commits touch exp/golden/ at all.
Apply the Update
go get github.com/charmbracelet/x/exp/golden@v0.0.0-20260622092256-25656177ba8e
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
References: §27948680746
Related to #40770
Generated by 🔧 Dependabot Dependency Checker · 49.6 AIC · ⌖ 7.08 AIC · ⊞ 5.5K · ◷
Summary
One direct Go dependency has a safe pseudo-version update available. No Dependabot security alerts affect direct Go dependencies. The
@playwright/mcpand@playwright/cliNPM packages are already at their latest versions (0.0.76and0.1.14respectively).github.com/charmbracelet/x/exp/goldenv0.0.0-20260602025833-85a30b5e440av0.0.0-20260622092256-25656177ba8eexp/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 (June 22, 2026) that only contains dependency bumps and lsp config updates in unrelated submodules (xpty,windows,powernap, etc.). No breaking changes or new features inexp/golden.Diff summary (16 commits, 23 files — none in exp/golden)
All commits between the pinned version and the latest:
chore(powernap): update lsp configs from nvim-lspconfig (×2)chore(deps): bumpgithub.com/bits-and-blooms/bitsetin/xptychore(deps): bumpgolang.org/x/sysin/xptyand/windowsNo commits touch
exp/golden/at all.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
References: §27948680746
Related to #40770