stable
Clone or download
Read-only
Merge commit 'refs/changes/99/18999/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14898: Upgrade @typescript-eslint to v3.0.0
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −2 | Go to diff View file |
M | package-lock.json | +93 | −22 | Go to diff View file |
M | package.json | +5 | −5 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts | +4 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts | +4 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/store/actions.ts | +12 | −11 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/type.ts | +0 | −5 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/index.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/actions.test.ts | +6 | −5 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/actions.ts | +4 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +0 | −5 | Go to diff View file |
M | src/scripts/project/registration/src/api/rest-querier.test.ts | +1 | −1 | Go to diff View file |
M | src/scripts/project/registration/src/store/actions.ts | +5 | −4 | Go to diff View file |
M | src/scripts/project/registration/src/store/type.ts | +0 | −5 | Go to diff View file |
M | src/themes/tlp/mocks/tlp-fetch-mock-helper.d.ts | +13 | −2 | Go to diff View file |