Debian Patches
Status for node-cron-validator/1.4.0-3
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| ts6-compat.patch | fix build and tests with TypeScript 6 TypeScript 6 rejects "target": "es5" and "moduleResolution": "node" with TS5107, and no longer scans node_modules/@types, so the jest globals disappear from the specs (TS2593/TS2304). . The library now targets ES2019 and lets the module resolution be implied. The jest types are declared through the ts-jest transform rather than in tsconfig.json: pulling @types/jest into the library build drags in expect and jest-matcher-utils, whose chalk declarations do not survive the resolution TypeScript 6 defaults to. "types" is set to an empty list so that TypeScript 5 does not load them either, keeping both compilers on the same program. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-15 | ||
| ts6-rootdir.patch | set an explicit rootDir TypeScript 6 requires rootDir to be set explicitly (TS5011) when an outDir is given, instead of inferring the common source directory. |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-16 |
