Debian Patches
Status for node-mylas/2.1.14-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| remove-deprecated-empty-ts-jest-global-config.patch | remove deprecated empty ts-jest global config | Joe Nahmias <joe@nahmias.net> | no | 2026-01-06 | ||
| ts6-types.patch | declare the type packages the sources and the tests need TypeScript 6 only loads the type packages listed in "types" instead of scanning node_modules/@types, so the node globals disappear from the library (TS2591) and the jest ones from the specs (TS2593/TS2304). @types/node is declared in the library configuration and the jest types are added through the ts-jest transform, which only the test suite uses. . TypeScript 5 accepts this unchanged. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-15 |
