Update JS dependencies (#27922)

- Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved
error, see https://github.com/mCaptcha/glue/issues/65)
- Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js`
- Enable and autofix `@stylistic/js/no-multiple-empty-lines`
- Regenerate poetry.lock with latest poetry
- Tested Mermaid, Swagger, Citation, Vue
This commit is contained in:
silverwind 2023-11-06 22:14:32 +01:00 committed by GitHub
parent c823af26db
commit abd79ddebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 733 additions and 618 deletions

View file

@ -9,7 +9,6 @@ const threshold = 50;
let files = [];
let $repoFindFileInput, $repoFindFileTableBody, $repoFindFileNoResult;
// return the case-insensitive sub-match result as an array: [unmatched, matched, unmatched, matched, ...]
// res[even] is unmatched, res[odd] is matched, see unit tests for examples
// argument subLower must be a lower-cased string.