Skip to content

fix(deps): update phpstan packages to 2.1.40#74

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/phpstan-packages
Open

fix(deps): update phpstan packages to 2.1.40#74
renovate[bot] wants to merge 1 commit intomainfrom
renovate/phpstan-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

This PR contains the following updates:

Package Change Age Confidence
phpstan/phpstan 2.1.222.1.40 age confidence
phpstan/phpstan-phpunit 2.0.72.0.16 age confidence
phpstan/phpstan-symfony 2.0.72.0.15 age confidence

Release Notes

phpstan/phpstan-phar-composer-source (phpstan/phpstan)

v2.1.40

Compare Source

v2.1.39

Compare Source

v2.1.38

Compare Source

v2.1.37

Compare Source

v2.1.36

Compare Source

v2.1.35

Compare Source

v2.1.34

Compare Source

v2.1.33

Compare Source

v2.1.32

Compare Source

v2.1.31

Compare Source

v2.1.30

Compare Source

v2.1.29

Compare Source

v2.1.28

Compare Source

v2.1.27

Compare Source

v2.1.26

Compare Source

v2.1.25

Compare Source

v2.1.24

Compare Source

v2.1.23

Compare Source

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

v2.0.16

Compare Source

  • 6ab598e - DataProviderDataRule: Optimize hot path

v2.0.15

Compare Source

  • 0f6ba8e - DataProviderReturnTypeIgnoreExtension - ignore Iterator, Generator, IteratorAggregate too

v2.0.14

Compare Source

  • f7553d6 - Add support for createMockForIntersectionOfInterfaces

v2.0.13

Compare Source

  • 45bc1ad - Implement DynamicCallToAssertionIgnoreExtension
  • 590b84d - chore(deps): update wyrihaximus/github-action-get-previous-tag action to v2
  • 4d1d776 - Add keywords for static analysis in composer.json

v2.0.12

Compare Source

  • e4c5a22 - TestMethodsHelper - class methods cache
  • 80091f9 - TestMethodsHelper - speed-up by asking for immediate methods only

v2.0.11

Compare Source

  • 5e30669 - Perf: Refactor PHPUnitVersionDetector to use runtime reflection
  • 202afe9 - chore(deps): update github-actions

v2.0.10

Compare Source

  • 8d61a58 - Remove checkDataProviderData and introduce reportMissingDataProviderReturnType

v2.0.9

Compare Source

  • cda423c - Implement AttributeRequiresPhpVersionRule
  • 83b717d - ci: Add tests for PHP 8.5
  • 75ba948 - chore(deps): update actions/checkout action to v6

v2.0.8

