Skip to content

chore(deps): update dependency infection/infection to ^0.27 || ^0.28 || ^0.29 || ^0.30 || ^0.33#382

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/infection-infection-0.x
Closed

chore(deps): update dependency infection/infection to ^0.27 || ^0.28 || ^0.29 || ^0.30 || ^0.33#382
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/infection-infection-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 17, 2026

This PR contains the following updates:

Package Change Age Confidence
infection/infection ^0.27 || ^0.28 || ^0.29 || ^0.30^0.27 || ^0.28 || ^0.29 || ^0.30 || ^0.33 age confidence

Release Notes

infection/infection (infection/infection)

v0.33.2

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.33.1...0.33.2

v0.33.1

Compare Source

Changed:

Full Changelog: infection/infection@0.33.0...0.33.1

v0.33.0

Compare Source

Added:

Changed:

  • feat!: BC break: Improve the project directory resolution to the ConfigurationFactory by @​theofidry in #​3009

Fixed:

Internal:

Full Changelog: infection/infection@0.32.7...0.33.0

v0.32.7

Compare Source

Added:

  • Adapt the output for the initial tests to be more generic (#​2991)
  • Make the DebugOption a negatable value (#​3005)
  • Introduce a debug command to execute the initial tests (#​2762)
  • Add a debug command for the AST (#​3008, #​3024, #​3025)
  • Throw a dedicated InvalidXml exception when the XML loaded by XPath is invalid (#​3051)
  • Drop support for PHP 8.2 (#​3068)
  • Add support for mago static analysis (#​3046)

Fixed:

  • Fix incorrectly style tag for non-canonical regexes with tripple \\\ (#​3022)
  • Prevent invalid usage of @​infection-ignore-all to corrupt the name resolution (#​3039)
  • Do not modify the inital coverage configuration (#​3043)
  • Make MockSplFileInfo autoloadable for consumers (#​3081)

Performance improvements:

  • Skip checking the other comments once ignore all is found (#​3038)

Internal:

Console related changes:

  • Extract the debug option into a re-usable option (#​3004)

AST related changes:

  • Simplify the NodeTraverser instantiation (#​2999)
  • Improve the readability of NodeTraverserFactoryTest (#​3002)
  • Make MutatorRobustnessTest mimic more closely what infection really does (#​3001)
  • Improve the feedback when MutatorRobustnessTest fails (#​3000)
  • Mark nodes as eligible (#​2795)
  • Rename VisitorCollectorIntegrationTest to EnrichmentTraverseIntegrationTest (#​3006)
  • Introduce LabelMutationCandidatesVisitor for more realistic AST testing (#​3007)
  • Add more tests for the enrichment traverse (#​3027)
  • Rename NonMutableNodesIgnorerVisitor to SkipIgnoredNodesVisitor (#​3029)
  • Display resolved name attributes in the dumped AST (#​3031)
  • Show problematic usage of @​infection-ignore-all (#​3030)
  • Re-order the dumped attributes (#​3040)
  • Add tests with changed lines ranges (#​3028)

Infection related related changes:

  • Solidify the tests by explicitly setting the mutation hash (#​3020)

Logger/Reporter related changes:

  • Reduce duplicated code between the initial tests & static analysis execution loggers (#​2987)

Code coverage/Test Framework/Tracing related changes:

  • Improve the code coverage tests (#​2815)
  • Leverage SafeDOMXPath (#​3041)
  • Improve JUnitTestCaseSorterTest (#​3037)
  • Adjust the API of JUnitTestCaseSorter and JUnitTestCaseTimeAdder (#​3033)
  • Capture SafeDOMXPath behaviour for various invalid XML inputs (#​3050)
  • Adjust the API of JUnitTestCaseTimeAdder (#​3076)

Misc:

v0.32.6

Compare Source

Fixed:

New Contributors

Full Changelog: infection/infection@0.32.5...0.32.6

v0.32.5

Compare Source

Fixed:

Full Changelog: infection/infection@0.32.4...0.32.5

v0.32.4

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.32.3...0.32.4

v0.32.3

Compare Source

Added:

Internal:

Full Changelog: infection/infection@0.32.2...0.32.3

v0.32.2

Compare Source

Fixed:

  • fix: Properly isolate function bodies in NextConnectingVisitor by @​sanmai in #​2796

Full Changelog: infection/infection@0.32.1...0.32.2

v0.32.1

Compare Source

Added:

Fixed:

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

v0.32.0

Compare Source

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.

v0.31.9: Support PHPStan-dev version in PHPStanAdapter

Compare Source

Changed:

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

v0.31.8

Compare Source

Changed:

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

v0.31.7: Show uncovered mutants to output when --with-uncovered is used

Compare Source

Fixed:

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

v0.31.6: Introduce --logger-text option

Compare Source

Added:

  • Introduce --logger-text option to enforce text logger file path by @​romm in #​2438

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

v0.31.5

Compare Source

Fixed:

  • Fix --dry-run option using DryRunProcess wrapper (alternative approach) by @​sanmai in #​2435

Changed:

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

v0.31.4

Compare Source

Changed:

Internal:

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

v0.31.3: PHPStan running out of memory when attempting --static-analysis-tool=phpstan

Compare Source

Fixed:

Changed:

Internal:

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

v0.31.2: --static-analysis-tool-options and no MSI shown by default for non-covered code

Compare Source

Added:

  • Remove Mutation Score Indicator (MSI) from default output, show only with --with-uncovered by @​Copilot in #​2378

Changed:

  • Add --static-analysis-tool-options CLI option with proper multiple options support by @​Copilot in #​2374

Internal:

New Contributors

Full Changelog: infection/infection@0.31.1...0.31.2

v0.31.1: Cleanup old PHPUnit cache files in Infection tmp directory

Compare Source

Added:

Internal:

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

v0.31.0

Compare Source

Changed:

Fixed:

  • Fix CLI output rendering for diffs which contain symfony-style like text by @​staabm in #​2338

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from drupol as a code owner May 17, 2026 13:11
@what-the-diff
Copy link
Copy Markdown

what-the-diff Bot commented May 17, 2026

PR Summary

  • Updated version constraint
    The version constraint for the package "infection/infection" has been updated to now include version "^0.33". This means that the system can now handle the newer version of the package which might include important updates, improvements, bug fixes that can enhance the functionality and performance of our system.

@github-actions
Copy link
Copy Markdown

Since this pull request has not had any activity within the last 5 days, I have marked it as stale.
I will close it if no further activity occurs within the next 5 days.

@github-actions github-actions Bot added the stale label May 26, 2026
@github-actions github-actions Bot closed this Jun 1, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 1, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.27 || ^0.28 || ^0.29 || ^0.30 || ^0.33). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/infection-infection-0.x branch June 1, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants