nodejs/undici
### [`v5.2.0`](https://togithub.com/nodejs/undici/releases/v5.2.0)
[Compare Source](https://togithub.com/nodejs/undici/compare/v5.1.1...v5.2.0)
#### What's Changed
- fix: use `unknown` statusText by default in mocks by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1391](https://togithub.com/nodejs/undici/pull/1391)
- docs: Add DiagnosticChannel to website sidebar by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1395](https://togithub.com/nodejs/undici/pull/1395)
- fix: exit loop early if request was aborted by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1396](https://togithub.com/nodejs/undici/pull/1396)
- build(deps-dev): bump mocha from 9.2.2 to 10.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1402](https://togithub.com/nodejs/undici/pull/1402)
- build(deps-dev): bump cronometro from 0.8.0 to 1.0.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1403](https://togithub.com/nodejs/undici/pull/1403)
- fix: Restored compatibility with cronometro. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/1406](https://togithub.com/nodejs/undici/pull/1406)
- chore: revert [#1349](https://togithub.com/nodejs/undici/issues/1349) by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/nodejs/undici/pull/1408](https://togithub.com/nodejs/undici/pull/1408)
- fix(Request): URLSearchParams body w/ Headers obj by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1410](https://togithub.com/nodejs/undici/pull/1410)
- ci(lint-pr): reduce permissions to minimum by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/nodejs/undici/pull/1409](https://togithub.com/nodejs/undici/pull/1409)
- feat: make dispatcher truly global by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1405](https://togithub.com/nodejs/undici/pull/1405)
- feat: Allow fetch custom dispatcher by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1411](https://togithub.com/nodejs/undici/pull/1411)
- fix: Remove unnecessary mismatched trailers check by [@pimterry](https://togithub.com/pimterry) in [https://github.com/nodejs/undici/pull/1419](https://togithub.com/nodejs/undici/pull/1419)
- feat(Headers): implement `Headers Iterator` by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1423](https://togithub.com/nodejs/undici/pull/1423)
- fix(Request): allow passing Headers instance to init.headers by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1401](https://togithub.com/nodejs/undici/pull/1401)
- fix(Headers): forEach by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1425](https://togithub.com/nodejs/undici/pull/1425)
- build(deps-dev): bump sinon from 13.0.2 to 14.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1426](https://togithub.com/nodejs/undici/pull/1426)
- fix(Headers): ensure prototype method signatures are correct by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1428](https://togithub.com/nodejs/undici/pull/1428)
- fix(Headers Iterator): make spec compliant by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1431](https://togithub.com/nodejs/undici/pull/1431)
- fix(Headers): do not brand-check toString & Symbol.toStringTag by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1430](https://togithub.com/nodejs/undici/pull/1430)
#### New Contributors
- [@pimterry](https://togithub.com/pimterry) made their first contribution in [https://github.com/nodejs/undici/pull/1419](https://togithub.com/nodejs/undici/pull/1419)
**Full Changelog**: https://github.com/nodejs/undici/compare/v5.1.1...v5.2.0
Configuration
š Schedule: "before 6am" in timezone Asia/Jakarta.
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^5.1.1
->^5.2.0
Release Notes
nodejs/undici
### [`v5.2.0`](https://togithub.com/nodejs/undici/releases/v5.2.0) [Compare Source](https://togithub.com/nodejs/undici/compare/v5.1.1...v5.2.0) #### What's Changed - fix: use `unknown` statusText by default in mocks by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1391](https://togithub.com/nodejs/undici/pull/1391) - docs: Add DiagnosticChannel to website sidebar by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1395](https://togithub.com/nodejs/undici/pull/1395) - fix: exit loop early if request was aborted by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1396](https://togithub.com/nodejs/undici/pull/1396) - build(deps-dev): bump mocha from 9.2.2 to 10.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1402](https://togithub.com/nodejs/undici/pull/1402) - build(deps-dev): bump cronometro from 0.8.0 to 1.0.5 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1403](https://togithub.com/nodejs/undici/pull/1403) - fix: Restored compatibility with cronometro. by [@ShogunPanda](https://togithub.com/ShogunPanda) in [https://github.com/nodejs/undici/pull/1406](https://togithub.com/nodejs/undici/pull/1406) - chore: revert [#1349](https://togithub.com/nodejs/undici/issues/1349) by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/nodejs/undici/pull/1408](https://togithub.com/nodejs/undici/pull/1408) - fix(Request): URLSearchParams body w/ Headers obj by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1410](https://togithub.com/nodejs/undici/pull/1410) - ci(lint-pr): reduce permissions to minimum by [@Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/nodejs/undici/pull/1409](https://togithub.com/nodejs/undici/pull/1409) - feat: make dispatcher truly global by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1405](https://togithub.com/nodejs/undici/pull/1405) - feat: Allow fetch custom dispatcher by [@mcollina](https://togithub.com/mcollina) in [https://github.com/nodejs/undici/pull/1411](https://togithub.com/nodejs/undici/pull/1411) - fix: Remove unnecessary mismatched trailers check by [@pimterry](https://togithub.com/pimterry) in [https://github.com/nodejs/undici/pull/1419](https://togithub.com/nodejs/undici/pull/1419) - feat(Headers): implement `Headers Iterator` by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1423](https://togithub.com/nodejs/undici/pull/1423) - fix(Request): allow passing Headers instance to init.headers by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1401](https://togithub.com/nodejs/undici/pull/1401) - fix(Headers): forEach by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1425](https://togithub.com/nodejs/undici/pull/1425) - build(deps-dev): bump sinon from 13.0.2 to 14.0.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/nodejs/undici/pull/1426](https://togithub.com/nodejs/undici/pull/1426) - fix(Headers): ensure prototype method signatures are correct by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1428](https://togithub.com/nodejs/undici/pull/1428) - fix(Headers Iterator): make spec compliant by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1431](https://togithub.com/nodejs/undici/pull/1431) - fix(Headers): do not brand-check toString & Symbol.toStringTag by [@KhafraDev](https://togithub.com/KhafraDev) in [https://github.com/nodejs/undici/pull/1430](https://togithub.com/nodejs/undici/pull/1430) #### New Contributors - [@pimterry](https://togithub.com/pimterry) made their first contribution in [https://github.com/nodejs/undici/pull/1419](https://togithub.com/nodejs/undici/pull/1419) **Full Changelog**: https://github.com/nodejs/undici/compare/v5.1.1...v5.2.0Configuration
š Schedule: "before 6am" in timezone Asia/Jakarta.
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.