typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.39.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5390-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5381v5390-2022-10-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0)
##### Features
- **eslint-plugin:** allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified ([#5671](https://togithub.com/typescript-eslint/typescript-eslint/issues/5671)) ([bb46ef0](https://togithub.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068))
#### [5.38.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.39.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5390-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5381v5390-2022-10-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.38.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
nodejs/undici
### [`v5.11.0`](https://togithub.com/nodejs/undici/releases/tag/v5.11.0)
[Compare Source](https://togithub.com/nodejs/undici/compare/v5.10.0...v5.11.0)
#### What's Changed
- feat: capture error stack traces by [@sidwebworks](https://togithub.com/sidwebworks) in [https://github.com/nodejs/undici/pull/1619](https://togithub.com/nodejs/undici/pull/1619)
- fix(fetch): hangs on a stream response with manual redirect by [@feugy](https://togithub.com/feugy) in [https://github.com/nodejs/undici/pull/1627](https://togithub.com/nodejs/undici/pull/1627)
- fix(fetch): decode response body when Location is set on non-3xx response by [@GertSallaerts](https://togithub.com/GertSallaerts) in [https://github.com/nodejs/undici/pull/1628](https://togithub.com/nodejs/undici/pull/1628)
- fix: circular dependencies in fetch by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1630](https://togithub.com/nodejs/undici/pull/1630)
- fix: Convert logical nullish assignment for backward compatibility by [@avanelli](https://togithub.com/avanelli) in [https://github.com/nodejs/undici/pull/1625](https://togithub.com/nodejs/undici/pull/1625)
- feat(fetch): allow setting base urls by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1631](https://togithub.com/nodejs/undici/pull/1631)
- feat: export some fetch utilities by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1632](https://togithub.com/nodejs/undici/pull/1632)
- build(deps-dev): bump jest from 28.1.3 to 29.0.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1635](https://togithub.com/nodejs/undici/pull/1635)
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1637](https://togithub.com/nodejs/undici/pull/1637)
- Extensible DispatchHandler by [@arontsang](https://togithub.com/arontsang) in [https://github.com/nodejs/undici/pull/1338](https://togithub.com/nodejs/undici/pull/1338)
- mock: use http.STATUS_CODES by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1641](https://togithub.com/nodejs/undici/pull/1641)
- fix(fetch): allow third-party `FormData`/`Blob` bodies by [@mrbbot](https://togithub.com/mrbbot) in [https://github.com/nodejs/undici/pull/1643](https://togithub.com/nodejs/undici/pull/1643)
- fix(docs): `MockPoolInterceptOptions.method` is optional by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1648](https://togithub.com/nodejs/undici/pull/1648)
- docs: make examples uniform by [@Nicholaiii](https://togithub.com/Nicholaiii) in [https://github.com/nodejs/undici/pull/1647](https://togithub.com/nodejs/undici/pull/1647)
- fix: Fix docs link name to `PoolOptions` by [@silverwind](https://togithub.com/silverwind) in [https://github.com/nodejs/undici/pull/1651](https://togithub.com/nodejs/undici/pull/1651)
- ci: re-enable testing in Node.js 12 by [@dominykas](https://togithub.com/dominykas) in [https://github.com/nodejs/undici/pull/1646](https://togithub.com/nodejs/undici/pull/1646)
- feat(fetch): better errors messages for body-mixin methods by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1654](https://togithub.com/nodejs/undici/pull/1654)
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1657](https://togithub.com/nodejs/undici/pull/1657)
- types: remove old signature by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1658](https://togithub.com/nodejs/undici/pull/1658)
- feat: WPT runner by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1662](https://togithub.com/nodejs/undici/pull/1662)
- Flag interceptors as experimental by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1667](https://togithub.com/nodejs/undici/pull/1667)
- feat(WPTRunner): parse `META` tags by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1664](https://togithub.com/nodejs/undici/pull/1664)
- Passing correct host header to proxy in ProxyAgent by [@protometa](https://togithub.com/protometa) in [https://github.com/nodejs/undici/pull/1624](https://togithub.com/nodejs/undici/pull/1624)
- feat: add support for multipart/form-data by [@cameron-robey](https://togithub.com/cameron-robey) in [https://github.com/nodejs/undici/pull/1606](https://togithub.com/nodejs/undici/pull/1606)
- feat(fetch#Request): Implements `determineRequestReferrer` by [@metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/1236](https://togithub.com/nodejs/undici/pull/1236)
- fix: multipart/form-data base64 parsing by [@repsac-by](https://togithub.com/repsac-by) in [https://github.com/nodejs/undici/pull/1668](https://togithub.com/nodejs/undici/pull/1668)
- perf: add query parameter to benchmark by [@anonrig](https://togithub.com/anonrig) in [https://github.com/nodejs/undici/pull/1676](https://togithub.com/nodejs/undici/pull/1676)
- fix(fetch): multiple data: url fixes & move tests to wpt runner by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1678](https://togithub.com/nodejs/undici/pull/1678)
- feat(util): use node:querystring for buildURL by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1677](https://togithub.com/nodejs/undici/pull/1677)
#### New Contributors
- [@sidwebworks](https://togithub.com/sidwebworks) made their first contribution in [https://github.com/nodejs/undici/pull/1619](https://togithub.com/nodejs/undici/pull/1619)
- [@feugy](https://togithub.com/feugy) made their first contribution in [https://github.com/nodejs/undici/pull/1627](https://togithub.com/nodejs/undici/pull/1627)
- [@GertSallaerts](https://togithub.com/GertSallaerts) made their first contribution in [https://github.com/nodejs/undici/pull/1628](https://togithub.com/nodejs/undici/pull/1628)
- [@avanelli](https://togithub.com/avanelli) made their first contribution in [https://github.com/nodejs/undici/pull/1625](https://togithub.com/nodejs/undici/pull/1625)
- [@arontsang](https://togithub.com/arontsang) made their first contribution in [https://github.com/nodejs/undici/pull/1338](https://togithub.com/nodejs/undici/pull/1338)
- [@Nicholaiii](https://togithub.com/Nicholaiii) made their first contribution in [https://github.com/nodejs/undici/pull/1647](https://togithub.com/nodejs/undici/pull/1647)
- [@silverwind](https://togithub.com/silverwind) made their first contribution in [https://github.com/nodejs/undici/pull/1651](https://togithub.com/nodejs/undici/pull/1651)
- [@protometa](https://togithub.com/protometa) made their first contribution in [https://github.com/nodejs/undici/pull/1624](https://togithub.com/nodejs/undici/pull/1624)
- [@cameron-robey](https://togithub.com/cameron-robey) made their first contribution in [https://github.com/nodejs/undici/pull/1606](https://togithub.com/nodejs/undici/pull/1606)
- [@repsac-by](https://togithub.com/repsac-by) made their first contribution in [https://github.com/nodejs/undici/pull/1668](https://togithub.com/nodejs/undici/pull/1668)
- [@anonrig](https://togithub.com/anonrig) made their first contribution in [https://github.com/nodejs/undici/pull/1676](https://togithub.com/nodejs/undici/pull/1676)
**Full Changelog**: https://github.com/nodejs/undici/compare/v5.10.0...v5.11.0
Configuration
📅 Schedule: Branch creation - "before 7am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.38.1
->5.39.0
5.38.1
->5.39.0
^5.10.0
->^5.11.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.39.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5390-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5381v5390-2022-10-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) ##### Features - **eslint-plugin:** allow using void as a default type for a generic argument if allowInGenericTypeArguments is specified ([#5671](https://togithub.com/typescript-eslint/typescript-eslint/issues/5671)) ([bb46ef0](https://togithub.com/typescript-eslint/typescript-eslint/commit/bb46ef0817fe03ef71f8e0f3df0cf96bc355e068)) #### [5.38.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.39.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5390-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5381v5390-2022-10-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.1...v5.39.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.38.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.38.0...v5.38.1) (2022-09-26) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)nodejs/undici
### [`v5.11.0`](https://togithub.com/nodejs/undici/releases/tag/v5.11.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.10.0...v5.11.0) #### What's Changed - feat: capture error stack traces by [@sidwebworks](https://togithub.com/sidwebworks) in [https://github.com/nodejs/undici/pull/1619](https://togithub.com/nodejs/undici/pull/1619) - fix(fetch): hangs on a stream response with manual redirect by [@feugy](https://togithub.com/feugy) in [https://github.com/nodejs/undici/pull/1627](https://togithub.com/nodejs/undici/pull/1627) - fix(fetch): decode response body when Location is set on non-3xx response by [@GertSallaerts](https://togithub.com/GertSallaerts) in [https://github.com/nodejs/undici/pull/1628](https://togithub.com/nodejs/undici/pull/1628) - fix: circular dependencies in fetch by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1630](https://togithub.com/nodejs/undici/pull/1630) - fix: Convert logical nullish assignment for backward compatibility by [@avanelli](https://togithub.com/avanelli) in [https://github.com/nodejs/undici/pull/1625](https://togithub.com/nodejs/undici/pull/1625) - feat(fetch): allow setting base urls by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1631](https://togithub.com/nodejs/undici/pull/1631) - feat: export some fetch utilities by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1632](https://togithub.com/nodejs/undici/pull/1632) - build(deps-dev): bump jest from 28.1.3 to 29.0.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1635](https://togithub.com/nodejs/undici/pull/1635) - build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1637](https://togithub.com/nodejs/undici/pull/1637) - Extensible DispatchHandler by [@arontsang](https://togithub.com/arontsang) in [https://github.com/nodejs/undici/pull/1338](https://togithub.com/nodejs/undici/pull/1338) - mock: use http.STATUS_CODES by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1641](https://togithub.com/nodejs/undici/pull/1641) - fix(fetch): allow third-party `FormData`/`Blob` bodies by [@mrbbot](https://togithub.com/mrbbot) in [https://github.com/nodejs/undici/pull/1643](https://togithub.com/nodejs/undici/pull/1643) - fix(docs): `MockPoolInterceptOptions.method` is optional by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1648](https://togithub.com/nodejs/undici/pull/1648) - docs: make examples uniform by [@Nicholaiii](https://togithub.com/Nicholaiii) in [https://github.com/nodejs/undici/pull/1647](https://togithub.com/nodejs/undici/pull/1647) - fix: Fix docs link name to `PoolOptions` by [@silverwind](https://togithub.com/silverwind) in [https://github.com/nodejs/undici/pull/1651](https://togithub.com/nodejs/undici/pull/1651) - ci: re-enable testing in Node.js 12 by [@dominykas](https://togithub.com/dominykas) in [https://github.com/nodejs/undici/pull/1646](https://togithub.com/nodejs/undici/pull/1646) - feat(fetch): better errors messages for body-mixin methods by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1654](https://togithub.com/nodejs/undici/pull/1654) - build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1657](https://togithub.com/nodejs/undici/pull/1657) - types: remove old signature by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1658](https://togithub.com/nodejs/undici/pull/1658) - feat: WPT runner by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1662](https://togithub.com/nodejs/undici/pull/1662) - Flag interceptors as experimental by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1667](https://togithub.com/nodejs/undici/pull/1667) - feat(WPTRunner): parse `META` tags by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1664](https://togithub.com/nodejs/undici/pull/1664) - Passing correct host header to proxy in ProxyAgent by [@protometa](https://togithub.com/protometa) in [https://github.com/nodejs/undici/pull/1624](https://togithub.com/nodejs/undici/pull/1624) - feat: add support for multipart/form-data by [@cameron-robey](https://togithub.com/cameron-robey) in [https://github.com/nodejs/undici/pull/1606](https://togithub.com/nodejs/undici/pull/1606) - feat(fetch#Request): Implements `determineRequestReferrer` by [@metcoder95](https://togithub.com/metcoder95) in [https://github.com/nodejs/undici/pull/1236](https://togithub.com/nodejs/undici/pull/1236) - fix: multipart/form-data base64 parsing by [@repsac-by](https://togithub.com/repsac-by) in [https://github.com/nodejs/undici/pull/1668](https://togithub.com/nodejs/undici/pull/1668) - perf: add query parameter to benchmark by [@anonrig](https://togithub.com/anonrig) in [https://github.com/nodejs/undici/pull/1676](https://togithub.com/nodejs/undici/pull/1676) - fix(fetch): multiple data: url fixes & move tests to wpt runner by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1678](https://togithub.com/nodejs/undici/pull/1678) - feat(util): use node:querystring for buildURL by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1677](https://togithub.com/nodejs/undici/pull/1677) #### New Contributors - [@sidwebworks](https://togithub.com/sidwebworks) made their first contribution in [https://github.com/nodejs/undici/pull/1619](https://togithub.com/nodejs/undici/pull/1619) - [@feugy](https://togithub.com/feugy) made their first contribution in [https://github.com/nodejs/undici/pull/1627](https://togithub.com/nodejs/undici/pull/1627) - [@GertSallaerts](https://togithub.com/GertSallaerts) made their first contribution in [https://github.com/nodejs/undici/pull/1628](https://togithub.com/nodejs/undici/pull/1628) - [@avanelli](https://togithub.com/avanelli) made their first contribution in [https://github.com/nodejs/undici/pull/1625](https://togithub.com/nodejs/undici/pull/1625) - [@arontsang](https://togithub.com/arontsang) made their first contribution in [https://github.com/nodejs/undici/pull/1338](https://togithub.com/nodejs/undici/pull/1338) - [@Nicholaiii](https://togithub.com/Nicholaiii) made their first contribution in [https://github.com/nodejs/undici/pull/1647](https://togithub.com/nodejs/undici/pull/1647) - [@silverwind](https://togithub.com/silverwind) made their first contribution in [https://github.com/nodejs/undici/pull/1651](https://togithub.com/nodejs/undici/pull/1651) - [@protometa](https://togithub.com/protometa) made their first contribution in [https://github.com/nodejs/undici/pull/1624](https://togithub.com/nodejs/undici/pull/1624) - [@cameron-robey](https://togithub.com/cameron-robey) made their first contribution in [https://github.com/nodejs/undici/pull/1606](https://togithub.com/nodejs/undici/pull/1606) - [@repsac-by](https://togithub.com/repsac-by) made their first contribution in [https://github.com/nodejs/undici/pull/1668](https://togithub.com/nodejs/undici/pull/1668) - [@anonrig](https://togithub.com/anonrig) made their first contribution in [https://github.com/nodejs/undici/pull/1676](https://togithub.com/nodejs/undici/pull/1676) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.10.0...v5.11.0Configuration
📅 Schedule: Branch creation - "before 7am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.