Skip to content
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

fix(deps): update dependency into-stream to v8 #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
into-stream ^3.1.0 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/into-stream (into-stream)

v8.0.1

Compare Source

  • Throw user-friendly error message on undefined input d38670e

v8.0.0

Compare Source

Breaking
  • Require Node.js 16 ebbad60
  • It no longer chunks up the input if it's a string.
    • This should not really matter as the chunks are not guaranteed to be preserved anyway.

v7.0.0

Compare Source

Breaking

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 intoStream from 'into-stream'; to import intoStream = require('into-stream');
Enhancements
  • Support async iterables (#​16) 62f1ed7
  • Allow arrays of arrays in intoStream.object TypeScript type definition (#​15) ef2b8dc

v5.1.1

Compare Source

  • Fix TypeScript definition for TypeScript 3.5 d83ec15

v5.1.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​12) ea52348

v5.0.0

Compare Source

Breaking:

Enhancements:

v4.0.0

Compare Source

Breaking:

Other:

  • Add support for TypedArray and ArrayBuffer. ec6ef5c

Configuration

📅 Schedule: Branch creation - "before 6am on Thursday,before 10am on Sunday" in timezone Europe/Kiev, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the backend label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

0 participants