stable
Clone or download
Read-only
Merge commit 'refs/changes/87/22787/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #21383 prettier: 2.2.1 -> 2.3.0 Change-Id: I8f6b396f242450fa5beefcc85c84c4355db3bf65
Modified Files
Name | ||||
---|---|---|---|---|
M | package-lock.json | +3 | −3 | Go to diff View file |
M | package.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/administration/administration.test.ts | +4 | −10 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +72 | −77 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.test.js | +3 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/event/UnderTheFoldNotificationEventDispatcher.ts | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.test.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-service.test.js | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-controller.test.js | +3 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-service.test.js | +20 | −20 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/kanban-service.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/reports-modal/diagram-rest-service.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar-controller.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-controller.test.js | +39 | −35 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js | +11 | −11 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js | +28 | −28 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-controller.test.js | +9 | −12 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js | +3 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.ts | +4 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue | +7 | −9 | Go to diff View file |
M | plugins/docman/scripts/docman.js | +4 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CreationErrorDragndropErrorModal.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue | +5 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/metadata-helpers/update-data-transformatter-helper.test.ts | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +4 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/error/error-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/embed/scripts/embed/widget/figma.ts | +2 | −1 | Go to diff View file |
M | plugins/frs/scripts/release-notes/src/release/files/files-controller.test.js | +3 | −4 | Go to diff View file |
M | plugins/git/scripts/git.js | +11 | −14 | Go to diff View file |
M | plugins/git/scripts/repositories/src/api/rest-querier.test.ts | +30 | −22 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepository.vue | +9 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.vue | +6 | −9 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/getters.ts | +3 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/gitlab/actions.test.ts | +17 | −17 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/mutations.ts | +2 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/support/error-handler.test.ts | +6 | −6 | Go to diff View file |
M | plugins/label/scripts/project-labeled-items/src/LabeledItemsList.vue | +2 | −6 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/replacers.ts | +36 | −36 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.ts | +74 | −85 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ErrorModal.test.ts | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementList.vue | +4 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/drag-drop.test.ts | +8 | −8 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/error-handler.test.ts | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-extractor.test.ts | +2 | −3 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-moving.test.ts | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-moving.ts | +11 | −10 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/feature-reordering.test.ts | +4 | −4 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.ts | +81 | −78 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-generator.test.ts | +3 | −5 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/pie_chart_drawer/pie-chart-drawer.test.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.vue | +4 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesClosedSprints.vue | +4 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.vue | +4 | −1 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.ts | +4 | −3 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/dashboard/dashboard-controller.test.js | +6 | −8 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-service.test.js | +9 | −12 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/file-diff/codemirror-helper-service.js | +2 | −7 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-service.test.js | +2 | −3 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/GanttBoard.test.ts | +2 | −2 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Subtask/SubtaskMessageHeader.vue | +5 | −1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/components/Gantt/Task/BarPopover.vue | +4 | −1 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/helpers/dependency-map-builder.test.ts | +7 | −7 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/helpers/task-retriever.ts | +18 | −20 | Go to diff View file |
M | plugins/roadmap/scripts/roadmap-widget/src/store/tasks/tasks-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue | +6 | −8 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.vue | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue | +1 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/autofocus-autoselect.test.ts | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/column/column-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/column/column-getters.test.ts | +1 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/column/column-getters.ts | +12 | −14 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/getters.ts | +34 | −26 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts | +14 | −16 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-getters.ts | +18 | −13 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +20 | −14 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +8 | −10 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts | +33 | −34 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.ts | +4 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts | +4 | −4 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/app-controller.js | +3 | −2 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/artifact-links-graph/artifact-links-graph-directive.js | +2 | −3 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-service.test.js | +3 | −9 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-service.test.js | +8 | −4 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-detail-controller.js | +2 | −1 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-controller.test.js | +6 | −8 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.test.js | +3 | −4 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/index.ts | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue | +13 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue | +4 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.test.ts | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/__snapshots__/AddTestButtonWithAdditionalActionsMenu.test.ts.snap | +13 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.test.ts | +6 | −6 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaignsHeader.vue | +4 | −1 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/transform-report-to-xlsx-sheet.ts | +3 | −5 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/justifications-builder.ts | +7 | −9 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/helpers/Export/Report/report-creator.test.ts | +8 | −8 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTable.vue | +3 | −1 | Go to diff View file |
M | plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingMode.vue | +4 | −1 | Go to diff View file |
M | plugins/tracker/scripts/artifact/edition/edit-follow-up-comment-helpers.test.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/artifact/edition/edit-follow-up-comment.js | +4 | −3 | Go to diff View file |
M | plugins/tracker/scripts/artifact/edition/text-follow-up.test.ts | +2 | −3 | Go to diff View file |
M | plugins/tracker/scripts/artifact/list-pickers-creator.test.ts | +3 | −7 | Go to diff View file |
M | plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreator.test.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/artifact/rich-text-editor-creator/RichTextEditorsCreatorWithoutImageUpload.test.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/legacy/LoadTrackerArtifactLink.js | +98 | −98 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerArtifactLink.js | +15 | −17 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerReports.js | +2 | −3 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerTriggers.js | +3 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/link-field/link-field-controller.test.js | +6 | −8 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/fields/permission-field/permission-field-controller.test.js | +10 | −5 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/model/field-values-formatter.test.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/model/tracker-transformer.js | +2 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.test.ts | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.test.ts | +6 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.vue | +2 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/actions.test.ts | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/api/rest-querier.test.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue | +4 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixContent.vue | +4 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PreConditionsSkeleton.vue | +4 | −1 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_artifact.spec.ts | +1 | −2 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/cypress/integration/tracker_workflow.spec.ts | +4 | −3 | Go to diff View file |
M | src/scripts/BurningParrot/src/sidebar.ts | +2 | −3 | Go to diff View file |
M | src/scripts/browser-deprecation/browser-deprecation-modal.ts | +2 | −3 | Go to diff View file |
M | src/scripts/charts-builders/chart-tooltip-factory.js | +2 | −7 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/DrekkenovState.test.ts | +8 | −8 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/DropGhost.test.ts | +24 | −24 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/OngoingDrag.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/dom-manipulation.test.ts | +14 | −14 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/event-handler-factory.test.ts | +102 | −86 | Go to diff View file |
M | src/scripts/lib/drag-and-drop/src/index.test.ts | +3 | −3 | Go to diff View file |
M | src/scripts/lib/keyboard-shortcuts/src/help-modal/get-shortcuts-section.test.ts | +2 | −3 | Go to diff View file |
M | src/scripts/lib/list-picker/src/dropdown/DropdownManager.test.ts | +6 | −6 | Go to diff View file |
M | src/scripts/lib/list-picker/src/events/EventManager.test.ts | +11 | −11 | Go to diff View file |
M | src/scripts/lib/list-picker/src/events/ListOptionsChangesObserver.test.ts | +7 | −7 | Go to diff View file |
M | src/scripts/lib/list-picker/src/navigation/FieldFocusManager.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/lib/list-picker/src/selection/SingleSelectionManager.test.ts | +9 | −12 | Go to diff View file |
M | src/scripts/lib/mention/src/mention.js | +1 | −2 | Go to diff View file |
M | src/scripts/lib/tlp-popovers/src/popovers.test.ts | +14 | −22 | Go to diff View file |
M | src/scripts/platform/banner/platform-banner-show-hide.ts | +9 | −12 | Go to diff View file |
M | src/scripts/project/admin/header-background/admin-header-background.test.ts | +3 | −6 | Go to diff View file |
M | src/scripts/project/admin/services/src/components/SidebarPreviewer.vue | +3 | −1 | Go to diff View file |
M | src/scripts/project/admin/services/src/vue-modal-initializer.js | +2 | −7 | Go to diff View file |
M | src/scripts/project/banner/project-banner-show-hide.ts | +10 | −13 | Go to diff View file |
M | src/scripts/project/registration/src/api/rest-querier.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/Agreement/AgreementModal.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/project/registration/src/components/Information/ProjectInformationFooter.vue | +4 | −1 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/TemplateFooter.test.ts | +6 | −6 | Go to diff View file |
M | src/scripts/project/registration/src/components/Template/TemplateFooter.vue | +4 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue | +5 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap | +10 | −2 | Go to diff View file |
M | src/scripts/switch-to/src/store/actions.test.ts | +54 | −54 | Go to diff View file |
M | src/scripts/tlp-doc/src/editors.js | +4 | −6 | Go to diff View file |
M | src/themes/tlp/src/vendor-overrides/select2.ts | +2 | −2 | Go to diff View file |
M | src/www/file/scripts/frs.js | +8 | −16 | Go to diff View file |
M | src/www/scripts/codendi/TreeNode.js | +2 | −3 | Go to diff View file |
M | src/www/scripts/codendi/cross_references.js | +2 | −1 | Go to diff View file |
M | tests/e2e/full/cypress/support/commands.ts | +6 | −7 | Go to diff View file |