0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js
silverwind 9bf693d98d
Suppress error from monaco-editor (#29684)
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.
2024-03-09 18:37:29 +01:00
..
components Set user's 24h preference from their current OS locale (#29651) 2024-03-08 16:07:56 +08:00
features Fix WebHookEditor regression from jQuery removal (#29692) 2024-03-09 19:59:16 +08:00
markup Use more specific selector for name links (#29679) 2024-03-08 23:21:45 +00:00
modules Set user's 24h preference from their current OS locale (#29651) 2024-03-08 16:07:56 +08:00
render
standalone
utils Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00
vendor
webcomponents Fix URL calculation in clone input box (#29470) 2024-02-28 15:04:04 +00:00
bootstrap.js Suppress error from monaco-editor (#29684) 2024-03-09 18:37:29 +01:00
bootstrap.test.js
htmx.js Auto-update the system status in admin dashboard (#29163) 2024-02-16 02:52:25 +00:00
index.js Filter Repositories by type (#29231) 2024-03-03 10:18:34 +00:00
jquery.js
svg.js Artifact deletion in actions ui (#27172) 2024-02-18 10:33:50 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js