Skip to content

Chore(deps-dev): Bump infection/infection from 0.31.9 to 0.32.0 in /tools/05_infection in the tools_infection_dependencies group#3147

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/tools/05_infection/tools_infection_dependencies-1b568557f0
Closed

Chore(deps-dev): Bump infection/infection from 0.31.9 to 0.32.0 in /tools/05_infection in the tools_infection_dependencies group#3147
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/tools/05_infection/tools_infection_dependencies-1b568557f0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 26, 2025

Bumps the tools_infection_dependencies group in /tools/05_infection with 1 update: infection/infection.

Updates infection/infection from 0.31.9 to 0.32.0

Release notes

Sourced from infection/infection's releases.

Format-presering pretty printing; new GitHub loggers with collapsable sections; Symfony 8 support

Added:

Changed:

Internal:

and a huge work (around ~210 PRs) by @​theofidry, updating Infection architecture to bring more features in the future that were impossible to implement before. You can track them here:

New Contributors

Full Changelog: infection/infection@0.31.9...0.32.0

Changelog

Sourced from infection/infection's changelog.

[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

Full Changelog: infection/infection@0.30.3...0.31.0

... (truncated)

Commits
  • 71d4a12 test: Rework the PHPUnit end-to-end tests (#2624)
  • a5bbdad test: Rename the PHPUnit tests (#2752)
  • 35dfda6 feat(git): Add git commands (#2669)
  • a955b1f refactor: Rename the console options to be more consistent (#2750)
  • b4079bc docs(git): Update some pieces of documentation (#2749)
  • 588133a [Conductor] Update phpunit/php-code-coverage to 11.0.12 (#2748)
  • de1cf6b feat(SourceCollector): Add a command to list all the sources (#2706)
  • c551eeb refactor: Move the parsing of the config file option into a single place (#2747)
  • 2bfca87 refactor: Use the Symfony command constants (#2746)
  • 96bc39b feat(SourceCollector): Fail earlier when no source file is found (#2703)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tools_infection_dependencies group in /tools/05_infection with 1 update: [infection/infection](https://github.com/infection/infection).


Updates `infection/infection` from 0.31.9 to 0.32.0
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.31.9...0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 26, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 29, 2025

Looks like infection/infection is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 29, 2025
@dependabot dependabot Bot deleted the dependabot/composer/tools/05_infection/tools_infection_dependencies-1b568557f0 branch December 29, 2025 16:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants