An open index of dependabot pull requests across open source projects.

Bump infection/infection from 0.29.14 to 0.31.1

Open
Number: #203
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 04, 2025 at 07:57 PM UTC
(4 months ago)
Updated: August 04, 2025 at 07:57 PM UTC
(4 months ago)
Labels:
dependencies php
Description:

Bumps infection/infection from 0.29.14 to 0.31.1.

Release notes

Sourced from infection/infection's releases.

Cleanup old PHPUnit cache files in Infection tmp directory

Added:

Internal:

Full Changelog: https://github.com/infection/infection/compare/0.31.0...0.31.1

BC Break: remove --only-covered; Introduce --with-uncovered instead. Change default behavior

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

... (truncated)

Commits

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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+324
Deletions:
-228
Package Dependencies
Ecosystem:
packagist
Version Change:
0.29.14 → 0.31.1
Update Type:
Minor
Technical Details
ID: 4573219
UUID: 2719029965
Node ID: PR_kwDOHtZA286iERrN
Host: GitHub
Repository: makeitstrict/php-leetcode
Merge State: Unknown