stable

Clone or download

Read-only

Merge commit 'refs/changes/45/20545/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #17195: Upgrade to Webpack 5 Change-Id: Id075a3bfb009d69a06568746aafe37b1db64ada7

Modified Files

Name
M package-lock.json +548 −2228 Go to diff View file
M package.json +7 −8 Go to diff View file
M plugins/agiledashboard/package-lock.json +24 −0 Go to diff View file
M plugins/agiledashboard/package.json +2 −0 Go to diff View file
M plugins/agiledashboard/webpack.common.js +17 −2 Go to diff View file
M plugins/cardwall/webpack.common.js +0 −1 Go to diff View file
M plugins/docman/webpack.common.js +0 −1 Go to diff View file
M plugins/forumml/webpack.common.js +0 −1 Go to diff View file
M plugins/git/webpack.common.js +1 −3 Go to diff View file
M plugins/testmanagement/package-lock.json +29 −0 Go to diff View file
M plugins/testmanagement/package.json +3 −0 Go to diff View file
M plugins/testmanagement/webpack.common.js +11 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/package-lock.json +24 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/package.json +2 −0 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/package.json +0 −6 Go to diff View file
M plugins/tracker/webpack.common.js +1 −3 Go to diff View file
M plugins/tracker_encryption/webpack.common.js +0 −1 Go to diff View file
M src/scripts/lib/drag-and-drop/package.json +0 −6 Go to diff View file
M src/scripts/lib/list-picker/package.json +0 −6 Go to diff View file
M src/scripts/lib/mention/package.json +0 −6 Go to diff View file
M src/webpack.common.js +2 −10 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +24 −11 Go to diff View file
D tools/utils/scripts/webpack-custom-plugins.js +0 −30 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +16 −30 Go to diff View file