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

[TASK] Update PHPStan packages to v2 (major) #370

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan ^1.9 -> ^1.9 || ^2.0 age adoption passing confidence
phpstan/phpstan-phpunit ^1.1 -> ^1.1 || ^2.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

phpstan/phpstan (phpstan/phpstan)

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.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 - "* * * * 1-5" (UTC), 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.

🔕 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.

| datasource | package                 | from    | to    |
| ---------- | ----------------------- | ------- | ----- |
| packagist  | phpstan/phpstan         | 1.12.12 | 2.0.3 |
| packagist  | phpstan/phpstan-phpunit | 1.4.1   | 2.0.1 |
@renovate renovate bot added the dependencies Updates project dependencies label Dec 17, 2024
Copy link
Contributor Author

renovate bot commented Dec 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phpstan/phpstan:2.0.3 phpstan/phpstan-phpunit:2.0.1 --with-dependencies --ignore-platform-req ext-intl --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpstan/phpstan ^1.9 || ^2.0, found phpstan/phpstan[1.9.0, ..., 1.12.12, 2.0.0, 2.0.1, 2.0.2, 2.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - phpstan/extension-installer is locked to version 1.4.3 and an update of this package was not requested.
    - phpstan/extension-installer 1.4.3 requires phpstan/phpstan ^1.9.0 || ^2.0 -> found phpstan/phpstan[1.9.0, ..., 1.12.12, 2.0.0, 2.0.1, 2.0.2, 2.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - Root composer.json requires phpstan/phpstan-phpunit ^1.1 || ^2.0 -> satisfiable by phpstan/phpstan-phpunit[2.0.1].
    - phpstan/phpstan-phpunit 2.0.1 requires phpstan/phpstan ^2.0 -> found phpstan/phpstan[2.0.0, 2.0.1, 2.0.2, 2.0.3] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - saschaegerer/phpstan-typo3 is locked to version 1.10.2 and an update of this package was not requested.
    - saschaegerer/phpstan-typo3 1.10.2 requires phpstan/phpstan ^1.10.9 -> found phpstan/phpstan[1.10.9, ..., 1.12.12] but it conflicts with your temporary update constraint (phpstan/phpstan:2.0.3).
  Problem 5
    - ssch/typo3-rector is locked to version v2.12.0 and an update of this package was not requested.
    - ssch/typo3-rector v2.12.0 requires phpstan/phpstan ^1.10.56 -> found phpstan/phpstan[1.10.56, ..., 1.12.12] but it conflicts with your temporary update constraint (phpstan/phpstan:2.0.3).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@eliashaeussler eliashaeussler deleted the renovate/major-phpstan-packages branch December 17, 2024 10:13
Copy link
Contributor Author

renovate bot commented Dec 17, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 12370834235

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.771%

Totals Coverage Status
Change from base Build 12370798914: 0.0%
Covered Lines: 667
Relevant Lines: 743

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants