stable

Clone or download

Read-only

request #16627: Bump TypeScript ESLint plugin to 4.0.1

Release note: https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.0.0 It seems the rule no-undef triggers some false positive (I have not yet been able to reproduce the issue in isolation) with user defined type guard. However in all cases impacted removing the user-defined type guard leaded to either stricter checks or just allowed the TS compiler to do its job. Change-Id: Ie6b143e9f9f142a0ed12c2a0caa618c45868a558

Modified Files

Name
M package-lock.json +114 −36 Go to diff View file
M package.json +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +1 −8 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.vue +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.vue +2 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Campaigns/campaign-initial-tests.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/download-xlsx.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/general-information-builder.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/justifications-builder.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/requirements-builder.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/test-results-builder.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/get-planned-test-cases.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/internationalize-test-status.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/report-creator.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/vue-gettext-provider-for-test.ts +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/vue-gettext-provider.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts +1 −0 Go to diff View file
M src/scripts/project/admin/banner/src/components/BannerPresenter.vue +1 −0 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +5 −22 Go to diff View file