stable

Clone or download

Read-only

request #21422: Bump eslint-related packages (End of May 2021)

@typescript-eslint/* 4.19.0 -> 4.25.0 eslint: 7.22.0 -> 7.27.0 eslint-plugin-prettier: 3.3.1 -> 3.4.0 eslint-config-prettier: 8.1.0 -> 8.3.0 eslint-plugin-cypress: 2.11.2 -> 2.11.3 eslint-plugin-import: 2.22.1 -> 2.23.3 eslint-plugin-jest: 24.3.2 -> 24.3.6 eslint-plugin-no-only-tests: 2.4.0 -> 2.6.0 eslint-plugin-no-unsanitized: 3.1.4 -> 3.1.5 eslint-plugin-vue: 7.8.0 -> 7.9.0 How to test: eslint passes on CI $ npm run eslint -- --quiet . The previous command succeeds without errors. (--quiet ignores warnings) Change-Id: Id93428e850e4b352694e008bcd567a04deb575b1

Modified Files

Name
M package-lock.json +766 −276 Go to diff View file
M package.json +11 −11 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-rest-service.test.js +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-service.test.js +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/drop/dropped-service.test.js +7 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign-service.test.js +1 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution-collection/execution-rest-service.test.js +3 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-link-issue-controller.test.js +2 −0 Go to diff View file
M src/scripts/lib/angular-tlp/src/tlp-modal-service.test.js +1 −0 Go to diff View file