stable
Clone or download
Read-only
Part of request #14283: Upgrade dev dependencies December 2019 edition Change-Id: If45d707a5e74c71c7bd8c678479b5010894788fb
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +4 | −2 | Go to diff View file |
M | package-lock.json | +651 | −44 | Go to diff View file |
M | package.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/artifact-additional-action/src/artifact-additional-action.test.ts | +67 | −55 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/add-to-dashboard/add-to-dashboard-controller.test.js | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/dropped-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-rest-service.test.js | +10 | −14 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.test.js | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/drop/dropped-service.test.js | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/item-progress/item-progress-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/__snapshots__/LinkCellTitle.test.js.snap | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataDate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataString.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataText.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.test.js | +5 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.test.js | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SwitchToOldUI.test.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/obsolescence-date-value.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.test.js | +92 | −132 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-actions.test.js | +9 | −21 | Go to diff View file |
M | plugins/document/scripts/document/store/metadata/metadata-actions.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/metadata/metadata-mutations.test.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-folder-content.test.js | +16 | −18 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-upload.test.js | +12 | −12 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/file-download/file-download-controller.test.js | +1 | −1 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/release/release-rest-service.test.js | +2 | −12 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/api/rest-querier.test.js | +53 | −49 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/actions.test.js | +4 | −16 | Go to diff View file |
M | plugins/pullrequest/www/scripts/create-pullrequest-button/src/store/actions.test.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/code-collapse/code-collapse-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-collection-rest-service.test.js | +3 | −6 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-collection-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/pull-request-rest-service.test.js | +3 | −6 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/user-rest-service.test.js | +6 | −12 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/burndown_chart_builder/__snapshots__/burndown-chart-drawer.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/burndown_chart_builder/__snapshots__/burndown-scale-drawer.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-chart-drawer.test.ts | +3 | −3 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-scale-drawer.test.ts | +2 | −2 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/burndown_chart_builder/burndown-time-scale-label-formatter.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/App.test.ts | +1 | −1 | Go to diff View file |
M | plugins/release_widget/scripts/releasewidget/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/ErrorModal.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts | +3 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.test.ts | +6 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.test.ts | +6 | −6 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts | +7 | −7 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts | +4 | −8 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/store/mutations.test.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/model/field-values-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.test.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-service.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifact-action-buttons/src/api/rest-querier.test.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-getters.test.js | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/admin/banner/src/components/BannerPresenter.test.ts | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/banner/project-banner-clamp.test.ts | +19 | −17 | Go to diff View file |
M | src/www/scripts/project/banner/project-banner-show-hide.test.ts | +4 | −10 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Approval/ProjectApproval.test.ts | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Fields/__snapshots__/FieldsList.test.ts.snap | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts | +2 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +3 | −3 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/TroveCat/__snapshots__/TroveCategoryList.test.ts.snap | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/TemplateCard.test.ts | +3 | −3 | Go to diff View file |
M | src/www/scripts/project/registration/src/store/getters.test.ts | +3 | −3 | Go to diff View file |
M | src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.js | +1 | −1 | Go to diff View file |
M | src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.test.js | +35 | −58 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/fetch-wrapper.test.js | +24 | −55 | Go to diff View file |
M | tests/jest/fail-console-error-warning.js | +2 | −0 | Go to diff View file |