Skip to content

refactor: bump undici from 5.2.0 to 5.6.0 #8094

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2022

Bumps undici from 5.2.0 to 5.6.0.

Release notes

Sourced from undici's releases.

v5.6.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v5.5.1...v5.6.0

v5.5.1

⚠️ v5.5.1 - Security release

This releases fixes CVE CVE-2022-32210. See GHSA-pgw7-wx7w-2w33 for more details:

Undici.ProxyAgent never verifies the remote server's certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxy's URL is HTTP then it also means that nominally HTTPS requests are actually sent via plain-text HTTP between Undici and the proxy server.

Full Changelog: nodejs/undici@v5.5.0...v5.5.1

v5.5.0

What's Changed

... (truncated)

Commits
  • e53242d Bumped v5.6.0
  • fcbb427 feat(Errors): include error response body in status code errors (v2) (#1519)
  • a87242f feat(fetch): remove unnecessary checks (#1520)
  • af61bf5 fix: don't leak connections on throwOnError (#1518)
  • 99e8a6c update(fetch): use PerformanceResourceTiming (#1517)
  • 6d44cb7 docs: Improve documentation for dispatcher response (#1516)
  • c7f527b fix(fetch): use AbortError DOMException (#1511)
  • 6b7d676 fix: don't check socket writing on header timeout (#1515)
  • 3e1e913 feat(Errors): include error response body in status code errors (#1513)
  • 03b53d7 fix(fetch): provide reason upon rejecting when redirected (#1510)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

@dependabot dependabot bot added the dependencies Bot label; pull requests that updates a dependency file label Jul 2, 2022
@codecov
Copy link

codecov bot commented Jul 2, 2022

Codecov Report

Merging #8094 (9188229) into alpha (7f5a15d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##            alpha    #8094   +/-   ##
=======================================
  Coverage   94.17%   94.17%           
=======================================
  Files         182      182           
  Lines       13712    13712           
=======================================
  Hits        12913    12913           
  Misses        799      799           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3f634e...9188229. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/undici-5.6.0 branch from 5f97577 to 4a63609 Compare July 3, 2022 09:34
Bumps [undici](https://github.com/nodejs/undici) from 5.2.0 to 5.6.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.2.0...v5.6.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/undici-5.6.0 branch from 4a63609 to 9188229 Compare July 3, 2022 10:31
@mtrezza mtrezza changed the title build(deps): bump undici from 5.2.0 to 5.6.0 refactor: bump undici from 5.2.0 to 5.6.0 Jul 3, 2022
@mtrezza mtrezza merged commit 38ba9b4 into alpha Jul 3, 2022
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/undici-5.6.0 branch July 3, 2022 11:45
@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.3.0-alpha.20

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 22, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Oct 29, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 19, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0

@parseplatformorg parseplatformorg added the state:released-5.x.x Released as LTS version label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file state:released Released as stable version state:released-5.x.x Released as LTS version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants