Debian Patches
Status for node-got/11.8.5+~cs58.13.36-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| build-source-only.diff | don't build bench & test files | Xavier Guimard <yadd@debian.org> | not-needed | 2020-11-10 | ||
| fix-package-json-paths.diff | fix paths since our build differs from upstream one | Xavier Guimard <yadd@debian.org> | not-needed | 2021-10-01 | ||
| commonjs.patch | export commonjs files | Yadd <yadd@debian.org> | not-needed | 2021-10-01 | ||
| workaround-tsc-update.patch | workaround tsc update * Fixes also #1028888 | Yadd <yadd@debian.org> | not-needed | 2023-01-15 | ||
| 0005-Update-timed-out.ts.patch | Update timed-out.ts TypeScript 4.9 can narrow more correctly with the `in` operator. Since this property is declared as being always present, code that only runs if it's *not* present marks that variable as `never` and causes errors. The correct definition is to mark this as optional (alternatively, you can upcast `reentry` to `symbol` in the `in` checks, but that's more invasive and less correct) |
Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com> | yes | upstream | backport, https://github.com/sindresorhus/got/commit/45dd4d2b79fb93a6aecf8dcbc8cdea02563d2dcf | 2022-10-11 |
| ts6-rootdir.patch | build with TypeScript 6 tsc 6 no longer infers the common source directory silently (TS5011). "source" is the value it computed for got itself and for each embedded component, and it keeps the output flat under dist/, as shipped. . It also stopped scanning node_modules/@types on its own, so the node typings have to be requested explicitly (TS2591), and it rejects the deprecated node10 module resolution szmarczak-http-timer spells out (TS5107): the CommonJS module kind already implies that algorithm, and "resolvePackageJsonExports": false keeps the classic types/main lookup. . Finally "esModuleInterop" is pinned to the value it used to default to. Left implicit it is now on, which wraps every default import in an __importDefault helper and changes what the shipped JavaScript does at runtime; the option is itself deprecated, hence the accompanying "ignoreDeprecations". |
Xavier Guimard <yadd@debian.org> | not-needed | 2026-08-17 |
All known versions for source package 'node-got'
- 11.8.5+~cs58.13.36-7 (forky, sid)
- 11.8.5+~cs58.13.36-5 (trixie)
- 11.8.5+~cs58.13.36-3 (bookworm)
