Debian Patches

Status for node-approximate-now/1.0.2-3

Patch Description Author Forwarded Bugs Origin Last update
convert-from-ava-to-the-Node.js-test-runner-node-test.patch convert from ava to the Node.js test runner (node:test) Joe Nahmias <joe@nahmias.net> not-needed 2026-05-29
use-setTimeout-instead-of-delay-in-tests.patch use setTimeout() instead of delay in tests Joe Nahmias <joe@nahmias.net> not-needed 2026-05-29
assign-type-explicitly-to-avoid-implicit-never-type.patch assign type explicitly to avoid implicit never type Joe Nahmias <joe@nahmias.net> not-needed 2026-05-29
use-named-import-to-allow-test-to-run-as-autopkgtest.patch use named import to allow test to run as autopkgtest Joe Nahmias <joe@nahmias.net> not-needed 2026-05-29
ts6-types-and-moduleresolution.patch fix TypeScript 6 compatibility (types and moduleResolution) TypeScript 6 only scans node_modules/@types when "types" contains the "*"
wildcard, so the node globals disappear and ts-node fails on the test files
with TS2591 for every node: import. Declaring "types" explicitly also works
with TypeScript 5.
.
moduleResolution=node10 is now a hard error (TS5107). Dropping the option keeps
the very same resolver, which stays the implicit default for
"module": "commonjs", and silences the deprecation. "ignoreDeprecations": "6.0"
is not usable here because TypeScript 5 rejects that value (TS5103).
Xavier Guimard <yadd@debian.org> not-needed 2026-08-15
ts6-explicit-rootdir.patch set an explicit rootDir TypeScript 6 requires rootDir to be set explicitly when the inferred common
source directory would change the output layout (TS5011).
Xavier Guimard <yadd@debian.org> not-needed 2026-08-16

All known versions for source package 'node-approximate-now'

Links