chore(deps): update dependency get-stream to v9#507
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency get-stream to v9#507renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
2465327 to
4e88ac7
Compare
4e88ac7 to
25abdd6
Compare
25abdd6 to
6a7fe96
Compare
6a7fe96 to
c7137ae
Compare
c7137ae to
c546917
Compare
c546917 to
ef606c3
Compare
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
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.
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.