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 maxmind to the latest version 🚀 #30

Merged
merged 1 commit into from
Jul 9, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Apr 26, 2019

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. 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 Apr 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 26, 2019

  • The dependency maxmind was updated from 2.12.0 to 3.0.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2019

  • The dependency maxmind was updated from 2.12.0 to 3.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2019

  • The dependency maxmind was updated from 2.12.0 to 3.0.3.

Update to this version instead 🚀

@msimerson
Copy link
Member

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

greenkeeper bot added a commit that referenced this pull request May 16, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

  • The dependency maxmind was updated from 2.12.0 to 3.0.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

  • The dependency maxmind was updated from 2.12.0 to 3.0.5.

Update to this version instead 🚀

@msimerson msimerson merged commit 20515a8 into master Jul 9, 2019
@msimerson msimerson deleted the greenkeeper/maxmind-3.0.0 branch July 9, 2019 16:24
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.

1 participant