fix(deps): update dependency @whatwg-node/fetch to ^0.10.0 #10248
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.9.20
->^0.10.0
Release Notes
ardatan/whatwg-node (@whatwg-node/fetch)
v0.10.3
Compare Source
Patch Changes
2785c80
Thanks @ardatan! -
ReadableStream
'sSymbol.asyncIterator
nowreturns
AsyncIterableIterator
like before even if it is ok to returnAsyncIterator
right now.It is safer to return
AsyncIterableIterator
because it is a common mistake to useAsyncIterator
asAsyncIterable
.[
2785c80
]:v0.10.2
Compare Source
Patch Changes
b88b85c
Thanks @ardatan! - dependencies updates:
@whatwg-node/node-fetch@^0.7.5
↗︎(from
^0.7.1
, independencies
)[
b88b85c
,9b39c3e
,b88b85c
]:v0.10.1
Compare Source
Patch Changes
c68f5ad
Thanks @ardatan! - Pass errors to ReadableStream's cancel method
properly when it is piped, and piped stream is cancelled
Implement
ReadableStream.from
Updated dependencies
[
c68f5ad
]:v0.10.0
Compare Source
Minor Changes
6c006e1
Thanks @ardatan! - `TextDecoderStream` and `TextEncoderStream`
Patch Changes
[
6c006e1
]:v0.9.23
Compare Source
Patch Changes
[
637185f
]:v0.9.22
Compare Source
Patch Changes
77dd1c3
Thanks @ardatan! - Use `globalThis` instead of `window` for the
global object reference
Fixes the issues with Deno
Updated dependencies
[
9281e02
]:v0.9.21
Compare Source
Patch Changes
99c4344
Thanks @ardatan! - - Improve native ReadableStream handling inside
ponyfills
waitUntil
instead of floating promisesWritableStream
waitUntil
correctly within a dummy call ofServerAdapter.fetch
method[
99c4344
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.