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 (major) - autoclosed #34

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ekino/phpstan-banned-code ^2.1 -> ^3.0 age adoption passing confidence
phpstan/phpstan ^1.12.13 -> ^2.0.0 age adoption passing confidence
phpstan/phpstan-phpunit ^1.4.2 -> ^2.0.0 age adoption passing confidence
phpstan/phpstan-symfony ^1.4.12 -> ^2.0.0 age adoption passing confidence

Release Notes

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

v3.0.0

Compare Source

  • Updated to PHPStan 2.0
phpstan/phpstan (phpstan/phpstan)

v2.1.1

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Update PHP-Parser and BetterReflection (#​3767)
    • Simplify code thanks to PHP-Parser update
    • Simplify code thanks to BetterReflection update
    • PropertyHookReturnStatementsNode is invoked for short body hooks
    • ShortGetPropertyHookReturnTypeRule is no longer needed
    • PropertyHookNameVisitor is no longer needed, PHP-parser comes with propertyName attribute

v2.1.0

Compare Source

Read all about this release on PHPStan's blog!

Major new features 🚀

  • Support for PHP 8.4's property hooks (RFC)
  • Support for PHP 8.4's asymmetric visibility (RFC)
  • Support for PHP 8.4's #[Deprecated] attribute (RFC)

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v2.0.4

Compare Source

This release includes improvements and fixes from PHPStan 1.12.13.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v2.0.3

Compare Source

This release includes improvements and fixes from PHPStan 1.12.12.

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v2.0.2

Compare Source

Improvements 🔧

Internals 🔍

v2.0.1

Compare Source

Bugfixes 🐛

v2.0.0

Compare Source

PHPStan 2.0

Read more about PHPStan 2.0.

Check out the UPGRADING guide!.

Buy the PHPStan elephpant and T-shirts!

Design 2

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

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

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
phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v2.0.1

Compare Source


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 (major) Update PHPStan packages to v2 (major) Dec 21, 2024
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Dec 21, 2024
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Dec 23, 2024
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Dec 23, 2024
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jan 1, 2025
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jan 1, 2025
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jan 2, 2025
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jan 2, 2025
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jan 3, 2025
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jan 3, 2025
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jan 4, 2025
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jan 4, 2025
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages to v2 (major) Jan 12, 2025
@renovate renovate bot changed the title Update PHPStan packages to v2 (major) Update PHPStan packages (major) Jan 12, 2025
@renovate renovate bot changed the title Update PHPStan packages (major) Update PHPStan packages (major) - autoclosed Jan 16, 2025
@renovate renovate bot closed this Jan 16, 2025
@renovate renovate bot deleted the renovate/major-phpstan-packages branch January 16, 2025 09:40
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