Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PHPStan packages #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ergebnis/phpstan-rules ^2.6.1 -> ^2.8.0 age adoption passing confidence
phpstan/phpstan ^2.1.1 -> ^2.1.6 age adoption passing confidence
phpstan/phpstan-phpunit ^2.0.3 -> ^2.0.4 age adoption passing confidence
phpstan/phpstan-strict-rules ^2.0.2 -> ^2.0.3 age adoption passing confidence
shipmonk/dead-code-detector ^0.7.0 -> ^0.8.1 age adoption passing confidence

Release Notes

ergebnis/phpstan-rules (ergebnis/phpstan-rules)

v2.8.0

Compare Source

For a full diff see [2.7.0...2.8.0][2.7.0...2.8.0].

Added
  • Added allRules parameter to allow disabling and enabling all rules ([#​913]), by [@​localheinz]
  • Added Expressions\NoAssignByReferenceRule, which reports an error when a variable is assigned by reference ([#​914]), by [@​localheinz]

v2.7.0

Compare Source

For a full diff see [2.6.1...2.7.0][2.6.1...2.7.0].

Added
  • Added Closures\NoParameterPassedByReferenceRule, Functions\NoParameterPassedByReferenceRule, Methods\NoParameterPassedByReferenceRule, which report an error when a closure, a function, or a method has a parameter that is passed by reference ([#​911]), by [@​localheinz]
  • Added Functions\NoReturnByReferenceRule and Methods\NoReturnByReferenceRule, which report an error when a function or a method returns by reference ([#​912]), by [@​localheinz]
phpstan/phpstan (phpstan/phpstan)

v2.1.6

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v2.1.5

Compare Source

Improvements 🔧

Bugfixes 🐛

v2.1.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v2.1.3

Compare Source

If you're using larastan/larastan PHPStan extension, please update to version 3.0.4 alongside PHPStan 2.1.3 for improved compatibility with the new generic static<...> type. Thank you.

This release includes fixes and improvements from PHPStan 1.12.17. Most impportantly it introduces GenericStaticType - support for static<...> (#​1289), #​12485, #​11398, #​10417, #​9807, #​9449, #​8623, #​5512

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v2.1.2

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)

v2.0.4

Compare Source

  • d09e152 - Fix error message for "assertNotEquals" usage referencing "assertSame" and "assertEquals"
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)

v2.0.3

Compare Source

  • 8b88b5f - Deprecated parent constructor must not be called
shipmonk-rnd/dead-code-detector (shipmonk/dead-code-detector)

v0.8.1

Compare Source

Fixes:

  • Symfony: fix DIC filepath for phpstan-symfony 2.0.2 (#​138)

v0.8.0

Compare Source

New features

  • Symfony:
    • detect constants used in config yamls via !php const Foo\Bar::BAZ (#​131)
    • detect methods called by DIC, e.g. factory: [Acme\SerializerFactory, create] (#​128)

Fixes

  • Reflection:
    • support accessing members present only on descendants (#​134)
    • proper transitivity detection (#​135)
  • Fix missing parts of vendor class hierarchy (#​136)

Configuration

📅 Schedule: Branch creation - "* 6-22/3 * * 1-5,* 12-23/3 * * 0,6" in timezone Europe/Amsterdam, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added Dependencies 📦 Pull requests that update a dependency file PHP 🐘 Hypertext Pre Processor labels Jan 22, 2025
@renovate renovate bot requested a review from WyriHaximus as a code owner January 22, 2025 11:03
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from fd99556 to a56a9a2 Compare January 22, 2025 15:38
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from ec03957 to a05e31e Compare February 13, 2025 13:49
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from f464e2a to 08c367c Compare February 18, 2025 13:15
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 08c367c to cd62de2 Compare February 19, 2025 18:08
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 JSON 👨‍💼 PHP 🐘 Hypertext Pre Processor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants