Skip to content
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

Update dependency web-streams-polyfill to ^3.3.3 #245

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-streams-polyfill ^3.2.1 -> ^3.3.3 age adoption passing confidence

Release Notes

MattiasBuelens/web-streams-polyfill (web-streams-polyfill)

v3.3.3

Compare Source

  • 🐛 Fix ReadableStream to match TypeScript's AsyncIterable<R> type. (#​141, #​142)

v3.3.2

Compare Source

  • 🐛 Fix bad publish to npm.

v3.3.1

Compare Source

v3.3.0

Compare Source

  • 🚀 Added global augmentations for ReadableStream to the polyfill's type definitions. (#​130)
    • This allows TypeScript users to use new methods such as ReadableStream.prototype[Symbol.asyncIterator](),
      even when TypeScript doesn't yet have a built-in type definition for them.
  • ~~💥 The type definitions now require TypeScript 3.6 or higher. (#​130)~~ (Reverted in version 3.3.1)
  • 👓 Align with spec version 4dc123a (#​115, #​134)
    • Added ReadableStream.from(asyncIterable), which creates a ReadableStream wrapping the given iterable or async iterable.
      This can also be used to wrap a native ReadableStream (e.g. a Response.body from fetch()),
      even if the native ReadableStream doesn't yet support async iteration. (#​135)
    • Added Transformer.cancel method, which is called when the readable side of a TransformStream is cancelled or when its writable side is aborted.
    • Added min option to ReadableStreamBYOBReader.read(view, options).
    • Added support for AbortSignal.reason when aborting a pipe.
  • 🚀 Buffers passed to ReadableStreamBYOBReader.read(view) will now be correctly transferred
    if either ArrayBuffer.prototype.transfer() or structuredClone() is available. (#​136)
  • 🐛 Prevent warnings from Bluebird about a promise being created within a handler but not being returned from a handler. (#​131)
  • 🏠 Improve internal DOMException polyfill. (#​133)

Configuration

📅 Schedule: Branch creation - "after 7am and before 10am on friday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency web-streams-polyfill to ^3.3.2 fix(deps): update dependency web-streams-polyfill to ^3.3.3 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/web-streams-polyfill-3.x branch from 0ddcb9f to 3d40954 Compare February 16, 2024 21:46
@renovate renovate bot changed the title fix(deps): update dependency web-streams-polyfill to ^3.3.3 Update dependency web-streams-polyfill to ^3.3.3 Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants