stable
Clone or download
Read-only
The changes are due to the fact the plugin now spots unsanitized dynamic import expressions [0]. Part of request #14725: Upgrade dev dependencies March 2020 edition [0] https://github.com/mozilla/eslint-plugin-no-unsanitized/issues/83#issuecomment-467352987 Change-Id: Icfe4abca486164a9f76a34ca20070a645b7b64fb
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −1 | Go to diff View file |
M | package-lock.json | +608 | −5 | Go to diff View file |
M | package.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +28 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue | +12 | −12 | Go to diff View file |
M | plugins/hudson_git/scripts/src/git-administration.ts | +7 | −2 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/project-administration.ts | +5 | −2 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/user-preferences.ts | +5 | −2 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/index.ts | +7 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/index.ts | +5 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/index.ts | +5 | −2 | Go to diff View file |
M | src/www/scripts/project/admin/banner/index-banner-project-admin.ts | +4 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/index.ts | +4 | −2 | Go to diff View file |
M | src/www/scripts/tuleap/ckeditor/get-upload-image-options.js | +2 | −1 | Go to diff View file |
M | src/www/scripts/tuleap/gettext/gettext-init.d.ts | +1 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/gettext/gettext-init.js | +7 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/gettext/gettext-init.test.js | +9 | −1 | Go to diff View file |
M | src/www/scripts/tuleap/gettext/vue-gettext-init.ts | +2 | −0 | Go to diff View file |