- Package:
- src:node-webpack
- Source:
- node-webpack
- Submitter:
- Julian Gilbey
- Date:
- 2022-05-22 10:09:04 UTC
- Severity:
- serious
- Tags:
webpack depends on node-uglifyjs-webpack-plugin, which in turn has a serious bug report against it because it is abandoned upstream. According to webpack/package.json, webpack does not seem to actually depend on this plugin, so it should be find to just remove this dependency. If this dependency is left, node-webpack will be dropped from bullseye. Best wishes, Julian
We should reduce severity of that bug or add bullseye-ignore tag and maintain it without upstream support. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
Quoting Pirate Praveen (2021-02-14 08:32:08) issue _is_ serious and has been for some time. @Praveen, do you have any comments on the proposed change? - Jonas
It is perfectly working and nothing is broken. Only in case of some future bugs, we will have to fix it ourselves without upstream help. It also just a wrapper for calling uglify-js or terser directly from webpack. We will have to replace it for next release, but I don't think it is release critical when there are people willing to maintain it and nothing is broken currently. I don't agree to removing webpack (which means removing a large number of node packages as well). My proposed solution is to ignore it for bullseye.
Quoting Pirate Praveen (2021-02-14 13:32:36) [...] Sorry, I now realize that we are talking about bug#977311 - I thought we were talking about bug#952367 I still recommend to request release team to ignore for this release instead of lowering sverity, but don't care anough about this particular mess to discuss further... - Jonas
Hi, for the record, I removed build dependency to node-uglifyjs-webpack-plugin from chai (src:node-chai). The browser package is no more minified but this is not important: libjs-chai has no reverse dependency. Cheers, Xavier
Has the release team been contacted yet? Once it is dropped from testing, it will not be reaccepted for bullseye. Best wishes, Julian
[Ccing debian-release] 1. It is not marked for auto removal in tracker, so it will need a manual action from release team and they will see this bug before they remove. 2. Yadd already discussed about node-uglifyjs-webpack-plugin with release team. So in my understanding this package will be in bullseye.
Control: block 977311 by -1 I don't recall that discussion now, can somebody please add a pointer to this bug report such that we can judge what to do with this RC bug for bookworm? Paul
On Tue, 3 May 2022 17:31:59 +0200 Paul Gevers <elbrus@debian.org> wrote: > Control: block 977311 by -1 > > On Sun, 14 Mar 2021 11:44:31 +0530 Pirate Praveen > <praveen@onenetbeyond.org> wrote: > > 2. Yadd already discussed about node-uglifyjs-webpack-plugin with release team. > > I don't recall that discussion now, can somebody please add a pointer to > this bug report such that we can judge what to do with this RC bug for > bookworm? That was probably for bullseye. This dependency is now removed in webpack 5 recently uploaded to unstable.