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 esi/phpunit-coverage-check to v3 #116

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

@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 4 times, most recently from 50b0f6e to 5e8dda9 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 2af69aa to 7e150d9 Compare December 31, 2024 12:15
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 4 times, most recently from b2b7816 to bd1b5ae Compare January 12, 2025 02:13
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 7 times, most recently from 91c24e9 to 55ccfcc Compare January 20, 2025 02:18
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch 3 times, most recently from 54f212f to 443006a Compare January 28, 2025 21:45
@renovate renovate bot force-pushed the renovate/esi-phpunit-coverage-check-3.x branch from 443006a to 2ebf7de Compare January 28, 2025 22:13
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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant