cdn77 / TestUtils

Test Utils for PHP to facilitate writing tests
2 stars 2 forks source link

chore(deps): update dependency infection/infection to ^0.27.0 #79

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
infection/infection require-dev minor ^0.26.0 -> ^0.27.0

Release Notes

infection/infection (infection/infection) ### [`v0.27.0`](https://togithub.com/infection/infection/blob/HEAD/CHANGELOG.md#0270-2023-05-16) [Compare Source](https://togithub.com/infection/infection/compare/0.26.21...0.27.0) [Full Changelog](https://togithub.com/infection/infection/compare/0.26.21...0.27.0) **Added:** - Add negation mutators by [@​manhunto](https://togithub.com/manhunto) in [https://github.com/infection/infection/pull/1753](https://togithub.com/infection/infection/pull/1753) - Calculate results and show metrics if Infection is interrupted with `SIGINT` (ctrl + c) by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1857](https://togithub.com/infection/infection/pull/1857) **Changed:** - [#​857](https://togithub.com/infection/infection/issues/857) Treat log paths as relative to config directory by [@​LeoVie](https://togithub.com/LeoVie) in [https://github.com/infection/infection/pull/1851](https://togithub.com/infection/infection/pull/1851) - Do not mutate `$var instanceof ClassName` inside `assert()` function as it's impossible or hard to kill by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1852](https://togithub.com/infection/infection/pull/1852) **Fixed:** - During all "unwrap" functions, return the real values instead of values wrapped with `Node\Arg()` class by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1853](https://togithub.com/infection/infection/pull/1853) - Make PHPUnit 10.1 XML coverage report and test cases names with provider compatible with Infection and old format by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1854](https://togithub.com/infection/infection/pull/1854) **Internal:** - Upgrade PHP-CS-Fixer by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1855](https://togithub.com/infection/infection/pull/1855) - Add GH Action to requrie tests in Pull Requests by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1848](https://togithub.com/infection/infection/pull/1848) - Update `sebastian/differ` to the latest verions by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1850](https://togithub.com/infection/infection/pull/1850) - Allow fidry/cpu-core-counter v0.5 by [@​Slamdunk](https://togithub.com/Slamdunk) in [https://github.com/infection/infection/pull/1826](https://togithub.com/infection/infection/pull/1826) - Remove `xdebug-filter.php` as it's not used and deprecated by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1856](https://togithub.com/infection/infection/pull/1856) - Upgrade PHPStan to the latest version and fix some errors by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1859](https://togithub.com/infection/infection/pull/1859) - Upgrade the codebase up to PHP 8.1 syntax using Rector by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1860](https://togithub.com/infection/infection/pull/1860) - Upgrade psalm to the latest version by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1858](https://togithub.com/infection/infection/pull/1858) - Integrate `sidz/phpstan-rules` to avoid magic numbers in our code base by [@​maks-rafalko](https://togithub.com/maks-rafalko) in [https://github.com/infection/infection/pull/1861](https://togithub.com/infection/infection/pull/1861)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.