haraka / haraka-plugin-geoip

provide geographic information about mail senders
https://www.npmjs.com/package/haraka-plugin-geoip
MIT License
4 stars 11 forks source link

Update maxmind to the latest version πŸš€ #30

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency maxmind was updated from 2.12.0 to 3.0.0.

This version 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.


Release Notes for Promisify

BREAKING CHANGES:

All existing consumer will have to change the way library is used.

From:

maxmind.open('db.mmdb', options, (err, lookup) => { ... })
// or
const lookup = maxmind.openSync('db.mmdb', options);
lookup.get('1.2.3.4');

To:

const lookup = await maxmind.open('db.mmdb', options);
lookup.get('1.2.3.4');
Commits

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

  • a4d9d52 Merge pull request #171 from runk/promisify
  • de3ad04 Update travis ci conf
  • b5c20a9 Resurect integration test
  • 6bd09df 3.0.0
  • b0a93ab Promisify maxmind lib
  • dfb1791 2.12.0
  • 1bab062 Merge pull request #170 from runk/renovate/nyc-14.x
  • 928cde9 Update dependency nyc to v14
  • ebcdab6 Merge pull request #161 from runk/renovate/nyc-13.x
  • 398b6a9 Merge pull request #169 from runk/renovate/ip-address-5.x
  • 3d67356 Update dependency ip-address to v5.9.0
  • 2ce5def Update dependency nyc to v13.3.0
  • 42b9eea Merge pull request #162 from runk/renovate/typescript-3.x
  • 5418639 Merge pull request #165 from runk/renovate/mocha-6.x
  • d2b3314 Update dependency mocha to v6

There are 18 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 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

msimerson commented 5 years ago

MaxMind v3 only supports Node 10+. Can't update it yet.

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€