stable

Clone or download

Read-only

chore: Only include jest types locally

No functional change. Typechecking should be happy. Notes: "jest" types are now only included in apps that use them. Apps without test or using "vitest" do not need them. A next step will be to remove those global types on a given app and import functions from "@jest/globals" explicitly. part of request #35125 Explicitly import jest functions Change-Id: If0e1cbdc15feb1b94efb6356ce2caf72999e1902

Modified Files

Name
M lib/frontend/build-system-configurator/tsc/tsconfig-for-apps.json +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/administration/tsconfig.json +3 −0 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/tsconfig.json +3 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/tsconfig.json +3 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/tsconfig.json +1 −0 Go to diff View file
M plugins/docman/tsconfig.json +3 −0 Go to diff View file
M plugins/embed/tsconfig.json +3 −0 Go to diff View file
M plugins/git/scripts/permissions-per-group/tsconfig.json +1 −0 Go to diff View file
M plugins/git/scripts/repositories-list/tsconfig.json +1 −0 Go to diff View file
M plugins/git/scripts/repository/tsconfig.json +1 −0 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/tsconfig.json +0 −1 Go to diff View file
M plugins/gitlab/scripts/group-link-wizard/tsconfig.json +0 −1 Go to diff View file
M plugins/hudson_git/tsconfig.json +1 −1 Go to diff View file
M plugins/kanban/scripts/kanban/tsconfig.json +3 −0 Go to diff View file
M plugins/mytuleap_contact_support/tsconfig.json +1 −1 Go to diff View file
M plugins/oauth2_server/tsconfig.json +3 −0 Go to diff View file
M plugins/program_management/scripts/admin/tsconfig.json +3 −0 Go to diff View file
M plugins/program_management/scripts/artifact-additional-action/tsconfig.json +3 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/tsconfig.json +1 −0 Go to diff View file
M plugins/program_management/scripts/program_management/tsconfig.json +1 −0 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/tsconfig.json +1 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/tsconfig.json +1 −0 Go to diff View file
M plugins/roadmap/scripts/configure-widget/tsconfig.json +2 −5 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/tsconfig.json +3 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/tsconfig.json +2 −1 Go to diff View file
M plugins/testmanagement/tsconfig.json +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/tsconfig.json +3 −0 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/tsconfig.json +3 −0 Go to diff View file
M plugins/tracker/scripts/artifact/tsconfig.json +3 −0 Go to diff View file
M plugins/tracker/scripts/lib/colorpicker/tsconfig.json +0 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/tsconfig.json +1 −0 Go to diff View file
M src/scripts/account/tsconfig.json +3 −0 Go to diff View file
M src/scripts/platform-admin-banner/tsconfig.json +2 −2 Go to diff View file
M src/scripts/switch-to/tsconfig.json +1 −0 Go to diff View file
M src/scripts/user-registration/tsconfig.json +0 −3 Go to diff View file