stable

Clone or download

Read-only

Merge commit 'refs/changes/61/11161/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #11423 Upgrade webpack to v4 Change-Id: I139185a4a4091d5126ac8a13bb81d16cfb7da375

Modified Files

Name
M package-lock.json +5119 −1025 Go to diff View file
M package.json +4 −3 Go to diff View file
M plugins/admindelegation/www/scripts/package.json +5 −2 Go to diff View file
M plugins/admindelegation/www/scripts/webpack.config.js +0 −7 Go to diff View file
M plugins/agiledashboard/www/js/kanban/karma.conf.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/webpack.config.js +0 −7 Go to diff View file
M plugins/agiledashboard/www/js/package.json +5 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/karma.conf.js +2 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/webpack.config.js +0 −9 Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +0 −22 Go to diff View file
M plugins/crosstracker/www/scripts/cross-tracker/src/app/gettext-provider.js +2 −2 Go to diff View file
M plugins/crosstracker/www/scripts/karma.conf.js +2 −1 Go to diff View file
M plugins/crosstracker/www/scripts/package.json +2 −2 Go to diff View file
M plugins/crosstracker/www/scripts/webpack.config.js +1 −11 Go to diff View file
R plugins/frs/www/js/angular/karma.config.js Go to diff View file
M plugins/frs/www/js/angular/package.json +4 −4 Go to diff View file
M plugins/frs/www/js/angular/po/template.pot +31 −39 Go to diff View file
M plugins/frs/www/js/angular/webpack.config.js +2 −9 Go to diff View file
M plugins/git/www/scripts/package.json +5 −2 Go to diff View file
M plugins/git/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/label/www/scripts/karma.conf.js +2 −0 Go to diff View file
M plugins/label/www/scripts/package.json +2 −2 Go to diff View file
M plugins/label/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/ldap/www/scripts/package.json +5 −2 Go to diff View file
M plugins/ldap/www/scripts/webpack.config.js +0 −7 Go to diff View file
R plugins/pullrequest/www/scripts/karma.config.js Go to diff View file
M plugins/pullrequest/www/scripts/package.json +4 −4 Go to diff View file
M plugins/pullrequest/www/scripts/po/template.pot +43 −49 Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +2 −12 Go to diff View file
M plugins/svn/www/scripts/package.json +5 −2 Go to diff View file
M plugins/svn/www/scripts/webpack.config.js +0 −14 Go to diff View file
M plugins/timetracking/www/scripts/karma.conf.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/package.json +2 −2 Go to diff View file
M plugins/timetracking/www/scripts/personal-timetracking-widget/src/gettext-provider.js +1 −1 Go to diff View file
M plugins/timetracking/www/scripts/webpack.config.js +1 −11 Go to diff View file
M plugins/tracker/www/scripts/karma.conf.js +2 −0 Go to diff View file
M plugins/tracker/www/scripts/package.json +2 −2 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +0 −22 Go to diff View file
M plugins/velocity/www/scripts/package.json +5 −2 Go to diff View file
M plugins/velocity/www/scripts/webpack.config.js +0 −7 Go to diff View file
M src/www/scripts/package.json +5 −2 Go to diff View file
M src/www/scripts/webpack.config.js +28 −42 Go to diff View file
M src/www/themes/common/tlp/package.json +5 −2 Go to diff View file
M src/www/themes/common/tlp/webpack.config.js +3 −10 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +13 −1 Go to diff View file