Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Change Age Confidence
shipmonk/dead-code-detector ^0.12.0^0.14.0 age confidence

Release Notes

shipmonk-rnd/dead-code-detector (shipmonk/dead-code-detector)

v0.14.1

Compare Source

Fixes:

  • Fix infinite run for huge unused subtrees while groupping errors (#​282)

v0.14.0

Compare Source

New features:

Improvements

  • All filepaths are now resolved relative to config file they reside (same as native PHPStan configs) (#​219)
    • usageProviders.symfony.configDir
    • usageExcluders.tests.devPaths

Dependencies

  • phpstan/phpstan now requires ^2.1.23 (was ^2.1.12) (#​254)

Breaking changes

v0.13.5

Compare Source

Improvements:

  • Symfony & Doctrine (#​258):
    • Support #[AsDoctrineListener]
    • Support #[AutoconfigureTag('doctrine.event_listener')]

v0.13.4

Compare Source

Fixes:

  • Fix disabling dead methods detection (#​257)

v0.13.3

Compare Source

Improvements:

v0.13.2

Compare Source

Fixes

  • Property hooks partial support; fix crash & false positives (#​244)

v0.13.1

Compare Source

Improvements

  • Symfony: support anonymous services in DIC (#​238)
  • Support @api over enums and enum cases (#​240)
  • Debug output not to report mixed over mixed usages caused by ReflectionClass<object>::getMethods() etc. (#​241)

v0.13.0

Compare Source

New features:

  • Detect dead enum cases (#​197); off by default, enable by:
parameters:
    shipmonkDeadCode:
        detect:
            deadEnumCases: true

Fixes

  • Fix false positive when @final class is inherited (#​233)
  • Fix debug output for overridden built-in methods (#​234)

Breaking changes:

  • ClassMemberRef is now generic, you may need to update phpdocs of those
  • ClassConstantRef constructor now requires TrinaryLogic $isEnumCase argument

Dependencies

  • phpstan/phpstan now requires ^2.1.12 (was ^2.1.9)

v0.12.4

Compare Source

Fixes:

  • Detect also overriden vendor constants (#​225)

v0.12.3

Compare Source

Fixes:

  • Fix false positive with interface parent (#​221)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

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.

0 participants