You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
silverwind 82979588f4
Switch to happy-dom for testing (#29948)
Use `happy-dom` again in vitest as it has caught up recently to `jsdom`
in terms of features and it is a much more lightweight solution.

I encountered [one
bug](https://github.com/capricorn86/happy-dom/issues/1342), but it's an
easy workaround until fixed.

I regenerated the lockfile to get rid of the transitive dependencies so
that's why the diff also has some upgrades in it.

In total, this change removes 39 npm dependencies.
2 months ago
..
components Migrate border and margin classes to Tailwind (#29828) 3 months ago
features Solving the issue of UI disruption when the review is deleted without refreshing (#29951) 2 months ago
markup Fix and rewrite markup anchor processing (#29931) 2 months ago
modules Forbid HTML injection using jQuery (#29843) 3 months ago
render Use vitest globals (#27102) 8 months ago
standalone Add toasts to UI (#25449) 11 months ago
utils Support pasting URLs over markdown text (#29566) 3 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 9 months ago
webcomponents Prevent layout shift in `<overflow-menu>` items (#29831) 2 months ago
bootstrap.js Fix JS error and improve error message styles (#29963) 2 months ago
bootstrap.test.js Avoid duplicate JS error messages on UI (#28873) 4 months ago
htmx.js Auto-update the system status in admin dashboard (#29163) 4 months ago
index.js Filter Repositories by type (#29231) 3 months ago
jquery.js Forbid variables containing jQuery collections not having the `$` prefix (#29839) 3 months ago
svg.js Switch to happy-dom for testing (#29948) 2 months ago
svg.test.js Use vitest globals (#27102) 8 months ago
utils.js enforce maxlength in frontend (#29389) 3 months ago
utils.test.js Use vitest globals (#27102) 8 months ago
vitest.setup.js Move vitest setup file to root (#29097) 4 months ago