Compare Source

  • 2fe9fbe - Fix AssertSameWithCountRule for recursive count()
  • d935297 - Fix "Unexpected input(s) 'extensions', valid inputs are ['php-version', 'php-extensions', 'build-infection-path']"
  • 8532ceb - Make AssertSameNullExpectedRule auto-fixable
  • a4abfc1 - Use TypeSystem in AssertSameBooleanExpectedRule
  • 36cb9a6 - Make AssertSameBooleanExpectedRule auto-fixable
  • 450bfc0 - Added assertArrayHasKey() expectations
  • 033f690 - PHPUnit 9.x/10.x does not at all support named arguments from data-providers
  • 758d343 - Refactor PHPUnitVersionDetector to ease different major version checks
  • dd87f2e - Assert*Rules: Do cheap checks first (#​247)
  • 5c89d74 - Ignore missingType.iterableValue for data-providers
  • 1fbc321 - move analyse-paths into phpstan.neon
  • 11f3ada - Fix mutation testing on dev branch (#​244)
  • 53e33fc - Setup mutation testing
  • 12676a7 - One more test
  • c81e395 - Fix memory consumption in DataProviderDataRule
  • 61860a6 - Implement DataProviderDataRule
  • 39950c7 - Preparational refactoring for DataProviderDataRule
  • c54a269 - Narrow too wide return type
  • 9ec3fa9 - Modernize code examples in README.md
  • b1df1f5 - chore(deps): update actions/checkout action to v5
  • 1d7eb7e - chore(deps): update eomm/why-don-t-you-tweet action to v2
phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v2.0.15

Compare Source

  • 9b85ab4 - Using messenger HandleTrait as QueryBus with appropriate result typing
  • 3783cc7 - Lint workflows
  • 7305b17 - [StepSecurity] ci: Harden GitHub Actions
  • 72d2516 - Simplify workflow by removing PHPSTAN_BOT_TOKEN
  • 359641d - Update README with missing feature descriptions
  • 4c7a7dd - Trigger react-on-comment workflow on issues opened and fall back to issue body
  • 591a1a6 - Add CLAUDE.md to .gitattributes export-ignore
  • fbeac69 - Add CLAUDE.md with project documentation
  • b8d8116 - Add Claude React on Comment workflow

v2.0.14

Compare Source

v2.0.13

Compare Source

  • 6feadf7 - Add BrowserKitAssertionTraitReturnTypeExtension (#​452)
  • a968c36 - Add keywords for static analysis in composer.json

v2.0.12

Compare Source

  • a46dd92 - Fix CS
  • 53e2128 - Fix RequiredAutowiringExtension for traits

v2.0.11

Compare Source

  • 32f0013 - Optimize RequiredAutowiringExtension

v2.0.10

Compare Source

  • 5a7ab53 - Fix Docblock for InputBag

v2.0.9

Compare Source

  • 24d8c15 - Fix compatibility with Symfony 7.4/8.0 - fix Call to method arrayNode() on an unknown class
  • df675ec - ci: Add tests for PHP 8.5
  • 8480f68 - chore(deps): update actions/checkout action to v6
  • b003bb4 - Update phpstan-phpunit to 2.0.8
  • 76cea4d - Fix "Possibly invalid array key type string|null."

v2.0.8

Compare Source

  • 8820c22 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 60b312d - chore(deps): update actions/checkout action to v5
  • 3d8847f - chore(deps): update eomm/why-don-t-you-tweet action to v2
  • 392f7ab - fix: Improve ParameterBag stub
  • 9c272bd - Add PropertyAccessor stub file alongside PropertyAccessorInterface
  • 5005288 - Do not narrow KernelTestCase::getContainer() return type to internal TestContainer
  • 582ddbc - Export-ignore github and editor config; remove leftover excludes
  • cf8c9c6 - chore(deps): update dependency psr/container to v1.1.2
  • 1430c2d - Fix build
  • dfb2387 - chore(deps): update metcalfc/changelog-generator action to v4.6.2
  • 648087f - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • deec7cc - chore(deps): update metcalfc/changelog-generator action to v4.5.0
  • 8f0edc7 - Merge branch '1.4.x' into 2.0.x
  • d589514 - Update LICENSE
  • 65f02c7 - Add result cache meta extension for DI container
  • 7417f3a - Configuration class no longer needed, pass arguments directly to services
  • c08cd8e - Fix CS after merge
  • fa54bd1 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 1ef4dce - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 55ff7b7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 282a698 - Fix after PHPStan update
  • bb3e671 - Cleanup skipCheckGenericClasses
  • 237165e - Fixes after PHPStan update
  • d1e08ac - Fixes after PHPStan update
  • a0572ad - Fixes after PHPStan update
  • 7e5633f - [BCB] Remove legacy config options with _ in their name
  • 4f260f0 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 3eb61a0 - Fixes after PHPStan update
  • bd9efb7 - Fixes after PHPStan update
  • 23a776d - Fixes after TypeSpecifier BC break
  • c88f96e - Drop dependency on nikic/php-parser
  • 90e8976 - Update build-cs
  • 2f736a6 - Stop testing PHP 7.2 and 7.3
  • 2c53b38 - Open 2.0.x

Configuration

📅 Schedule: 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 these updates 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 added the type/patch label Sep 19, 2025
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.28 fix(deps): update phpstan packages to 2.1.29 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 249b311 to 9f9c324 Compare September 25, 2025 10:39
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9f9c324 to 8800648 Compare October 2, 2025 18:57
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.29 fix(deps): update phpstan packages to 2.1.30 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8800648 to bd86b87 Compare October 10, 2025 16:54
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.30 fix(deps): update phpstan packages to 2.1.31 Oct 10, 2025
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.31 fix(deps): update phpstan packages to 2.1.32 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from bd86b87 to a37266a Compare November 11, 2025 18:01
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 5f3629b to 3b574f8 Compare December 5, 2025 09:52
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.32 fix(deps): update phpstan packages to 2.1.33 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from d4f67d8 to c692ed3 Compare December 6, 2025 14:09
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from c692ed3 to 949f1ec Compare December 19, 2025 15:43
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 949f1ec to 4f10b66 Compare December 30, 2025 15:08
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 4f10b66 to a802b22 Compare January 19, 2026 22:14
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.33 fix(deps): update phpstan packages to 2.1.34 Jan 19, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from a802b22 to 0bb1133 Compare January 20, 2026 18:00
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.34 fix(deps): update phpstan packages to 2.1.35 Jan 20, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 0bb1133 to d75f62a Compare January 21, 2026 16:51
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.35 fix(deps): update phpstan packages to 2.1.36 Jan 21, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 32be8ae to bc5afb5 Compare January 24, 2026 08:59
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.36 fix(deps): update phpstan packages to 2.1.37 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from bc5afb5 to 78a4c35 Compare January 30, 2026 18:13
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.37 fix(deps): update phpstan packages to 2.1.38 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 349f45c to aea0717 Compare February 1, 2026 17:08
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from e9d431d to 6004de4 Compare February 10, 2026 12:30
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.38 fix(deps): update phpstan packages to 2.1.39 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 2dcf6f3 to 6b73853 Compare February 14, 2026 09:24
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6b73853 to 7371b13 Compare February 23, 2026 16:38
@renovate renovate bot changed the title fix(deps): update phpstan packages to 2.1.39 fix(deps): update phpstan packages to 2.1.40 Feb 23, 2026
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| packagist  | phpstan/phpstan         | 2.1.22 | 2.1.40 |
| packagist  | phpstan/phpstan-phpunit | 2.0.7  | 2.0.16 |
| packagist  | phpstan/phpstan-symfony | 2.0.7  | 2.0.15 |
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 7371b13 to 01b0d54 Compare February 26, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants