⬆ Bump monaco-editor from 0.55.1 to 0.56.0 in /dashboard (rebased) - #1774
⬆ Bump monaco-editor from 0.55.1 to 0.56.0 in /dashboard (rebased)#1774Chisanan232 wants to merge 1 commit into
Conversation
Rebases dependabot #1762 onto current main after Cargo.lock/dashboard churn from other merged dependency PRs left it conflicting. Verified: tsc --noEmit clean, eslint clean, full test suite (3016 tests) passing, pnpm run build succeeds (monaco chunks bundle correctly).
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
|
Closing — monaco-editor 0.56.0 changed its worker-loading strategy to spawn workers via
This breaks Playwright e2e tests on unrelated pages (Alerts) because Monaco appears to load eagerly somewhere shared, tripping the CSP violation regardless of whether the code editor is visible. Confirmed via local reproduction of the e2e failure — not a fixable dependency-bump issue; needs either a |



Rebases dependabot #1762 onto current main after Cargo.lock/dashboard churn from other merged dependency PRs left it conflicting.
Verified locally:
tsc --noEmitclean,eslintclean, full test suite (3016 tests) passing,pnpm run buildsucceeds (monaco chunks bundle correctly).Closes the need for #1762.