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

Bump @maxmind/geoip2-node from 1.4.0 to 3.0.0 #169

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @maxmind/geoip2-node from 1.4.0 to 3.0.0.

Release notes

Sourced from @​maxmind/geoip2-node's releases.

v3.0.0

  • Breaking Dropped Node 10 support
  • Updated yarn dependencies

v2.3.2

  • Upgrade dependencies 5787b2b
  • Fix staticIpScore property name 68032e1
  • Test model properties explicitly 54affcf
  • Upgrade husky c7ca9fe
  • Upgrade node modules 7a32a5c Disable Dependabot 713d5e5

maxmind/GeoIP2-node@v2.3.1...v2.3.2

v2.3.1

  • Update node modules

maxmind/GeoIP2-node@v2.2.0...v2.3.1

v2.2.0

  • Merge pull request #364 from maxmind/upgrade-node-modules 7518403
  • Merge pull request #365 from maxmind/dependabot/add-v2-config-file ceee135
  • Update Dependabot config file 0d1cbff
  • Upgrade node modules c21d394
  • Merge pull request #363 from maxmind/dependabot/npm_and_yarn/types/node-14.14.25 4e96d5e
  • Merge pull request #362 from maxmind/dependabot/npm_and_yarn/lint-staged-10.5.4 0e43467
  • Merge pull request #361 from maxmind/dependabot/npm_and_yarn/typedoc-0.20.23 86eef05
  • Merge pull request #360 from maxmind/dependabot/npm_and_yarn/np-7.3.0 d343fa9
  • Merge pull request #359 from maxmind/dependabot/npm_and_yarn/ts-jest-26.5.0 5d05f83
  • Merge pull request #357 from maxmind/dependabot/npm_and_yarn/nock-13.0.7 f259566
  • Bump @​types/node from 14.14.21 to 14.14.25 dab7fe0
  • Bump lint-staged from 10.5.3 to 10.5.4 bf1b044
  • Bump typedoc from 0.20.16 to 0.20.23 cd907fe
  • Bump np from 7.2.0 to 7.3.0 aa40151
  • Bump ts-jest from 26.4.4 to 26.5.0 01059d9
  • Bump nock from 13.0.5 to 13.0.7 448365a
  • Merge pull request #353 from maxmind/greg/no-master 48b3693
  • Replace master references e626bd7

maxmind/GeoIP2-node@v2.1.1...v2.2.0

v2.1.1

  • Merge pull request #352 from maxmind/wes/fix-typedocs 4bc20a3
  • Remove git add from lint-staged script to prevent CLI warning 8024a99
  • Add docs build to tests d06d788
  • Fix typedoc build command 4c90fe3
  • Merge pull request #351 from maxmind/wes/release 2b1207f
  • Update changelog 97a5e49
  • Bump copyright year 21b99de
  • Merge pull request #341 from maxmind/dependabot/npm_and_yarn/np-7.2.0 cc395ac

... (truncated)

Changelog

Sourced from @​maxmind/geoip2-node's changelog.

3.0.0 (2021-06-03)

  • Breaking Drop node 10 support
  • Upgrade yarn dependencies

2.3.2 (2021-04-13)

  • The staticIpScore property was incorrectly spelled staticIPScore. This is now fixed. Reported by griffyn-showit. GitHub #402.
  • Upgrade yarn dependencies

2.3.1 (2021-03-17)

  • Upgrade yarn dependencies

2.2.1 (2021-02-12)

  • Upgrade yarn dependencies

2.1.1 (2021-01-18)

  • Upgrade yarn dependencies

2.1.0 (2021-01-05)

  • The WebServiceClient class now accepts an options object as the third parameter. The currently valid options are timeout and host. To use the GeoLite2 web service instead of GeoIP2 Precision, set host to geolite.info. If you were previously passing the timeout as the third parameter, this is deprecated and you should transition to passing it in the options object.

2.0.0 (2020-11-02)

Breaking change

  • country and city values return undefined instead of {} when empty.

1.6.0 (2020-09-29)

  • Add the isResidentialProxy property to AnonymousIP and TraitsRecord for use with the Anonymous IP database and GeoIP2 Precision Insights.

... (truncated)

Commits
  • af20a96 Merge pull request #414 from maxmind/prep-for-release
  • 88e7482 v3.0.0
  • 4da1ae2 Replace np wiht prepublishOnly script
  • b7bcf64 Merge pull request #409 from maxmind/upgrade-node-modules
  • 1f3a0a1 Upgrade node modules
  • cc5ef06 Run prettier
  • 6adf7e5 BREAKING: Drop node 10 support
  • 76db035 Pin typescript to 4.2 until typedoc has 4.3 support
  • 822a531 Upgrade e2e/ts node modules
  • aca06aa Upgrade e2e/js node modules
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 4, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #178.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/maxmind/geoip2-node-3.0.0 branch July 12, 2021 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants