npms-io / npms-analyzer

The analyzer behind https://npms.io
MIT License
319 stars 38 forks source link

Update nano to the latest version 🚀 #220

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 7.0.0 of nano was just published.

Dependency nano
Current Version 6.4.4
Type dependency

The version 7.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 nano.

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 7.0.0
  • Promise support
  • new ...AsStream functions
  • improved TypeScript definitions
  • tested against official CouchDB Docker image
Commits

The new version differs by 10 commits.

  • 188ddd4 7.0.0
  • 8d71498 Promise support for Nano - Issue 98 (#102)
  • 4ef1cff Fix JSON.stringify of start_key & end_key alias parameters (#93)
  • 85136e9 clone user-supplied query string object prior to mutation - issue #85 (#95)
  • da10874 add TypeScript definition in this repo - issue #77 (#96)
  • 9ce5862 fix link to cloudant-follow in the README.md as per issue #81 (#94)
  • 42b920a Fix documentation url related to Attachment (#99)
  • dcfdd16 Fix in README name of the returned array when using uuids function (#90)
  • bd9a10f Update link to CouchDB bulk API documentation (#91)
  • 723e148 (#70) Return error if db.get() called with no docName (#78)

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:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.699% when pulling e99df4b1e9c9c91e435a406068485ff10ab96388 on greenkeeper/nano-7.0.0 into 103d6209ed62ffb7a2ece26d72e87e5c6be17a86 on master.

greenkeeper[bot] commented 6 years ago

Update to this version instead 🚀

Commits

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

  • 00b17b2 7.1.0
  • f69ab4f removed spatial function - fixes issue #103 (#117)
  • 3a3185d Update anchor tags to attachments documentation (#115)
  • 935f54c Standard linter (#116)
  • 9e26d72 FIX update handler example code fixes #110 (#111)
  • 8012107 Some typescript fixes (#108)
  • 2263f3c feat: remove endswith dependency in favour of ES6 String.endsWith (#106)
  • 3732c69 wip: stop depending on tape-it (#105)
  • 163ee6a Prevent callback users seeing Promise rejections (#113)
  • bdb1cd0 Merge pull request #80 from adamsaeid/multi-view-queries
  • a57c91b Fix merge conflicts for #80
  • e75d71e Add tests for PR #56 (support multiple query view)
  • f5d9cb7 Added support for multiple view queries

See the full diff