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 |