Skip to content

Update dependency infection/infection to ^0.33.0#6

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

Update dependency infection/infection to ^0.33.0#6
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/infection-infection-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
infection/infection ^0.29.8^0.33.0 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

v0.30.3

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

v0.30.2

Compare Source

Added:

Changed:

Fixed:

Internal:

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

v0.30.1

Compare Source

Changed:

Internal:

Full Changelog: infection/infection@0.30.1...0.30.2

v0.30.0

Compare Source

Changed:

Fixed:

Internal:

Full Changelog


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 becomes conflicted, 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 force-pushed the renovate/infection-infection-0.x branch from d1eada6 to 5b66ccb Compare August 4, 2025 18:57
@renovate renovate Bot changed the title Update dependency infection/infection to ^0.30.0 Update dependency infection/infection to ^0.31.0 Aug 4, 2025
@renovate renovate Bot force-pushed the renovate/infection-infection-0.x branch from 5b66ccb to f3a8575 Compare December 26, 2025 11:39
@renovate renovate Bot changed the title Update dependency infection/infection to ^0.31.0 Update dependency infection/infection to ^0.32.0 Dec 26, 2025
@renovate renovate Bot force-pushed the renovate/infection-infection-0.x branch from f3a8575 to 5a8034b Compare April 24, 2026 00:48
@codecov-commenter

codecov-commenter commented Apr 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (da61b51) to head (6565a8d).

Additional details and impacted files
@@             Coverage Diff             @@
##              master        #6   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       249       249           
===========================================
  Files             17        17           
  Lines            621       621           
===========================================
  Hits             621       621           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate Bot changed the title Update dependency infection/infection to ^0.32.0 Update dependency infection/infection to ^0.33.0 May 17, 2026
@renovate renovate Bot force-pushed the renovate/infection-infection-0.x branch from 5a8034b to 6565a8d Compare May 17, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant