Update JS deps (#36354)

- Update all JS deps
- Regenerate SVGs
- Enable new lint rules and fix issues
- Tested affected dependencies
This commit is contained in:
silverwind
2026-01-13 05:06:58 +01:00
committed by GitHub
parent 040fc93046
commit 2859b0602a
7 changed files with 848 additions and 865 deletions
@@ -369,7 +369,7 @@ export class ComboMarkdownEditor {
hideElem(this.textareaMarkdownToolbar);
}
value(v: any = undefined) {
value(v?: any) {
if (v === undefined) {
if (this.easyMDE) {
return this.easyMDE.value();