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.0Release Notes
ardatan/whatwg-node (@whatwg-node/fetch)
v0.10.3Compare Source
Patch Changes
2785c80Thanks @ardatan! -
ReadableStream'sSymbol.asyncIteratornowreturns
AsyncIterableIteratorlike before even if it is ok to returnAsyncIteratorright now.It is safer to return
AsyncIterableIteratorbecause it is a common mistake to useAsyncIteratorasAsyncIterable.[
2785c80]:v0.10.2Compare Source
Patch Changes
b88b85cThanks @ardatan! - dependencies updates:
@whatwg-node/node-fetch@^0.7.5↗︎(from
^0.7.1, independencies)[
b88b85c,9b39c3e,b88b85c]:v0.10.1Compare Source
Patch Changes
c68f5adThanks @ardatan! - Pass errors to ReadableStream's cancel method
properly when it is piped, and piped stream is cancelled
Implement
ReadableStream.fromUpdated dependencies
[
c68f5ad]:v0.10.0Compare Source
Minor Changes
6c006e1Thanks @ardatan! - `TextDecoderStream` and `TextEncoderStream`
Patch Changes
[
6c006e1]:v0.9.23Compare Source
Patch Changes
[
637185f]:v0.9.22Compare Source
Patch Changes
77dd1c3Thanks @ardatan! - Use `globalThis` instead of `window` for the
global object reference
Fixes the issues with Deno
Updated dependencies
[
9281e02]:v0.9.21Compare Source
Patch Changes
99c4344Thanks @ardatan! - - Improve native ReadableStream handling inside
ponyfills
waitUntilinstead of floating promisesWritableStreamwaitUntilcorrectly within a dummy call ofServerAdapter.fetchmethod[
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.