Skip to content

Update PHPStan packages (major) - autoclosed - #9

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-phpstan-packages
Closed

Update PHPStan packages (major) - autoclosed#9
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-phpstan-packages

Conversation

@renovate

@renovate renovate Bot commented Nov 11, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ekino/phpstan-banned-code ^2.1^3.0 age confidence
phpstan/phpstan ^1.12.7^2.0.0 age confidence
phpstan/phpstan-phpunit ^1.4.0^2.0.0 age confidence

Release Notes

ekino/phpstan-banned-code (ekino/phpstan-banned-code)

v3.0.0

Compare Source

  • Updated to PHPStan 2.0
phpstan/phpstan-phar-composer-source (phpstan/phpstan)

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

v2.1.22

Compare Source

v2.1.21

Compare Source

v2.1.20

Compare Source

v2.1.19

Compare Source

v2.1.18

Compare Source

v2.1.17

Compare Source

v2.1.16

Compare Source

v2.1.15

Compare Source

v2.1.14

Compare Source

v2.1.13

Compare Source

v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

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

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

v2.0.7

Compare Source

  • 9a9b161 - Make AssertEqualsIsDiscouragedRule auto-fixable
  • 2e07610 - Check isFirstClassCallable before accessing getArgs
  • 22c6949 - Make phpunit.dataProviderStatic auto-fixable
  • d35895e - chore(deps): update metcalfc/changelog-generator action to v4.6.2

v2.0.6

Compare Source

  • 6b92469 - Fix build
  • 0aef32f - Improve logic MockMethodCallRule to search for method even on wrong type

v2.0.5

Compare Source

  • 4d2b44b - InvocationMocker class no longer exists
  • 1f36fc5 - Use DataProvider attribute
  • bf031ae - Test PHPUnit v12
  • 40fbbc1 - chore(deps): update metcalfc/changelog-generator action to v4.5.0
  • 1a07095 - Add non regression test for #​222
  • eb88670 - Always install nikic/php-parser v5
  • 19f8059 - Do not generate code coverage
  • 630aa99 - Remove deprecated assert
  • 342b6c1 - Data providers must be static
  • 846d161 - Test multiple PHPUnit versions
  • 855b82c - Remove config.platform
  • 0f857bf - Introduce phpstan-deprecation-rules
  • 17bbfd3 - Update LICENSE

v2.0.4

Compare Source

  • d09e152 - Fix error message for "assertNotEquals" usage referencing "assertSame" and "assertEquals"

v2.0.3

Compare Source

  • e32ac65 - Support assertNotEquals in AssertEqualsIsDiscouragedRule

v2.0.2

Compare Source

  • 2cedfb7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 10880da - Implement AssertEqualsIsDiscouragedRule (#​216)
  • 4b6ad7f - Fix
  • bec49ea - Merge branch '1.4.x' into 2.0.x
  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x

v2.0.1

Compare Source

  • 4b6ad7f - Fix
  • bec49ea - Merge branch '1.4.x' into 2.0.x
  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x

v2.0.0

Compare Source

  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x
  • 146d9c3 - Test newer PHP versions
  • bb6bec0 - Pin build-cs

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.

👻 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 changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Nov 13, 2024
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from 33c382b to 6fcfe80 Compare November 13, 2024 10:48
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Mar 31, 2025
@renovate renovate Bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Mar 31, 2025
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jul 2, 2025
@renovate renovate Bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jul 2, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from 6fcfe80 to f01e9f4 Compare July 29, 2025 03:25
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jul 29, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from f01e9f4 to b60fc4e Compare July 29, 2025 05:26
@renovate renovate Bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jul 29, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from b60fc4e to 780b9b4 Compare August 27, 2025 22:55
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Aug 27, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from 780b9b4 to f2f6fcc Compare August 28, 2025 01:27
@renovate renovate Bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Aug 28, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from f2f6fcc to 1d5c0b3 Compare October 9, 2025 11:05
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Oct 9, 2025
@renovate renovate Bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Oct 9, 2025
@renovate
renovate Bot force-pushed the renovate/major-phpstan-packages branch from 1d5c0b3 to fe971f6 Compare October 9, 2025 15:29
@renovate renovate Bot changed the title Update PHPStan packages (major) Update PHPStan packages (major) - autoclosed Jan 28, 2026
@renovate renovate Bot closed this Jan 28, 2026
@renovate
renovate Bot deleted the renovate/major-phpstan-packages branch January 28, 2026 11:57
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