Update dependency infection/infection to ^0.31.0 #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.29.10
->^0.31.0
Release Notes
infection/infection (infection/infection)
v0.31.0
Compare Source
Changed:
--only-covered
; Introduce--with-uncovered
instead by @staabm in https://github.com/infection/infection/pull/2336executionOrder="defects,random"
forphpunit.xml
by @staabm in https://github.com/infection/infection/pull/2328Fixed:
Internal:
Backward Compatibility Break
This version introduces BC Break. Do the following:
bin/infection
, now you need to add--with-uncovered
, because by default, Infection doesn't mutate uncovered code anymorebin/infection --only-covered
, you need to remove this option because now this is a default behavior and this options has been removedv0.30.3
Compare Source
Added:
ReturnRemoval
mutator by @sanmai in https://github.com/infection/infection/pull/2296Changed:
0
metrics in result summary by @staabm in https://github.com/infection/infection/pull/2311Fixed:
Internal:
Full Changelog: infection/infection@0.30.2...0.30.3
v0.30.2
Compare Source
Added:
ReturnRemoval
mutator by @sanmai in https://github.com/infection/infection/pull/2296Changed:
0
metrics in result summary by @staabm in https://github.com/infection/infection/pull/2311Fixed:
Internal:
Full Changelog: infection/infection@0.30.2...0.30.3
v0.30.1
Compare Source
Changed:
LogicalNot
mutator by @staabm in https://github.com/infection/infection/pull/2283IdenticalEqual
by @sanmai in https://github.com/infection/infection/pull/2248Internal:
Full Changelog: infection/infection@0.30.1...0.30.2
v0.30.0
Compare Source
Changed:
TextFileLogger
: add hints about different logfile options by @staabm in https://github.com/infection/infection/pull/2278TrueValue
/FalseValue
mutator by @staabm in https://github.com/infection/infection/pull/2280Fixed:
--static-analysis-tool=phpstan
by @maks-rafalko in https://github.com/infection/infection/pull/2284Internal:
Full Changelog
v0.29.14
Compare Source
Full Changelog
Added:
--threads
to the config file underthreads
key by @maks-rafalko in https://github.com/infection/infection/pull/2158--show-mutations=int|max
to support non-bool values by @staabm in https://github.com/infection/infection/pull/2216--id=<mutant-hash>
to run the only one Mutant for killing it by @maks-rafalko in https://github.com/infection/infection/pull/2226perMutator
timings by @staabm in https://github.com/infection/infection/pull/2164perMutator
logger table header by @staabm in https://github.com/infection/infection/pull/2175--static-analysis-tool=phpstan
) if they are escaped and not killed by PHPUnit tests by @maks-rafalko in https://github.com/infection/infection/pull/2098Changed:
false
with a non-falsy value by @staabm in https://github.com/infection/infection/pull/2121ProtectedVisibility
: by @staabm in https://github.com/infection/infection/pull/2112DecrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2204IncrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2208DecrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2238LogicalAndAllSubExprNegation
withinstanceof
by @staabm in https://github.com/infection/infection/pull/2241LogicalOr
Mutator by @staabm in https://github.com/infection/infection/pull/2243ArrayItemRemoval
: Do not remove item from array assignment as it produces PHP warning by @staabm in https://github.com/infection/infection/pull/2236Fixed:
--mutants
is used and config hasglobal-ignoreSourceCodeByRegex
by @maks-rafalko in https://github.com/infection/infection/pull/2172Internal:
devTools/Dockerfile.json
to pin to it on Makefile by @maks-rafalko in https://github.com/infection/infection/pull/2072src
andtests
folders by @maks-rafalko in https://github.com/infection/infection/pull/2091.DB_Store
on MacOS by @maks-rafalko in https://github.com/infection/infection/pull/2094MutantExecutionResultFactory
toTestFrameworkMutantExecutionResultFactory
and add interface by @maks-rafalko in https://github.com/infection/infection/pull/2099VersionParser
by @maks-rafalko in https://github.com/infection/infection/pull/2100ParentConnector::findParent
over raw calls to$node->getAttribute('parent')
by @staabm in https://github.com/infection/infection/pull/2116--static-analysis-tool=phpstan
is used by @maks-rafalko in https://github.com/infection/infection/pull/2162per-mutator.md
to.gitignore
by @staabm in https://github.com/infection/infection/pull/2179--fail-without-result-cache
to PHPStan process by @maks-rafalko in https://github.com/infection/infection/pull/2182infection/tests-checker-action
by @maks-rafalko in https://github.com/infection/infection/pull/2195pull_request_target
instead ofpull_request
event by @maks-rafalko in https://github.com/infection/infection/pull/2222v0.29.13
Compare Source
Added:
array_find_key()
withnull
by @maks-rafalko in https://github.com/infection/infection/pull/2050array_find()
withnull
by @maks-rafalko in https://github.com/infection/infection/pull/2049Changed:
.gitattributes
by @kubawerlos in https://github.com/infection/infection/pull/2044justinrainbow/json-schema:^6
by @kubawerlos in https://github.com/infection/infection/pull/2045Internal:
cs-check
tomake autoreview
by @maks-rafalko in https://github.com/infection/infection/pull/2052Full Changelog: infection/infection@0.29.12...0.29.13
v0.29.12
: Support thecodingmachine/safe v3, drop Symfony 5.4 supportCompare Source
Changed:
shish/safe
back withthecodingmachine/safe
v3 by @maks-rafalko in https://github.com/infection/infection/pull/2037Full Changelog: infection/infection@0.29.11...0.29.12
v0.29.11
: Add support for `sebastian/diff` v7Compare Source
Added:
sebastian/diff
v7 by @Slamdunk in https://github.com/infection/infection/pull/2022Full Changelog: infection/infection@0.29.10...0.29.11
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.