]> source.dussan.org Git - gitea.git/commit
Suppress error from monaco-editor (#29684) (#29758)
authorGiteabot <teabot@gitea.io>
Wed, 13 Mar 2024 08:02:00 +0000 (16:02 +0800)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 08:02:00 +0000 (09:02 +0100)
commit462ae88fc2e6295a9376855627ad2a824a6c8f1d
tree791326966bc6f207898bccdd9154ee96ce241a20
parent1e4d5a55945ed81173d0ba85c58a89d6883ea060
Suppress error from monaco-editor (#29684) (#29758)

Backport #29684 by @silverwind

Fixes: https://github.com/go-gitea/gitea/issues/29414
I see no way for us to catch this error, so downgrade it until
https://github.com/microsoft/monaco-editor/issues/4325 is fixed, which
will likely take a few weeks to propagate up from vscode.

The entries in `updates.config.js` will make
[`updates`](https://github.com/silverwind/updates) not upgrade these
anymore and I think it's good documentation as well to have the reasons
why we don't upgrade these dependencies.

Co-authored-by: silverwind <me@silverwind.io>
web_src/js/bootstrap.js