drive-desktop
drive-desktop copied to clipboard
Bump undici from 5.5.1 to 5.10.0
trafficstars
Bumps undici from 5.5.1 to 5.10.0.
Release notes
Sourced from undici's releases.
v5.10.0
What's Changed
- fix(fetch): allow custom implementation of AbortSignal by
@SukkaWin nodejs/undici#1608- fix: make mock intercept agnostic to query key ordering by
@James1x0in nodejs/undici#1607- fix: support
ArrayBufferViewandArrayBufferas body by@LiviaMedeirosin nodejs/undici#1584- fix: allow third party AbortControllers by
@KhafraDevin nodejs/undici#1609- feat(fetch): implement spec compliant integrity checks by
@KhafraDevin nodejs/undici#1613- avoid body reordering on really fast lines by
@mcollinain nodejs/undici#1615- fix: use FinalizationRegistry compat if global is missing by
@Kikobeatsin nodejs/undici#1545New Contributors
@SukkaWmade their first contribution in nodejs/undici#1608@James1x0made their first contribution in nodejs/undici#1607Full Changelog: https://github.com/nodejs/undici/compare/v5.9.1...v5.10.0
v5.9.1
What's Changed
- fix: don't timeout while waiting for client to send request (#1604)
- Fix array headers by
@mateonunezin nodejs/undici#1598- fix(fetch): implement fully read body algorithm by
@KhafraDevin nodejs/undici#1597- fix: add support for
integrityoption to Fetch by@jelmervdlin nodejs/undici#1596- fix(File): respect typed array
byteOffsetandbyteLengthby@mrbbotin nodejs/undici#1601New Contributors
@mateonunezmade their first contribution in nodejs/undici#1598@jelmervdlmade their first contribution in nodejs/undici#1596@mrbbotmade their first contribution in nodejs/undici#1601Full Changelog: https://github.com/nodejs/undici/compare/v5.8.2...v5.9.1
v5.8.2
⚠️ Security Release ⚠️
- CRLF Injection in Nodejs ‘undici’ via Content-Type GHSA-f772-66g8-q5h3 CVE-2022-35948
undici.requestvulnerable to SSRF using absolute URL onpathnameGHSA-8qr4-xgw6-wmr3 CVE-2022-35949What's Changed
- docs: mock different endpoints in a single file by
@ritvik130in nodejs/undici#1589- feat(webidl): better error message for ByteString converter by
@KhafraDevin nodejs/undici#1591New Contributors
@ritvik130made their first contribution in nodejs/undici#1589Full Changelog: https://github.com/nodejs/undici/compare/v5.8.1...v5.8.2
v5.8.1
What's Changed
- Do not decode the body while we are following a redirect by
@mcollinain nodejs/undici#1554- docs: Fix spelling/grammar in "Mocking Request" by
@meyfain nodejs/undici#1555
... (truncated)
Commits
6a87bfbBumped v5.10.0b0f0f31fix: use FinalizationRegistry compat if global is missing (#1545)5cb0bacavoid body reordering on really fast lines (#1615)21fdda5feat(fetch): implement spec compliant integrity checks (#1613)417e7abfix: allow third party AbortControllers (#1609)8549a94fix: supportArrayBufferViewandArrayBufferas body (#1584)e46d8bfAdd query key ordering fix (#1607)d83c1e2fix(fetch): allow custom implementation of AbortSignal (#1608)5890e165.9.1ecae314fix: don't timeout while waiting for client to send request (#1604)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Superseded by #202.







