stable
Clone or download
Read-only
Changelog: https://github.com/typescript-eslint/typescript-eslint/blob/v5.48.1/CHANGELOG.md Part of request #30362: Bump to TypeScript 4.9 Change-Id: Ie8f65c38309f8f1ea049b195c4e9aa987ffaa128
Modified Files
Name | ||||
---|---|---|---|---|
M | package.json | +2 | −2 | Go to diff View file |
M | plugins/baseline/scripts/baseline/support/comparison.ts | +1 | −3 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.ts | +7 | −17 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/store/mutations.ts | +8 | −19 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/user-service.ts | +2 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/projects-cache.ts | +1 | −3 | Go to diff View file |
M | plugins/document/scripts/document/api/lock-rest-querier.ts | +10 | −23 | Go to diff View file |
M | plugins/document/scripts/document/api/move-rest-querier.ts | +14 | −29 | Go to diff View file |
M | plugins/document/scripts/document/api/permissions-rest-querier.ts | +12 | −15 | Go to diff View file |
M | plugins/document/scripts/document/api/preferencies-rest-querier.ts | +6 | −14 | Go to diff View file |
M | plugins/document/scripts/document/api/properties-rest-querier.ts | +7 | −17 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.ts | +35 | −62 | Go to diff View file |
M | plugins/document/scripts/document/api/version-rest-querier.ts | +7 | −17 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/adjust-item-to-content-after-item-creation-in-folder.ts | +1 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-mutations.ts | +7 | −16 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-upload.ts | +15 | −27 | Go to diff View file |
M | plugins/document/scripts/document/store/properties/properties-mutations.ts | +4 | −3 | Go to diff View file |
M | plugins/git/scripts/permissions-per-group/src/rest-querier.ts | +1 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/api/rest-querier.ts | +8 | −13 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/breadcrumb-presenter.ts | +9 | −21 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/gitlab/gitlab-credentials-helper.ts | +4 | −11 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/repository-list-presenter.ts | +7 | −17 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.ts | +8 | −19 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.ts | +2 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts | +2 | −4 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.ts | +4 | −6 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-drawer.ts | +1 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/TQL-CodeMirror/src/autocompleter.ts | +1 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/TQL-CodeMirror/src/builder.ts | +2 | −4 | Go to diff View file |
M | pnpm-lock.yaml | +61 | −50 | Go to diff View file |
M | src/scripts/main/src/BurningParrot/src/sidebar.ts | +1 | −3 | Go to diff View file |
M | src/scripts/main/src/dashboards/dashboard-dropdowns.ts | +3 | −3 | Go to diff View file |
M | src/scripts/main/src/dashboards/dashboard-layout.ts | +2 | −4 | Go to diff View file |
M | src/scripts/main/src/frs/permissions-per-group/api/rest-querier.ts | +1 | −3 | Go to diff View file |
M | src/scripts/main/src/project/registration/src/api/rest-querier.ts | +3 | −5 | Go to diff View file |