stable
Clone or download
Read-only
part of request #13775 Upgrade dev dependencies August 2019 edition no-console will no longer be enforced in "node" scripts. No functional change expected Note: vue-eslint-parser still breaks many Vue rules, so it's not upgraded. Change-Id: Id120ed8a67aaf99f19bd02b4784d77c01e6556ab
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +4 | −0 | Go to diff View file |
M | package-lock.json | +202 | −248 | Go to diff View file |
M | package.json | +6 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/burnup-chart/src/burnup-chart-drawer.js | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/cumulative-flow-diagram/cumulative-chart-factory.js | +12 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban-controller.js | +20 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-controller.js | +20 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js | +22 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue | +4 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/projects-cache.js | +9 | −6 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/handle-errors.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +4 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/getters.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-folder-content.js | +3 | −3 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/file-download/file-download-controller.js | +23 | −1 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/getters.js | +5 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/mutations.spec.js | +6 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/diff-modes/side-by-side-comment-placeholder-builder.js | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/file-diff/diff-modes/side-by-side-line-height-equalizer.js | +3 | −3 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/store/actions.ts | +13 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-controller.js | +21 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-uploader.js | +23 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-initializer.js | +20 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-controller.js | +27 | −12 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.js | +21 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/validate-service.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/burndown-chart/src/burndown-chart-drawer.js | +4 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/exception-handler.js | +4 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/support/factories.js | +4 | −5 | Go to diff View file |
M | src/www/scripts/dashboards/dashboard-modals.js | +30 | −32 | Go to diff View file |
M | src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.js | +12 | −8 | Go to diff View file |
M | tests/e2e/full/cypress/support/commands.js | +2 | −2 | Go to diff View file |
M | tools/utils/githooks/pre-commit-04-eslint | +2 | −67 | Go to diff View file |
M | tools/utils/scripts/component-builder.js | +20 | −4 | Go to diff View file |
M | tools/utils/scripts/gettext/extract.js | +1 | −1 | Go to diff View file |
M | tools/utils/scripts/tuleap-gulp-build.js | +1 | −0 | Go to diff View file |
M | tools/utils/scripts/typescript-gettext-extractor-cli.js | +0 | −2 | Go to diff View file |
M | tools/utils/scripts/vue-typescript-gettext-extractor-cli.js | +0 | −2 | Go to diff View file |