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 (minor) #4003

Merged
merged 1 commit into from
May 13, 2024
Merged

Update phpstan (minor) #4003

merged 1 commit into from
May 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.10.67 -> 1.11.0 age adoption passing confidence
phpstan/phpstan-doctrine 1.3.69 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.16 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-symfony 1.3.12 -> 1.4.0 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.11.0

Compare Source

Read the article about PHPStan 1.11 on phpstan.org »

Major new features 🚀

  • Error identifiers
  • PHPStan Pro Reboot
    • A new migration wizard will effortlessly migrate all your @phpstan-ignore-line and @phpstan-ignore-next-line to the new @phpstan-ignore comment style with error identifiers. The old comment style is dangerous because it ignores all errors, current and future, on that line.
    • Revamped UI for much more comfortable viewing and browsing of reported errors
    • The new UI also lets you browse ignored errors, from ignoreErrors, from your baseline and also ignored locally in source code using comments
    • Streaming errors during launch: You don't have to wait for the analysis to complete, you can see errors as they come in during the analysis
    • Support for mapping file paths to the host filesystem when running in Docker or remotely
    • Try it out by running PHPStan with --pro CLI option
  • PHPDoc tags describing callable lifecycle: @param-immediately-invoked-callable, @param-later-invoked-callable
  • PHPDoc tag @param-closure-this to describe what $this is bound to in a passed closure
  • Two new config options around stricter offset checks in arrays (#​3028), #​7553, thanks @​ttomdewit!

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 🔍

phpstan/phpstan-doctrine (phpstan/phpstan-doctrine)

v1.4.0

Compare Source

  • 4b66f5c - Fix
  • 776038d - Fix
  • d951254 - Allow PHP errors in specific test to workaround Doctrine parser bug
  • bcb451f - Update lock-closed-issues.yml
  • d2282b6 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 27f09a4 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • cd29b4c - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 849b856 - Add try catch
  • c71d936 - Fix
  • 2519289 - Fix
  • 179ca9b - Use conditional loading
  • 3819054 - Synchronize with doctrine
  • 0c5f7f3 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 0d96737 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 0871900 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • cf8f114 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 9c4935f - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 6c1d4cb - Update github-actions
  • e3a05e7 - Update metcalfc/changelog-generator action to v4.3.1
  • 5ca0f53 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 6d758ad - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • e5442ed - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 0b14d67 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 5a343c5 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 97f8ecc - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • bc1c6fa - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 3f5f724 - Readme: add reportDynamicQueryBuilders
  • e25daa3 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 6827950 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 24adb0e - Revert "Handle all hydration mode in QueryResultDynamicReturnTypeExtension"
  • 19dd2dd - Handle all hydration mode in QueryResultDynamicReturnTypeExtension
  • dfa9df9 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • c714ac7 - Fix test
  • 8a49521 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • e764a6a - Fix test
  • f928aa2 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 19d33c4 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • b15c279 - Update workflow
  • cdaaaa3 - Merge branch '1.3.x' into 1.4.x
  • 73744f9 - Merge branch '1.3.x' into 1.4.x
  • ce6afae - Merge branch '1.3.x' into 1.4.x
  • 4f58abc - Add test for #​501
  • 310ab0f - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • eb6e8eb - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • ffb83c1 - Merge branch '1.3.x' into 1.4.x
  • 4bd03bf - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 4ec70ff - Update metcalfc/changelog-generator action to v4.2.0
  • a6da790 - Update dessant/lock-threads action to v5
  • bbae9dc - Merge branch '1.3.x' into 1.4.x
  • 01142c9 - Merge branch '1.3.x' into 1.4.x
  • aad14a4 - Merge branch '1.3.x' into 1.4.x
  • abf994a - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 49f5137 - Remove unneeded @var
  • 324d3cd - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 39d78ad - Merge branch '1.3.x' into 1.4.x
  • 0866c0b - Merge branch '1.3.x' into 1.4.x
  • 6bdc6a1 - Merge branch '1.3.x' into 1.4.x
  • 95a8b4f - Update actions/checkout action to v4
  • 5d60a5b - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • bf9c2ea - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 064c30a - Require PHPStan 1.11
  • c6f09ea - Open 1.4.x-dev
phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)

v1.4.0

Compare Source

  • f3ea021 - Update lock-closed-issues.yml
  • f93aec7 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 77bdf96 - Update metcalfc/changelog-generator action to v4.3.1
  • 6a1df9a - Update cbrgm/mastodon-github-action action to v2
  • e95a58b - Update metcalfc/changelog-generator action to v4.2.0
  • 77345df - Update dessant/lock-threads action to v5
  • 99bb21e - Merge branch '1.3.x' into 1.4.x
  • ac8ea99 - Update actions/checkout action to v4
  • 529f300 - Merge branch '1.3.x' into 1.4.x
  • 62e883e - Open 1.4.x-dev
  • 97ec1d3 - Merge branch '1.3.x' into 1.4.x
  • 4d99a7d - Require PHPStan 1.11
  • 908e232 - Error identifiers
phpstan/phpstan-symfony (phpstan/phpstan-symfony)

v1.4.0

Compare Source

  • 51183fe - Update lock-closed-issues.yml
  • f4b9407 - Synchronize stub with symfony
  • 3fbf634 - Synchronize stub with symfony
  • 99848d8 - Add stub for Compound::getConstraints()
  • 8148308 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • c9f5ceb - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 67e208d - Add documentation to load DI helper
  • a0e0f1f - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • b2ddd0f - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 3b3083d - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 4cc4788 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • 44b68dd - chore(deps): update dessant/lock-threads action to v5
  • 5586faa - Merge branch '1.3.x' into 1.4.x
  • b9e1ded - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • ce3c258 - Error identifiers
  • 6a0cefe - Require PHPStan 1.11
  • 67cf72e - Open 1.4.x-dev

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) May 13, 2024 06:40
auto-merge was automatically disabled May 13, 2024 06:41

Base branch requires signed commits

@renovate renovate bot merged commit c288750 into main May 13, 2024
8 checks passed
@renovate renovate bot deleted the renovate/phpstan branch May 13, 2024 09:30
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.

None yet

0 participants