workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.24k stars 1.84k forks source link

Update bl to the latest version 🚀 #622

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead 🚀

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

The new version differs by 14 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
  • 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
  • 1bc4441 readable-stream@3

See the full diff