Skip to content

build(deps): bump web-streams-polyfill from 4.2.0 to 4.3.0 - #9127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-streams-polyfill-4.3.0
Open

build(deps): bump web-streams-polyfill from 4.2.0 to 4.3.0#9127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web-streams-polyfill-4.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps web-streams-polyfill from 4.2.0 to 4.3.0.

Release notes

Sourced from web-streams-polyfill's releases.

v4.3.0

  • 🚀 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.
Changelog

Sourced from web-streams-polyfill's changelog.

4.3.0 (2026-05-15)

  • 🚀 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.
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for web-streams-polyfill since your current version.


@dependabot dependabot Bot added the dependencies used for automated dependency PRs label Jul 28, 2026
Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/MattiasBuelens/web-streams-polyfill/releases)
- [Changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md)
- [Commits](MattiasBuelens/web-streams-polyfill@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: web-streams-polyfill
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web-streams-polyfill-4.3.0 branch from 65572df to 99931db Compare July 29, 2026 17:42
@just1and0
just1and0 self-requested a review July 30, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies used for automated dependency PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant