Update JS dependencies (#21881)

- Update all JS deps
- Regenerate SVGs
- Add new eslint rules, fix issues
- Tested Mermaid, Swagger, Vue, Webpack, Citation

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
silverwind 2022-11-22 01:58:55 +01:00 committed by GitHub
parent 1c7496c7a7
commit c8b217110b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1076 additions and 1331 deletions

View file

@ -9,7 +9,7 @@ export function initRepoMigrationStatusChecker() {
$('#repo_migrating_progress_message').hide();
if (migrating) {
const task = migrating.attr('task');
if (typeof task === 'undefined') {
if (task === undefined) {
return;
}
$.ajax({