Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

fix(deps): update dependency undici to v4 #238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
undici (source) 3.3.6 -> 4.12.1 age adoption passing confidence

Release Notes

nodejs/undici

v4.12.1

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v4.12.0...v4.12.1

v4.12.0

Compare Source

This release contains various fetch improvements and fixes.

What's Changed
New Contributors

Full Changelog: nodejs/undici@v4.11.3...v4.12.0

v4.11.3

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.11.2...v4.11.3

v4.11.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.11.1...v4.11.2

v4.11.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.11.0...v4.11.1

v4.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.10.4...v4.11.0

v4.10.4

Compare Source

v4.10.3

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.10.2...v4.10.3

v4.10.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.10.1...v4.10.2

v4.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.10.0...v4.10.1

v4.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.9.5...v4.10.0

v4.9.5

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.9.4...v4.9.5

v4.9.4

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.9.3...v4.9.4

v4.9.3

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.9.2...v4.9.3

v4.9.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.9.1...v4.9.2

v4.9.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.9.0...v4.9.1

v4.9.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.8.2...v4.9.0

v4.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.8.1...v4.8.2

v4.8.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.8.0...v4.8.1

v4.8.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.7.3...v4.8.0

v4.7.3

Compare Source

What's Changed

Full Changelog: nodejs/undici@v4.7.2...v4.7.3

v4.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.7.1...v4.7.2

v4.7.1

Compare Source

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v4.6.0...v4.7.0

v4.6.0

Compare Source

Fixes
  • Simplify and fix assertion (#​1033)
  • Only pause on >=200 body (a48f9f0)
  • BodyMixin.arrayBuffer Buffer -> ArrayBuffer typedefs (#​1025)
  • FormData.set empties this[kState] if k exists (#​1017) …
  • Prioritize host header (#​1007)
  • Fetch response body may be undefined
Improvements
  • Add blocking request option (#​1034)
  • Add experimental diagnostics channel (#​1000)
  • Improve code coverage of lib/fetch/headers.js (#​1027)
  • Avoid duplicate require (#​1023)
  • Add onInfo option (#​977)

v4.5.1

Compare Source

Fixes

  • Accept undefined signal (#​1004)
  • Revert incorrect servername fix (#​1005)
  • Fetch request body null check (1973c62)

v4.5.0

Compare Source

Improvements

v4.4.7

Compare Source

Fixes

  • Fix servername calculation (#​993)
  • Include final URL in redirect history (#​994).

v4.4.6

Compare Source

Improvements

Fixes

  • Follow fetch spec in regards to USVString (#​986)

v4.4.5

Compare Source

Improvements
  • Support async iterable body in Request(eeadb5e)
Fixes
  • decodedBodySize on failure (d244b90)
  • prefer stream.compose when available (3254365)
  • FormData File fixes (075d80a)
  • Improve test coverage

v4.4.4

Compare Source

Improvements

v4.4.3

Compare Source

Improvements

Fixes

  • Redirect handler should not modify stream state (#​973)
  • Coverage reports (#​972)
  • Post with paused stream (#​969)
  • toWebReadable finishing too early (#​962) …
  • Various fetch fixes and spec compliance improvements.

v4.4.2

Compare Source

Improvements

Fixes

  • Terminate fetch on gc (#​950)
  • request body.body regression (#​955)
  • Misc bug fixes and spec compliance improvements.

v4.4.1

Compare Source

Improvements

v4.3.1

Compare Source

v4.3.0

Compare Source

Improvements

  • Implement body mixin on Readable (#​907)
  • Expose Connector in the public API (#​906, #​909)
  • Improve connect option type definitions (#​899)

Fixes

  • Accept URL origin in Agent (#​892)
  • origin as optional parameter on Client and Pool types definitions (#​901, #​903)
  • Broken link for examples on website (#​897)

v4.2.2

Compare Source

Improvements

  • Creating util function to validate handlers (#​894)

Fixes

  • Always clear the connectTimeout (#​896)
  • Accept URL origin in Agent (#​892)

v4.2.1

Compare Source

Improvements

Fixes

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

Improvements

  • Add support for request iterator body (#​848)
  • Same origin redirect (#​781)

Fixes

  • Add missing string[] option for passed headers (#​836)
  • Fix errors in documentation (#​846)

v4.0.0

Compare Source

This release contains multiple breaking changes. These should not affect the majority of users but it is recommended to consider the full change list.

Improvements

Fixes

  • Don't emit 'disconnect' without preceding 'connect'(#​771)
  • Don't fail when response ends before request body (#​709)
  • Don't headersTimeout while writing request body (#​646)
  • Emit 'disconnect' after destroy() (#​665)
  • Refresh timeout timer on parser resume (#​653)
  • Agent deep copy options (#​636)
  • Kill socket on request abort (#​689)
  • Add more strict check for streams in util.isStream() (#​628)
  • Remove Node 10 support (#​623)
  • Remove the esm wrapper, rely on commonjs auto detection (#​599)
  • Always detach socket on upgrade (252b676)
  • Invoke onUpgrade after detach (641e018)
  • Missing client arg (#​555)
  • Reduce queueMicrotask scope (#​572)
  • Wait for queued handlers to run before onError (#​548)
  • Add BodyTimeoutError to error types (#​546)
  • Omit path in undici.request opts (ts) (#​559)
  • Don't queue if destroyed (3d002c1)
  • Agent.dispatch catch error (8c0051f)
  • destroy IncomingMessage (#​834)
  • Handle invalid response body length (#​816)
  • Guard against user throw in onError (#​818)
  • Only emit 'disconnect' if 'connect' (#​771)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/undici-4.x branch 6 times, most recently from afec9d4 to 3664907 Compare June 23, 2021 10:37
@renovate renovate bot force-pushed the renovate/undici-4.x branch 6 times, most recently from 8fdb625 to 2bb3a93 Compare July 1, 2021 01:46
@renovate renovate bot force-pushed the renovate/undici-4.x branch 5 times, most recently from f7a3bb3 to de1c11f Compare July 9, 2021 04:09
@renovate renovate bot force-pushed the renovate/undici-4.x branch 4 times, most recently from 20a6ee9 to 472d5a5 Compare July 12, 2021 19:23
@renovate renovate bot force-pushed the renovate/undici-4.x branch 5 times, most recently from 8015a8c to df6cd36 Compare July 24, 2021 19:54
@renovate renovate bot force-pushed the renovate/undici-4.x branch 4 times, most recently from 32fffd3 to 4f00c40 Compare July 31, 2021 17:31
@renovate renovate bot force-pushed the renovate/undici-4.x branch 6 times, most recently from 0fda6de to 6d37fa1 Compare November 25, 2021 04:06
@renovate renovate bot force-pushed the renovate/undici-4.x branch 6 times, most recently from e92b154 to a574e81 Compare December 6, 2021 20:42
@renovate renovate bot force-pushed the renovate/undici-4.x branch 8 times, most recently from d7c74a1 to 5611b78 Compare December 14, 2021 02:53
@renovate renovate bot force-pushed the renovate/undici-4.x branch 6 times, most recently from 1b8ad2b to d342b41 Compare December 21, 2021 02:27
@renovate renovate bot force-pushed the renovate/undici-4.x branch 2 times, most recently from d8b820f to dfe4109 Compare December 23, 2021 09:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant