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

chore(deps): update dependency sebastian/comparator to v6 - autoclosed #320

Closed
wants to merge 1 commit into from

Conversation

abrain-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
sebastian/comparator require-dev major 4.0.8 -> 6.0.2

Release Notes

sebastianbergmann/comparator (sebastian/comparator)

v6.0.2

Compare Source

Fixed
  • #​112: Arrays with different keys and the same values are considered equal in canonicalize mode

v6.0.1

Compare Source

Changed
  • This project now uses PHPStan instead of Psalm for static analysis

v6.0.0

Compare Source

Removed
  • Removed support for PHP 8.1

v5.0.2

Compare Source

Fixed
  • #​112: Arrays with different keys and the same values are considered equal in canonicalize mode

v5.0.1

Compare Source

Fixed
  • MockObjectComparator only works on instances of PHPUnit\Framework\MockObject\MockObject, but not on instances of PHPUnit\Framework\MockObject\Stub
  • MockObjectComparator only ignores the $__phpunit_invocationMocker property, but not other properties with names prefixed with __phpunit_

v5.0.0

Compare Source

Changed
  • Methods now have parameter and return type declarations
  • Comparator::$factory is now private, use Comparator::factory() instead
  • ComparisonFailure, DOMNodeComparator, DateTimeComparator, ExceptionComparator, MockObjectComparator, NumericComparator, ResourceComparator, SplObjectStorageComparator, and TypeComparator are now final
  • ScalarComparator and DOMNodeComparator now use mb_strtolower($string, 'UTF-8') instead of strtolower($string)
Removed
  • Removed $identical parameter from ComparisonFailure::__construct()
  • Removed Comparator::$exporter
  • Removed support for PHP 7.3, PHP 7.4, and PHP 8.0

Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

@abrain-bot
Copy link
Collaborator Author

⚠️ 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 sebastian/comparator:6.0.2 --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 sebastian/comparator 6.0.2 (exact version match: 6.0.2 or 6.0.2.0), found sebastian/comparator[6.0.2] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - phpunit/phpunit is locked to version 9.6.20 and an update of this package was not requested.
    - phpunit/phpunit 9.6.20 requires sebastian/comparator ^4.0.8 -> found sebastian/comparator[4.0.8] but it conflicts with your root composer.json require (6.0.2).
  Problem 3
    - phpunit/phpunit 9.6.20 requires sebastian/comparator ^4.0.8 -> found sebastian/comparator[4.0.8] but it conflicts with your root composer.json require (6.0.2).
    - yoast/phpunit-polyfills 1.1.1 requires phpunit/phpunit ^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 -> satisfiable by phpunit/phpunit[9.6.20].
    - yoast/phpunit-polyfills is locked to version 1.1.1 and an update of this package was not requested.

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

@abrain-bot abrain-bot changed the title chore(deps): update dependency sebastian/comparator to v6 chore(deps): update dependency sebastian/comparator to v6 - autoclosed Aug 18, 2024
@abrain-bot abrain-bot closed this Aug 18, 2024
@abrain-bot abrain-bot deleted the renovate/sebastian-comparator-6.x branch August 18, 2024 14:27
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.

2 participants