Skip to content

chore(deps): Update dependency @maxmind/geoip2-node to v7#6

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/maxmind-geoip2-node-7.x
Open

chore(deps): Update dependency @maxmind/geoip2-node to v7#6
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/maxmind-geoip2-node-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 1, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@maxmind/geoip2-node ^6.3.4^7.0.0 age confidence

Release Notes

maxmind/GeoIP2-node (@​maxmind/geoip2-node)

v7.0.0

Compare Source

  • Breaking Dropped support for Node.js 18 and 20. Node.js 22 or greater is now
  • Breaking Dropped commonjs support. The package is now only available as an ES module.
  • Breaking Errors from the WebServiceClient are now thrown as
    WebServiceError instances, which extend Error, rather than as plain
    objects. The code, error, status, and url properties are preserved,
    so existing field access continues to work, but the thrown value is now an
    Error. The original error is now preserved as the standard cause
    property (for example, the network error behind a FETCH_ERROR). The
    WebServiceError class and the WebServiceClientError type are now exported
    from the package.
  • The code property on WebServiceError and the WebServiceClientError
    interface is now typed as WebServiceErrorCode
    (ClientErrorCode | (string & {})) instead of string, providing
    autocompletion for the client-generated codes while still accepting any
    code returned by the web service. The ClientErrorCode and
    WebServiceErrorCode types are exported from the package.
  • The AddressNotFoundError, BadMethodCallError, InvalidDbBufferError,
    and ValueError classes now accept an optional cause and forward it to
    Error. Reader.openBuffer() now preserves the underlying parsing error as
    the cause of the InvalidDbBufferError it throws.
  • Added a fetcher option to the WebServiceClient options, allowing a
    custom fetch implementation to be supplied (for example, to route requests
    through a custom dispatcher or proxy, or for testing). It defaults to the
    global fetch. The WebServiceClientOptions type is exported from the
    package.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🔄 dependencies Pull requests that update a dependency file label Jul 1, 2026
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