Skip to content

chore(deps): update dependency web-streams-polyfill to v4.3.0 - #333

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/web-streams-polyfill-4.x-lockfile
Open

chore(deps): update dependency web-streams-polyfill to v4.3.0#333
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/web-streams-polyfill-4.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Dec 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
web-streams-polyfill 4.1.04.3.0 age confidence

Release Notes

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

v4.3.0

Compare Source

  • 🚀 Optimize reading from a ReadableStream with buffered chunks. (#​170)
    • When the stream has a chunk available in its internal queue, defaultReader.read() and byobReader.read(view)
      will now immediately return a resolved promise using Promise.resolve().
      This turns out to be (slightly) faster than creating a new Promise and then immediately resolving it.
  • 🚀 Optimize piping from a ReadableStream with buffered chunks. (#​170)
    • When the stream has one or more chunks available in its internal queue, pipeTo() will now read all available chunks
      in a single batch and write them to the destination (while still respecting backpressure).
    • These optimizations were inspired by Node.js.

v4.2.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from a7a65ef to d8aadcd Compare December 31, 2025 15:04
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from d8aadcd to e0f85d6 Compare January 19, 2026 20:05
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from e0f85d6 to eb27f1b Compare February 2, 2026 20:25
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from eb27f1b to 8179e19 Compare February 12, 2026 15:02
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from 8179e19 to 1a89f4f Compare April 1, 2026 18:56
@renovate renovate Bot changed the title chore(deps): update dependency web-streams-polyfill to v4.2.0 chore(deps): update dependency web-streams-polyfill to v4.3.0 May 15, 2026
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from 1a89f4f to bb8c5bf Compare May 15, 2026 17:09
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from bb8c5bf to 7c728b5 Compare May 28, 2026 16:02
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from 7c728b5 to 1a1e6ae Compare June 11, 2026 11:57
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from 1a1e6ae to 28672a1 Compare July 12, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/web-streams-polyfill-4.x-lockfile branch from 28672a1 to f5d83bc Compare July 20, 2026 23:42
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.

0 participants