stable

Clone or download

Read-only

request #14898: Upgrade @typescript-eslint to v3.0.0

This also upgrades other Typescript-related dependencies. No functional change expected. How to test: - CI passes - npm run build succeeds - npm run eslint -- --quiet . reports no error Change-Id: Ie172b723c1885f07e052fb670744275701c8adae

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