Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025

Bumps infection/infection from 0.30.3 to 0.31.7.

Release notes

Sourced from infection/infection's releases.

Show uncovered mutants to output when --with-uncovered is used

Fixed:

Full Changelog: infection/infection@0.31.6...0.31.7

Introduce --logger-text option

Added:

Full Changelog: infection/infection@0.31.5...0.31.6

0.31.5

Fixed:

Changed:

Full Changelog: infection/infection@0.31.4...0.31.5

0.31.4

Changed:

Internal:

Full Changelog: infection/infection@0.31.3...0.31.4

PHPStan running out of memory when attempting --static-analysis-tool=phpstan

Fixed:

Changed:

... (truncated)

Changelog

Sourced from infection/infection's changelog.

Change Log

[0.32.0]

Fixed:

  • [BC BREAK!] The relative paths of the sources (source.directories in the Infection configuration file) are no longer relative to the current working directory but instead to the location of the configuration file.

0.31.0 (2025-07-28)

Changed:

Fixed:

Internal:

Backward Compatibility Break

This version introduces BC Break. Do the following:

  1. 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
  1. 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
  1. 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/infection

... (truncated)

Commits
  • a66e389 Show uncovered mutants to output when --with-uncovered is used (#2443)
  • 24011fa Update description of --dry-run (#2436)
  • 9314a40 Update justinrainbow/json-schema to 6.6.0 (#2439)
  • f6fdf91 Introduce --logger-text option to enforce text logger file path (#2438)
  • 8d77ed5 Fix --dry-run option using DryRunProcess wrapper (#2435)
  • f1c527d Update rector/rector to 2.2.2 (#2434)
  • ea147a5 Update sanmai/pipeline to 7.3 (#2431)
  • 236b649 Get rid of custom CloneVisitor and use nativce CloninVisitor from php-parser ...
  • 08de985 Use/Suggest executionOrder="defects,random" for phpunit.xml (#2267)
  • fb06b33 PHPStan integration: drop --fail-without-result-cache (#2429)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [infection/infection](https://github.com/infection/infection) from 0.30.3 to 0.31.7.
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.30.3...0.31.7)

---
updated-dependencies:
- dependency-name: infection/infection
  dependency-version: 0.31.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Oct 23, 2025
@dependabot dependabot bot requested a review from norberttech as a code owner October 23, 2025 04:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Oct 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Looks like infection/infection is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/composer/tools/infection/infection/infection-0.31.7 branch October 27, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code size: M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant