Skip to content

Conversation

@goraxe
Copy link
Owner

@goraxe goraxe commented Mar 15, 2024

This PR contains the following updates:

Package Change Age Confidence
get-stream ^5.0.0 -> ^9.0.0 age confidence

Release Notes

sindresorhus/get-stream (get-stream)

v9.0.1

Compare Source

  • Upgrade ReadableStream[Symbol.asyncIterator] ponyfill (#​128) df42674

v9.0.0

Compare Source

Breaking
Improvements

v8.0.1

Compare Source

Fixes

v8.0.0

Compare Source

Huge thanks to @​ehmicky for doing all the work for this release 🙌

Breaking
Improvements

Fixes

TypeScript types

Documentation

Performance

  • Do not block the event loop when the stream ends. (#​92)

v7.0.1

Compare Source

  • Work around issue with handling large sizes e58d141

v7.0.0

Compare Source

Breaking
  • Require Node.js 16 70571f8
  • This package is now pure ESM. Please read this.
  • Removed getStream.array()
  • const 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.1

Compare Source

v6.0.0

Compare Source

Breaking
Breaking for TypeScript users
  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import getStream from 'get-stream'; to import getStream = require('get-stream');
Improvements
  • Use native stream.pipeline instead of pump package (#​39) 5cf31ba

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@goraxe goraxe enabled auto-merge (rebase) March 15, 2024 08:46
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 4 times, most recently from cb117d9 to 47a56d1 Compare March 18, 2024 22:18
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from 47a56d1 to c5f616e Compare March 24, 2024 16:18
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 4 times, most recently from fff71f1 to f6d1d47 Compare April 3, 2024 18:49
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 3 times, most recently from 15048f8 to c744658 Compare April 13, 2024 17:28
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 5 times, most recently from 9af1fca to 48c9742 Compare May 7, 2024 15:23
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 6 times, most recently from 2acbcb8 to 6b7048e Compare June 1, 2024 16:54
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 2 times, most recently from 7d5255c to 8f83f89 Compare June 9, 2024 23:17
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from 8f83f89 to 39eb0da Compare June 20, 2024 12:38
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 2 times, most recently from 5233ff8 to a25ee3f Compare July 2, 2024 11:43
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from a25ee3f to 0f9946c Compare July 23, 2024 13:02
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 2 times, most recently from f621e8b to 2368eb4 Compare May 2, 2025 13:53
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 4 times, most recently from c216369 to 88976c6 Compare May 21, 2025 15:42
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 3 times, most recently from e2675c7 to acd6a2c Compare May 29, 2025 21:55
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 2 times, most recently from 0a478a7 to 4208356 Compare May 31, 2025 12:29
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 3 times, most recently from fe96289 to 61cd3b0 Compare June 13, 2025 09:36
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 2 times, most recently from 8238b1b to 5e54656 Compare August 1, 2025 02:24
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch 10 times, most recently from fd8596e to aa19615 Compare September 15, 2025 19:14
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from aa19615 to d36b958 Compare October 7, 2025 03:13
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from d36b958 to fb7f9ab Compare October 14, 2025 04:09
@goraxe goraxe force-pushed the renovate/get-stream-9.x branch from fb7f9ab to 2e2fb7e Compare October 14, 2025 04:23
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.

3 participants