chore(deps): update dependency get-stream to v9 - #61
Open
goraxe wants to merge 1 commit into
Open
Conversation
goraxe
enabled auto-merge (rebase)
March 15, 2024 08:46
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
4 times, most recently
from
March 18, 2024 22:18
cb117d9 to
47a56d1
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
from
March 24, 2024 16:18
47a56d1 to
c5f616e
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
4 times, most recently
from
April 3, 2024 18:49
fff71f1 to
f6d1d47
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
3 times, most recently
from
April 13, 2024 17:28
15048f8 to
c744658
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
5 times, most recently
from
May 7, 2024 15:23
9af1fca to
48c9742
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
6 times, most recently
from
June 1, 2024 16:54
2acbcb8 to
6b7048e
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
June 9, 2024 23:17
7d5255c to
8f83f89
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
from
June 20, 2024 12:38
8f83f89 to
39eb0da
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
July 2, 2024 11:43
5233ff8 to
a25ee3f
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
from
July 23, 2024 13:02
a25ee3f to
0f9946c
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
September 20, 2024 15:02
5e8e61c to
614d5ee
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
from
October 6, 2024 09:43
614d5ee to
ff89a4c
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
October 16, 2024 10:20
9f53567 to
d761232
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
from
October 28, 2024 04:21
d761232 to
6869e6c
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
5 times, most recently
from
January 16, 2025 17:59
36e7308 to
d632dfd
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
January 31, 2025 20:43
c1bb460 to
096a825
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
February 17, 2025 18:07
7b487a4 to
5a52590
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
5 times, most recently
from
March 28, 2025 19:47
8018c9a to
c7bbfce
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
2 times, most recently
from
May 2, 2025 13:53
f621e8b to
2368eb4
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
4 times, most recently
from
May 21, 2025 15:42
c216369 to
88976c6
Compare
goraxe
force-pushed
the
renovate/get-stream-9.x
branch
3 times, most recently
from
May 29, 2025 21:55
e2675c7 to
acd6a2c
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:
^5.0.0→^9.0.0Release 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.
v6.0.1Compare Source
.buffer()method (#44)0ee784av6.0.0Compare Source
Breaking
80165c1Breaking for TypeScript users
You need to change
import getStream from 'get-stream';toimport getStream = require('get-stream');Improvements
stream.pipelineinstead ofpumppackage (#39)5cf31baConfiguration
📅 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 has been generated by Renovate Bot.