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 bl to the latest version 🚀 #9

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 15, 2018

Version 2.0.0 of bl was just published.

Dependency bl
Current Version 1.2.2
Type dependency

The version 2.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 bl.

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 v2.0.0
  • Added support for readUIntLE and companions #55
Commits

The new version differs by 7 commits.

  • 52564cc Bumped v2.0.0.
  • 340dfc2 Removed Node 0.10. Node 0.12.
  • d36bea7 Merge pull request #55 from ctusch/readInt
  • 02eb5a0 Merge pull request #53 from reklatsmasters/patch-perf-get
  • 7473799 added support for readUIntLE / readUIntBE / readIntLE / readIntBE
  • c7d0053 improve perfomance for BufferList#get.
  • 27f7df8 Updated copyright year.

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 🌴

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

greenkeeper bot commented Jun 14, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1
  • Use require('readable-stream').Duplex #56
Commits

The new version differs by 2 commits.

  • f13bdda Bumped v2.0.1.
  • 8de8c0f use require('readable-stream').Duplex (#56)

See the full diff

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

greenkeeper bot commented Oct 4, 2018

  • The dependency bl was updated from 1.2.2 to 2.1.0.

Update to this version instead 🚀

Release Notes for v2.1.0
  • Added indexOf #59
Commits

The new version differs by 4 commits.

  • 8c596a8 Bumped v2.1.0.
  • de8ba93 Merge pull request #59 from reconbot/reconbot/indexOf
  • 104b478 indexOf: Add native indexOf support for 1 byte searchs
  • 0d4d16a indexOf that conforms to nodejs 10 tests

See the full diff

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

greenkeeper bot commented Oct 8, 2018

  • The dependency bl was updated from 1.2.2 to 2.1.1.

Update to this version instead 🚀

Release Notes for v2.1.1
  • Use native indexOf whenever possible #61
Commits

The new version differs by 6 commits.

  • 6702c3a Bumped v2.1.1.
  • ca58651 Merge pull request #61 from reconbot/reconbot/faster-index-of
  • 84b1b3a lint
  • 172e3ee make .get() much faster by not copying anything
  • 6d71467 improve search data initialization
  • b254662 Use native indexOf whenever possible

See the full diff

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

greenkeeper bot commented Oct 12, 2018

  • The dependency bl was updated from 1.2.2 to 2.1.2.

Update to this version instead 🚀

Release Notes for v2.1.2
  • use ES3 only #62
Commits

The new version differs by 4 commits.

  • 270e5f5 Bumped v2.1.2
  • 91cbaf9 Merge pull request #62 from jhaenchen/DontUseES2015Const
  • ccb664b Enforce linting to ES3
  • 6fa49f2 Remove usage of const/let

See the full diff

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

greenkeeper bot commented Feb 3, 2019

  • The dependency bl was updated from 1.2.2 to 2.2.0.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • b6284a8 Bumped v2.2.0.
  • 538a988 Merge pull request #60 from reconbot/reconbot/indexof-readme
  • 635b6ce Merge pull request #65 from reconbot/reconbot/empty-slice
  • 9b80b00 fix: empty shallowSlice return
  • 055a3ff Merge pull request #63 from nwoltman/patch-1
  • c768eb8 Use Buffer.from() in the documentation
  • d8d8647 Add indexof docs

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

  • The dependency bl was updated from 1.2.2 to 3.0.0.

Update to this version instead 🚀

Release Notes for v3.0.0
  • readable-stream@3 #57
Commits

The new version differs by 7 commits.

  • ecc0cc5 Bumped v3.0.0.
  • 808731b Merge pull request #57 from rvagg/rvagg/update
  • fe0d2bc Fix destroy(err) support
  • 07034ec Removed Node 4 as it is not supported anymore
  • e0a867a Merge pull request #66 from hugomrdias/feat/readable-stream3
  • c19a6b0 feat: upgrade to stream 3
  • 1bc4441 readable-stream@3

See the full diff

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

greenkeeper bot commented Sep 19, 2019

  • The dependency bl was updated from 1.2.2 to 4.0.0.

Update to this version instead 🚀

Commits

The new version differs by 14 commits ahead by 14, behind by 7.

  • 8ca2ec4 4.0.0
  • 3fc9231 remove .jshintrc
  • 3c9f26b travis: fix versions
  • 8f15164 doc: update copyright year & badges
  • 540e358 style: use 'standard', minor formatting & syntax changes
  • c48a72e merge isBufferList & duck-typing approaches using symbol
  • e3ad1de feat: bl without readable stream
  • c93fd90 test: add _bufs checks for append and indexOf
  • 9b48a8a feat: add support for Uint8Array
  • f9c1326 Bumped v3.0.0.
  • 3602828 Fix destroy(err) support
  • 0d96c22 Removed Node 4 as it is not supported anymore
  • a723a9d feat: upgrade to stream 3
  • fa6a7cc readable-stream@3

See the full diff

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

greenkeeper bot commented Mar 4, 2020

  • The dependency bl was updated from 1.2.2 to 4.0.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 18, 2020

  • The dependency bl was updated from 1.2.2 to 4.0.2.

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.

0 participants