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 dependency phpstan/phpstan to v1.11.3 #225

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.4.3 -> 1.11.3 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.11.3

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.11.2

Compare Source

Improvements 🔧

Function signature fixes 🤖

Internals 🔍

v1.11.1

Compare Source

Improvements 🔧

  • Support integer ranges in sprintf() constant result inference (#​3075), thanks @​staabm!

Bugfixes 🐛

Function signature fixes 🤖

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 🔍

v1.10.67

Compare Source

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#​3011), thanks @​janedbal!

v1.10.66

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Prevent unnecessary calls into reflection from JSON extensions (#​2994), thanks @​staabm!

v1.10.65

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.10.64

Compare Source

Bleeding edge 🔪

  • Fail build when project config uses custom extensions outside of analysed paths
    • This will only occur after a run that uses already present and valid result cache

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 🤖

v1.10.63

Compare Source

v1.10.62

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.61

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.60

Compare Source

Learn more about this release in an article on phpstan.org!

Major new features 🚀

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 🔍

v1.10.59

Compare Source

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 🔍

v1.10.58

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

v1.10.57

Compare Source

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 🤖

v1.10.56

Compare Source

Major new feature 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍


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 this update again.


  • 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 force-pushed the renovate/phpstan-packages branch from 5ee8b30 to 36123d9 Compare June 1, 2023 20:42
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.7 Update dependency phpstan/phpstan to v1.10.15 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 36123d9 to 6768a99 Compare June 5, 2023 11:57
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.15 Update dependency phpstan/phpstan to v1.10.16 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6768a99 to 3133bee Compare June 7, 2023 19:53
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.16 Update dependency phpstan/phpstan to v1.10.17 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 3133bee to 4d7b872 Compare June 7, 2023 22:11
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.17 Update dependency phpstan/phpstan to v1.10.18 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 4d7b872 to 4b143f1 Compare June 14, 2023 16:18
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.18 Update dependency phpstan/phpstan to v1.10.19 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 4b143f1 to ed28ac3 Compare June 20, 2023 14:23
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.19 Update dependency phpstan/phpstan to v1.10.20 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ed28ac3 to bd07324 Compare June 21, 2023 22:04
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.20 Update dependency phpstan/phpstan to v1.10.21 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from bd07324 to 112612b Compare June 30, 2023 21:06
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.21 Update dependency phpstan/phpstan to v1.10.22 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 112612b to 50b12a6 Compare July 4, 2023 15:41
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.22 Update dependency phpstan/phpstan to v1.10.23 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 50b12a6 to 67f52b5 Compare July 5, 2023 14:21
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.23 Update dependency phpstan/phpstan to v1.10.24 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 67f52b5 to 5b961e2 Compare July 6, 2023 16:56
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.24 Update dependency phpstan/phpstan to v1.10.25 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5b961e2 to 9374423 Compare July 19, 2023 15:40
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.25 Update dependency phpstan/phpstan to v1.10.26 Jul 19, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9374423 to 81a4b84 Compare August 5, 2023 12:02
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.26 Update dependency phpstan/phpstan to v1.10.27 Aug 5, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 81a4b84 to 93b26ec Compare August 8, 2023 13:56
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.27 Update dependency phpstan/phpstan to v1.10.28 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 93b26ec to a318ca1 Compare August 14, 2023 14:19
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.28 Update dependency phpstan/phpstan to v1.10.29 Aug 14, 2023
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.55 Update dependency phpstan/phpstan to v1.10.56 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from a33e397 to 5089b3b Compare January 24, 2024 13:42
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.56 Update dependency phpstan/phpstan to v1.10.57 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5089b3b to 37f5802 Compare February 12, 2024 23:02
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.57 Update dependency phpstan/phpstan to v1.10.58 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 37f5802 to 5c3d2be Compare February 20, 2024 16:17
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.58 Update dependency phpstan/phpstan to v1.10.59 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5c3d2be to c4ccbb8 Compare March 7, 2024 14:56
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.59 Update dependency phpstan/phpstan to v1.10.60 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from c4ccbb8 to 20d8683 Compare March 13, 2024 13:50
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.60 Update dependency phpstan/phpstan to v1.10.62 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 20d8683 to 5abddae Compare March 18, 2024 20:37
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.62 Update dependency phpstan/phpstan to v1.10.63 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5abddae to 4481181 Compare March 21, 2024 13:17
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.63 Update dependency phpstan/phpstan to v1.10.64 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 4481181 to 9a36ec8 Compare March 23, 2024 10:42
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.64 Update dependency phpstan/phpstan to v1.10.65 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9a36ec8 to 1341b9f Compare March 28, 2024 16:55
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.65 Update dependency phpstan/phpstan to v1.10.66 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 1341b9f to 9c5a628 Compare April 16, 2024 10:53
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.66 Update dependency phpstan/phpstan to v1.10.67 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 9c5a628 to b8618a7 Compare May 13, 2024 06:33
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.10.67 Update dependency phpstan/phpstan to v1.11.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from b8618a7 to d0da9de Compare May 15, 2024 11:57
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.0 Update dependency phpstan/phpstan to v1.11.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from d0da9de to aa900d6 Compare May 24, 2024 14:42
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.1 Update dependency phpstan/phpstan to v1.11.2 May 24, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from aa900d6 to 2102f60 Compare May 31, 2024 15:13
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.2 Update dependency phpstan/phpstan to v1.11.3 May 31, 2024
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