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

fix(deps): update dependency geoip2/geoip2 to v3 - autoclosed #102

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geoip2/geoip2 ^v2.13 -> ^v3.0.0 age adoption passing confidence

Release Notes

maxmind/GeoIP2-php (geoip2/geoip2)

v3.0.0

Compare Source

  • IMPORTANT: PHP 8.1 or greater is now required.
  • BREAKING: Read-only properties are now used for the model and record
    classes rather than magic methods. This significantly improves performance.
  • BREAKING: The raw property on model classess and the record property on
    record classes have been removed.
  • BREAKING: On GeoIp2\Record\Traits, the deprecated isAnonymousProxy and
    isSatelliteProvider properties have been removed.
  • BREAKING: The jsonSerialize output has changed.
  • GeoIp2\WebService\Client methods now throw an InvalidArgumentException
    if an invalid IP address is passed to them. Previously, they would make
    a request to the web service and throw a
    GeoIp2\Exception\InvalidRequestException.
  • The isAnycast property was added to GeoIp2\Record\Traits. This returns
    true if the IP address belongs to an anycast
    network
    . This is available for the
    GeoIP2 Country, City Plus, and Insights web services and the GeoIP2 Country,
    City, and Enterprise databases.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/geoip2-geoip2-3.x branch from 107f83b to 397a6f3 Compare April 6, 2024 02:38
@renovate renovate bot force-pushed the renovate/geoip2-geoip2-3.x branch from 397a6f3 to eb879df Compare April 20, 2024 01:39
@renovate renovate bot force-pushed the renovate/geoip2-geoip2-3.x branch from eb879df to f920663 Compare May 4, 2024 02:31
Copy link
Contributor Author

renovate bot commented May 11, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update geoip2/geoip2:3.0.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires geoip2/geoip2 ^v3.0.0, found geoip2/geoip2[v3.0.0] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - pulkitjalan/geoip is locked to version 6.0.0 and an update of this package was not requested.
    - pulkitjalan/geoip 6.0.0 requires geoip2/geoip2 ^2.13 -> found geoip2/geoip2[v2.13.0] but it conflicts with your root composer.json require (^v3.0.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/geoip2-geoip2-3.x branch from f920663 to d7c9344 Compare May 11, 2024 00:07
@renovate renovate bot changed the title fix(deps): update dependency geoip2/geoip2 to v3 fix(deps): update dependency geoip2/geoip2 to v3 - autoclosed Jul 1, 2024
@renovate renovate bot closed this Jul 1, 2024
@renovate renovate bot deleted the renovate/geoip2-geoip2-3.x branch July 1, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants