Debian Patches
Status for node-css-what/6.2.2-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| ts6-compat.patch | fix build and tests with TypeScript 6 TypeScript 6 turns several deprecated compiler options into hard errors and no longer scans node_modules/@types automatically: . * "target": "es5" and "moduleResolution": "node" are rejected with TS5107. The commonjs build now targets ES2019 like the ES build already did, and the ES build uses the "bundler" resolution, which is the only non-deprecated mode compatible with "module": "es2015". * type packages are only loaded when listed in "types", so @types/node is declared explicitly for the library build and @types/jest is added on top of it through the ts-jest transform, which is only used by the test suite. * set "rootDir" explicitly . All of this keeps working with TypeScript 5. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-15 |
