gitea/web_src/js
Giteabot 6ca8cb590d
Don't show third-party JS errors in production builds () ()
Backport  by @silverwind

So we don't get issues like
https://github.com/go-gitea/gitea/issues/29080 and
https://github.com/go-gitea/gitea/issues/29273 any more. Only active in
[production
builds](https://webpack.js.org/guides/production/#specify-the-mode), in
non-production the errors will still show.

Co-authored-by: silverwind <me@silverwind.io>
..
components Modernize merge button () ()
features Make submit event code work with both jQuery event and native event () ()
markup Strip trailing newline in markdown code copy () ()
modules Avoid showing unnecessary JS errors when there are elements with different origin on the page () ()
render Use vitest globals () ()
standalone Add toasts to UI ()
test Avoid duplicate JS error messages on UI () ()
utils Make submit event code work with both jQuery event and native event () ()
vendor Vendor `jquery.are-you-sure` with strict mode fixes ()
webcomponents Fix gitea-origin-url with default ports () ()
bootstrap.js Don't show third-party JS errors in production builds () ()
bootstrap.test.js Avoid duplicate JS error messages on UI () ()
index.js Hide archived labels by default from the suggestions when assigning labels for an issue () ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
svg.js Replace ajax with fetch, improve image diff () ()
svg.test.js Use vitest globals () ()
utils.js Replace ajax with fetch, improve image diff () ()
utils.test.js Use vitest globals () ()