Bump infection/infection from 0.29.14 to 0.31.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
dependencies php
Bumps infection/infection from 0.29.14 to 0.31.0.
Release notes
Sourced from infection/infection's releases.
BC Break: remove --only-covered; Introduce --with-uncovered instead. Change default behavior
Changed:
- [BR BREAK!] Remove
--only-covered; Introduce--with-uncoveredinstead by@staabmin infection/infection#2336- Directly enqueue follow-up processes by
@sanmaiin infection/infection#2322- Use
executionOrder="defects,random"forphpunit.xmlby@staabmin infection/infection#2328Fixed:
- Fix CLI output rendering for diffs which contain symfony-style like text by
@staabmin infection/infection#2338Internal:
- Update the pipeline library to version 7 by
@sanmaiin infection/infection#2342- Switch to sanmai/di-container by
@sanmaiin infection/infection#2343Backward Compatibility Break
This version introduces BC Break. Do the following:
- If you used Infection for all the code, including uncovered, like
bin/infection, now you need to add--with-uncovered, because by default, Infection doesn't mutate uncovered code anymore- bin/infection + bin/infection --with-uncovered
- If you used Infection for the only code covered by tests, like
bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed- bin/infection --only-covered + bin/infection
- If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)
# continue using bin/infectionFull Changelog: https://github.com/infection/infection/compare/0.30.3...0.31.0
New
ReturnRemovalmutator. Don't show0metrics in result summaryAdded:
- [new mutator] Add
ReturnRemovalmutator by@sanmaiin infection/infection#2296Changed:
... (truncated)
Changelog
Sourced from infection/infection's changelog.
0.31.0 (2025-07-28)
Changed:
- [BR BREAK!] Remove
--only-covered; Introduce--with-uncoveredinstead by@staabmin infection/infection#2336- Directly enqueue follow-up processes by
@sanmaiin infection/infection#2322- Use
executionOrder="defects,random"forphpunit.xmlby@staabmin infection/infection#2328Fixed:
- Fix CLI output rendering for diffs which contain symfony-style like text by
@staabmin infection/infection#2338Internal:
- Update the pipeline library to version 7 by
@sanmaiin infection/infection#2342- Switch to sanmai/di-container by
@sanmaiin infection/infection#2343Backward Compatibility Break
This version introduces BC Break. Do the following:
- If you used Infection for all the code, including uncovered, like
bin/infection, now you need to add--with-uncovered, because by default, Infection doesn't mutate uncovered code anymore- bin/infection + bin/infection --with-uncovered
- If you used Infection for the only code covered by tests, like
bin/infection --only-covered, you need to remove this option because now this is a default behavior and this options has been removed- bin/infection --only-covered + bin/infection
- If you used Infection for all the code, including uncovered, but now you want to mutated only covered code, do nothing (default behavior has been changed)
# continue using bin/infectionFull Changelog: https://github.com/infection/infection/compare/0.30.3...0.31.0
0.30.3 (2025-07-11)
Added:
- [new mutator] Add
ReturnRemovalmutator by@sanmaiin infection/infection#2296
... (truncated)
Commits
94ef40fUpdate CHANGELOG.md with instraction for BC breakdaac391Remove--only-covered; Introduce--with-uncoveredinstead (#2336)3349be3Switch to sanmai/di-container (#2343)3509890Update the pipeline library to version 7 (#2342)82f5553Fix CLI output rendering for diffs which contain symfony-style like text (#2338)604ba65[Conductor] Update sanmai/pipeline to 6.21 (#2335)47d9dc3Use executionOrder="defects,random" for phpunit.xml (#2328)b6d1fe8Directly enqueue follow-up processes (#2322)a23f4a0Update CHANGELOG.md64144d3Don't show 0 metrics in summary (#2311)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+298
-224
Package Dependencies
infection/infection
packagist
0.29.14 → 0.31.0
Minor
Technical Details
| ID: | 4245105 |
| UUID: | 2701562343 |
| Node ID: | PR_kwDOHtZA286hBpHn |
| Host: | GitHub |
| Repository: | makeitstrict/php-leetcode |
| Merge State: | Unknown |