Debian Patches
Status for node-copy-webpack-plugin/11.0.0-9
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| tsc-workarounds.patch | tsc workarounds | Yadd <yadd@debian.org> | not-needed | debian | 2024-09-25 | |
| skip-fullhash-tests.patch | Skip tests depending on webpack [fullhash] [fullhash] depends on webpack's environment hash, which varies between webpack versions and build environments. The expected hashes hard-coded in these tests therefore break whenever webpack changes (or even between Debian builds). Skip the four affected cases so the rest of the suite keeps running in autopkgtest. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-05-16 | ||
| ts6-module-resolution.patch | adapt the TypeScript configuration to TypeScript 6 TypeScript 6 rejects moduleResolution=node10 (TS5107); its default resolution is used instead, with package.json "exports" ignored so that the Debian modules keep resolving as before. It also resolves the Node built-in modules imported by @types/node to the Debian shim packages and type-checks their JavaScript, so checkJs is turned off: this build only emits declarations, which are unchanged. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-16 | ||
| babel8.patch | port the babel config to Babel 8 assertVersion(7) rejects Babel 8; accept both. preset-env renamed the dynamic-import plugin from proposal- to transform-, and its "modules" default, "auto", now keeps ES modules where it used to emit CommonJS — dist/ is required as CommonJS, so ask for it explicitly. |
Yadd <yadd@debian.org> | not-needed | 2026-08-29 |
