paritytech / email-verification

e-mail verification for Parity.
https://github.com/ethcore/email-verification#parity-e-mail-verification
Other
8 stars 4 forks source link

Update leveldown to the latest version ๐Ÿš€ #7

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.2 of leveldown was just published.

Dependency leveldown
Current Version 1.9.0
Type dependency

The version 2.0.2 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 leveldown.

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.


Commits

The new version differs by 19 commits.

  • 3a7c399 2.0.2
  • ca7272e Merge pull request #410 from ralphtheninja/master
  • 6f8192e add node 9 to travis and appveyor
  • 0db334f Merge pull request #406 from Level/greenkeeper/nan-2.8.0
  • d9c21d3 fix(package): update nan to version 2.8.0
  • 3b5d203 2.0.1
  • 9c6cbdf Merge pull request #405 from Level/readme/fix-asbuffer
  • 290ca46 Merge pull request #404 from Level/greenkeeper/abstract-leveldown-3.0.0
  • e374e8c readme: invert asBuffer option (closes #398)
  • 85e419f fix(package): update abstract-leveldown to version 3.0.0
  • e3b9290 Merge pull request #402 from sandersn/fix-implicit-any-errors-in-leveldown.d.ts
  • c0d4c84 Fix implicit any error in leveldown.d.ts
  • ad98a02 Update readme (#397)
  • 36d681f 2.0.0
  • 72d256b Merge pull request #394 from MeirionHughes/master

There are 19 commits in total.

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.1.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.1 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead ๐Ÿš€

Commits

The new version differs by 13 commits.

  • 9ab8a96 3.0.0
  • 81a1bec Merge pull request #433 from ralphtheninja/master
  • 89e253c travis: remove node 5 and 7
  • 258dc67 Merge pull request #432 from ralphtheninja/master
  • cac42b4 update after feedback
  • be7da2a add upgrade guide
  • e8b9f63 prepare changelog for v3
  • 8b03831 Changelog rewrite (#429)
  • beaf17a Merge pull request #428 from joyeecheung/fix-test-location
  • 0524016 test: make sure destroy() deletes leveldb-only dir
  • 241e97c Abstract leveldown v4 (#415)
  • 990e22f Merge pull request #414 from Level/greenkeeper/prebuild-7.0.0
  • 20c1be0 chore(package): update prebuild to version 7.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v3.0.1

Added

  • Run verify-travis-appveyor as part of tests to ensure they are in sync (@ralphtheninja)
  • Test that destroy() doesn't inadvertently create the directory (@vweevers)
  • Add node 10 to Travis and AppVeyor (@ralphtheninja)

Changed

Fixed

  • Handle all errors in destroy tests (@vweevers)
  • Fix deprecation warnings related to Buffer() (@peakji)
  • Fix deprecation warnings related to nan (@ralphtheninja)

Removed

  • Remove node 5 and 7 from AppVeyor (@ralphtheninja)
  • Remove console.log() from approximate-size-test.js (@vweevers)
Commits

The new version differs by 13 commits.

  • 5c26392 3.0.1
  • 8ea7c8d Prepare 3.0.1 (#454)
  • 1b1504c Update nan (#452)
  • b0c68d3 Fix deprecation warnings related to Buffer (#453)
  • 4ee1bdb add node 10 (#449)
  • 651622b Tweak destroy tests (#442)
  • c7e2b76 Merge pull request #440 from ralphtheninja/master
  • 031f4bb update CHANGELOG
  • bf6706e configure greenkeeper to ignore @types/node
  • dabed99 Merge pull request #437 from ralphtheninja/verify-travis-appveyor
  • 55f006a run verify-travis-appveyor as part of tests
  • 938ead5 Merge pull request #434 from ralphtheninja/master
  • 389be41 appveyor: remove node 5 and 7

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead ๐Ÿš€

Release Notes v3.0.2

Changed

Commits

The new version differs by 5 commits.

  • 6a5eb13 3.0.2
  • e366b3d Prepare 3.0.2 (#462)
  • b6ac5e8 bump prebuild-install :arrow_up: (#460)
  • 4ce4e95 Support compilation on iOS (#447)
  • 3db037e Compiling Leveldown for Android x86 (#446)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Update to this version instead ๐Ÿš€

Release Notes v4.0.0

Added

Changed

Fixed

Removed

Commits

The new version differs by 11 commits.

  • 315e0f2 4.0.0
  • a339219 update changelog and upgrade guide for v4.0.0 (#476)
  • a03d38d remove TypeScript typings (#475)
  • 99069da fix docs for approximateSize() callback (#473)
  • 9efc9b8 add a note on upgrading to 3.0.1+ if running node 10 (#471)
  • c12911e import and fix gc test from levelup (#469)
  • d0d8b12 Update readme (#467)
  • 032dd51 node-uuid deprecated, use uuid
  • efeaf46 Standard (#466)
  • 70f11c3 chore(package): update verify-travis-appveyor to version 3.0.0 (#463)
  • fbce93c remove node 4 :fire: (#464)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Update to this version instead ๐Ÿš€

Release Notes v4.0.1

Changed

Removed

Commits

The new version differs by 5 commits.

  • 82b9675 4.0.1
  • 11e2017 prepare 4.0.1 (#480)
  • 83ae78d Merge pull request #479 from Level/greenkeeper/abstract-leveldown-5.0.0
  • 1e7dbb7 fix(package): update abstract-leveldown to version 5.0.0
  • e51c010 remove old hack from appveyor.yml

See the full diff