-
Couldn't load subscription status.
- Fork 71
chore(deps): update dependency get-stream to v9 #507
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
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/get-stream-9.x
branch
from
March 16, 2024 19:26
2465327 to
4e88ac7
Compare
@renovate
renovate
bot
force-pushed
the
renovate/get-stream-9.x
branch
from
April 5, 2024 22:11
4e88ac7 to
25abdd6
Compare
@renovate
renovate
bot
force-pushed
the
renovate/get-stream-9.x
branch
from
April 13, 2024 17:56
25abdd6 to
6a7fe96
Compare
@renovate
renovate
bot
force-pushed
the
renovate/get-stream-9.x
branch
from
April 22, 2024 18:36
6a7fe96 to
c7137ae
Compare
@renovate
renovate
bot
force-pushed
the
renovate/get-stream-9.x
branch
from
October 24, 2025 19:36
c7137ae to
c546917
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
6.0.1->9.0.1Release Notes
sindresorhus/get-stream (get-stream)
v9.0.1Compare Source
ReadableStream[Symbol.asyncIterator]ponyfill (#128)df42674v9.0.0Compare Source
Breaking
7ccab70Improvements
4d233d3a51d085v8.0.1Compare Source
Fixes
error.bufferedDatais as full as possible. (#106)maxBufferoption being one byte off in some edge case. (#105)v8.0.0Compare Source
Huge thanks to @ehmicky for doing all the work for this release 🙌
Breaking
encodingoption. (#69, #67)buffer.toString('hex')orbuffer.toString('base64')can also be used.Improvements
ReadableStream). (#82, #78, #79, #80)getStreamAsArray()method to pass streams in object mode. (#86)getStreamAsArrayBuffer()method to return the stream as anArrayBuffer. (#81)ArrayBuffer, seterror.bufferedDatawith the partially read data instead of leaving it empty. (#68, #48)Fixes
maxBufferstops infinite streams. (#62)maxBuffer. (#42, #69).error.bufferedDatawhen the stream errors for other reasons thanmaxBuffer. (#56, #63)error.bufferedDatais smaller thanmaxBuffer. (#89)TypeScript types
streamargument must be aReadable,ReadableStreamorAsyncIterable. (#71)Documentation
Bloband JSON streaming. (#58, #95, #96, #97)Performance
v7.0.1Compare Source
e58d141v7.0.0Compare Source
Breaking
70571f8getStream.array()readableStream.toArray()instead. Exampleconst getStream = require('get-stream'); getStream.buffer(...);→import {getStreamAsBuffer} from 'get-stream'; getStreamAsBuffer(...);const getStream = require('get-stream'); getStream.MaxBufferError;→import {MaxBufferError} from 'get-stream'; MaxBufferError;Tip
You may not need this package anymore.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.