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

Update readable-stream to the latest version 🚀 #10

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 10, 2018

Version 3.0.0 of readable-stream was just published.

Dependency readable-stream
Current Version 2.3.6
Type dependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of readable-stream.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

Pull from Node v10

Fixes #283
Fixes #284
Fixes #212
Fixes #297
Fixes #346
Fixes #339
Fixed #335

Commits

The new version differs by 28 commits.

  • 9004c81 Bumped v3.0.0
  • f347672 Merge branch 'master' into next
  • a3ed5b6 Merge branch 'master' into next
  • a844480 Added changelog of breaking changes
  • 5101824 Removed inactive members (#351)
  • e00dadc Added usage section.
  • a21e989 Added a thanks note to Sauce Labs
  • 9b7d00c browsers tests should be passing again
  • 1135648 Bumped v3.0.0-rc.3
  • 67abc03 Updated to Node 10.8.0.
  • 118e277 Bumped v3.0.0-rc.2
  • 6472586 Added back IE 11.
  • 0e58d8a Removed babel-transform-runtime. Updated to Node 10.6.0.
  • 54a6ee1 Bumped v3.0.0-rc.1
  • 354c860 README tweaks

There are 28 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.031% when pulling 99344f5 on greenkeeper/readable-stream-3.0.0 into 42753cb on master.

greenkeeper bot added a commit that referenced this pull request Aug 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 13, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1
  • Removed process-nextick-args #354
  • Fix error messages #352
Commits

The new version differs by 3 commits.

  • ddce1af Bumped v3.0.1.
  • 23c4ff0 Removed process-nexttick-args as it's not needed anymore (#354)
  • 3dc117e Fix error messages (#352)

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 20, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2
  • Import Node 10.9.0, redo the fix for util.inspect.custom #357
Commits

The new version differs by 2 commits.

  • a27de71 Bumped v3.0.2.
  • 766f772 Import Node 10.9.0. Redo the fix for util.inspect.custom (#357)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3
  • Update to Node 10.10.0 #363
  • Added Node >= 6 to package.json #362
Commits

The new version differs by 5 commits.

  • e890201 Bumped v3.0.3.
  • bbc3ddc Updated to Node 10.10 (#363)
  • 4dc9573 Add node >= 6 to package.json (#362)
  • 3a81030 replace Buffer.alloc() with Buffer.from() where appropriate (#360)
  • 32c1045 remove Buffer constructor usage (#358) (#359)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 1, 2018

Update to this version instead 🚀

Release Notes for v3.0.4
  • Fix Errors in IE 11 #365
  • Updated to Node 10.11 #366
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

Release Notes for v3.0.5
  • Emit no experimental warning in browsers #367
Commits

The new version differs by 2 commits.

  • 681958b Bumped v3.0.5.
  • b8ac647 Emit no experimental warning in browser. (#367)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 16, 2018

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 2323e49 Bumped v3.1.0.
  • 7ac9d04 Added yarn.lock to .gitignore
  • 1448d47 Updated to @babel/core@7, node 10.14.2 (#393)
  • 51d6ab7 Ignore airtap and travis configs (#388)
  • a2009a9 Add build regexp IE11 (isInteger) (#389)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 23, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2019

Update to this version instead 🚀

Release Notes for v3.2.0
  • Updated to 10.15.2 #401
  • Support pipeline with READABLE_STREAM_DISABLE #399
Commits

The new version differs by 3 commits.

  • 5b90ed2 Bumped v3.2.0.
  • cbd72df Updated to v10.15.2 (#401)
  • e02fcbb export * from stream when process.env.READABLE_STREAM === 'disable' (#399)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 1, 2019

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2019

Update to this version instead 🚀

Release Notes for v3.4.0
  • Add Node v12 to travis #410
  • Add pipeline and finished to the browser bundle #408 #409
Commits

The new version differs by 4 commits.

  • 4ba93f8 Bumped v3.4.0.
  • ab4fc9c Add node v12 to .travis.yml (#410)
  • 32c167d add missing exports for browsers (#409)
  • c7dee8c Travis CI: Remove the deprecated sudo tag (#405)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 13, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant