Debian Patches
Status for node-license-webpack-plugin/4.0.2-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| fix-test.patch | workarounf tsc problems | Yadd <yadd@debian.org> | not-needed | 2023-05-06 | ||
| webpack-5.107-provide-module.patch | Support webpack >= 5.107 "provide module" identifiers webpack 5.107.0 changed ProvideSharedModule.identifier() to separate the request with "|" instead of " = " (webpack PR #20860), so split('=')[1] is undefined and .trim() throws. The error escapes Compilation.hooks.processAssets as a HookWebpackError and fails the entire build, which breaks every JupyterLab extension build. . Both identifier formats are now handled, and an unrecognized one returns null rather than throwing. diff --git a/src/WebpackInnerModuleIterator.ts b/src/WebpackInnerModuleIterator.ts index 198f3e2..c6ac051 100644 |
Claude Opus 5 <noreply@anthropic.com> | yes | debian upstream | 2026-08-02 |
