stable

Clone or download

Read-only

Move typechecking of apps and libs built with Vite into individual tasks

Part of request #24241: Cache the build results of the JS toolchain Change-Id: Iffcc6124330a55319fd522f2aa5331e2d7202f8c

Modified Files

Name
A adr/0010-ts-typechecking-individual-task.md +38 −0 Go to diff View file
M adr/index.md +1 −0 Go to diff View file
M package.json +6 −1 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/vite.config.ts +14 −17 Go to diff View file
M plugins/api_explorer/package.json +1 −0 Go to diff View file
M plugins/api_explorer/vite.config.ts +6 −10 Go to diff View file
M plugins/document_generation/jest.config.js +2 −0 Go to diff View file
M plugins/document_generation/package.json +1 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/jest.config.js +2 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/package.json +1 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/tsconfig.json +1 −2 Go to diff View file
M plugins/document_generation/scripts/lib/docx/vite.config.ts +17 −18 Go to diff View file
M plugins/document_generation/vite.config.ts +13 −17 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/dev-arrows/vite.config.ts +4 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-ckeditor-image-upload/vite.config.ts +7 −10 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/jest.config.js +2 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/tsconfig.json +1 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/vite.config.ts +15 −17 Go to diff View file
M pnpm-lock.yaml +0 −86 Go to diff View file
M src/scripts/lib/angular-async/vite.config.ts +12 −15 Go to diff View file
M src/scripts/lib/angular-tlp/vite.config.ts +13 −16 Go to diff View file
M src/scripts/lib/ckeditor-image-upload/vite.config.ts +6 −9 Go to diff View file
M src/scripts/lib/concurrency-limit-pool/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/concurrency-limit-pool/package.json +1 −0 Go to diff View file
M src/scripts/lib/concurrency-limit-pool/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/concurrency-limit-pool/vite.config.ts +7 −11 Go to diff View file
M src/scripts/lib/date-helper/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/date-helper/package.json +1 −0 Go to diff View file
M src/scripts/lib/date-helper/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/date-helper/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/drag-and-drop/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/drag-and-drop/package.json +1 −0 Go to diff View file
M src/scripts/lib/drag-and-drop/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/drag-and-drop/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/filter-table/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/filter-table/package.json +1 −0 Go to diff View file
M src/scripts/lib/filter-table/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/filter-table/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/gettext/package.json +1 −0 Go to diff View file
M src/scripts/lib/gettext/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/gettext/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/html-escaper/vite.config.ts +6 −9 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/package.json +1 −0 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/keyboard-shortcuts/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/list-picker/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/list-picker/package.json +1 −0 Go to diff View file
M src/scripts/lib/list-picker/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/list-picker/vite.config.ts +22 −24 Go to diff View file
M src/scripts/lib/mention/vite.config.ts +12 −15 Go to diff View file
M src/scripts/lib/project-privacy-helper/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/project-privacy-helper/package.json +1 −0 Go to diff View file
M src/scripts/lib/project-privacy-helper/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/project-privacy-helper/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/project-sidebar-internal/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/project-sidebar-internal/package.json +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar-internal/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/project-sidebar-internal/vite.config.ts +24 −26 Go to diff View file
M src/scripts/lib/project-sidebar/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/project-sidebar/package.json +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/project-sidebar/vite.config.ts +8 −9 Go to diff View file
M src/scripts/lib/tlp-fetch/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/tlp-fetch/package.json +1 −0 Go to diff View file
M src/scripts/lib/tlp-fetch/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/tlp-fetch/vite.config.ts +14 −15 Go to diff View file
M src/scripts/lib/tlp-popovers/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/tlp-popovers/package.json +1 −0 Go to diff View file
M src/scripts/lib/tlp-popovers/tsconfig.json +0 −1 Go to diff View file
M src/scripts/lib/tlp-popovers/vite.config.ts +14 −15 Go to diff View file
M src/scripts/lib/tooltip/vite.config.ts +12 −15 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/jest.config.js +2 −0 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/package.json +1 −0 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/tsconfig.json +1 −2 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/vite.config.ts +16 −18 Go to diff View file
M tests/jest/jest.base.config.js +6 −0 Go to diff View file
M tools/utils/scripts/vite-configurator.ts +14 −36 Go to diff View file