Skip to content

chore(deps): Update dependency esi/phpunit-coverage-check to v3#103

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/esi-phpunit-coverage-check-3.x
Closed

chore(deps): Update dependency esi/phpunit-coverage-check to v3#103
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/esi-phpunit-coverage-check-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
esi/phpunit-coverage-check ^2.0 -> ^3.0 age adoption passing confidence

Release Notes

ericsizemore/phpunit-coverage-check (esi/phpunit-coverage-check)

v3.0.0

Compare Source

This release is mainly a bump to a PHP 8.3 requirement with some minor refactoring.

Added
  • Added rector/rector to dev-dependencies.
  • Added new class constants to Esi\CoverageCheck\CoverageCheck and Esi\CoverageCheck\Command\CoverageCheckCommand for ERROR and OK messages, so they are easier to update (if needed) in the future.
    • The constants are the same for both classes, with some exceptions:
    • The constants in CoverageCheckCommand do not use the '[ERROR]' and '[OK]' prefixes as the symfony/console method(s) used to output these messages add the prefixes automatically.
    • The constants in CoverageCheckCommand also remove the extra '%' in the format as it is added in with the formatted coverage.
  • Added new Exceptions:
    • Exceptions\FailedToGetFileContentsException
    • Exceptions\InvalidInputFileException
    • Exceptions\NotAValidCloverFileException
    • Exceptions\ThresholdOutOfBoundsException
  • Added vimeo/psalm, psalm/plugin-phpunit, and psalm/plugin-symfony as dev-dependencies
    • Fixes implemented based on Psalm reported errors.
Changed
  • Minimum PHP version bumped to 8.3.
  • Class constants updated to have the appropriate typing.
  • All classes marked final, and the Utils class made abstract since it is never instantiated (all static methods).
  • coverage-check file moved to bin/coverage-check
  • Update to PHPUnit 12 (^12.0-dev until official release).
  • Updated phpstan-baseline.neon as it doesn't seem to understand xpath()'s ability to possibly return null or false.
  • Add nightly PHP (8.5-dev) to GitHub workflow continuous-integration.yml.

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 is behind base branch, 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 dependency An issue or pull request targeting dependencies. label Dec 16, 2024
@ericsizemore ericsizemore marked this pull request as draft December 16, 2024 10:36
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 5 times, most recently from 7b369c0 to c4ec9ab Compare December 23, 2024 02:37
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 2 times, most recently from ee9d89c to f523370 Compare December 31, 2024 12:15
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 3 times, most recently from c106403 to c797848 Compare January 8, 2025 23:00
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 5 times, most recently from dd9e57e to 7b6457b Compare January 20, 2025 02:16
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 4 times, most recently from 73cf920 to e0e7d75 Compare January 28, 2025 21:44
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from e0e7d75 to 0f88a14 Compare January 28, 2025 22:04
@renovate
Copy link
Contributor Author

renovate bot commented Jan 28, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/esi-phpunit-coverage-check-3.x branch January 28, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency An issue or pull request targeting dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant