fix(deps): pin go-webview2 to v1.0.21 for Wails v2 compat

This commit is contained in:
2026-03-05 20:25:20 -05:00
parent f01d9c2090
commit 25f0fe8156
3 changed files with 12 additions and 3 deletions
+9
View File
@@ -113,6 +113,15 @@
"groupName": null,
"automerge": false,
},
// 8. Pin go-webview2 to v1.0.21 — v1.0.22 has a breaking callback
// signature change that is incompatible with Wails v2.10.x.
// See: https://github.com/wailsapp/wails/issues/4560
{
"description": "Disable go-webview2 updates (incompatible with Wails v2)",
"matchPackageNames": ["github.com/wailsapp/go-webview2"],
"enabled": false,
},
],
// ── Vulnerability alerts ───────────────────────────────────