stable

Clone or download

Read-only

Move typechecking of packages not using Vue SFC files into a dedicated task

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

Modified Files

Name
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/administration/jest.config.js +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/jest.config.js +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/jest.config.js +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/jest.config.js +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/shared/jest.config.js +2 −0 Go to diff View file
M plugins/agiledashboard/tsconfig.json +2 −1 Go to diff View file
M plugins/agiledashboard/webpack.common.js +3 −11 Go to diff View file
M plugins/embed/jest.config.js +2 −0 Go to diff View file
M plugins/embed/package.json +1 −0 Go to diff View file
M plugins/embed/webpack.common.js +0 −1 Go to diff View file
M plugins/forumml/jest.config.js +2 −0 Go to diff View file
M plugins/forumml/package.json +1 −0 Go to diff View file
M plugins/forumml/webpack.common.js +0 −1 Go to diff View file
M plugins/hudson_git/package.json +1 −0 Go to diff View file
M plugins/hudson_git/webpack.common.js +0 −1 Go to diff View file
M plugins/ldap/package.json +2 −1 Go to diff View file
M plugins/ldap/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/ldap/scripts/project-admin/preview-for-select2.js +1 −4 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-members.js +1 −1 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-ugroups.js +1 −1 Go to diff View file
M plugins/ldap/webpack.common.js +0 −1 Go to diff View file
M plugins/oauth2_server/jest.config.js +2 −0 Go to diff View file
M plugins/oauth2_server/package.json +2 −0 Go to diff View file
M plugins/oauth2_server/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/oauth2_server/scripts/src/administration.ts +3 −6 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.test.ts +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.ts +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/user-preferences.ts +2 −5 Go to diff View file
M plugins/oauth2_server/webpack.common.js +0 −1 Go to diff View file
M plugins/pullrequest/jest.config.js +2 −0 Go to diff View file
M plugins/pullrequest/package.json +1 −0 Go to diff View file
M plugins/pullrequest/webpack.common.js +1 −5 Go to diff View file
M plugins/testmanagement/jest.config.js +2 −0 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/webpack.common.js +1 −5 Go to diff View file
M plugins/userlog/package.json +4 −0 Go to diff View file
A plugins/userlog/pnpm-lock.yaml +7 −0 Go to diff View file
M plugins/userlog/webpack.common.js +0 −1 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/vite.config.ts +2 −2 Go to diff View file