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.7 #24

Merged
merged 1 commit into from
Jul 10, 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.7 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.11.7

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • getimagesize, getimagesizefromstring: zero is a possible value for height and width (#​3207), thanks @​mfruehauf!

Internals 🔍

v1.11.6

Compare Source

v1.11.5

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 🤖

Internals 🔍

v1.11.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

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 🔍


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 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 e9ca15b to 3fa3dfd Compare May 15, 2024 12:24
@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 3fa3dfd to 3d95793 Compare May 24, 2024 13:47
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 3d95793 to 8553c32 Compare May 31, 2024 14:06
@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
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8553c32 to 179d5ee Compare June 6, 2024 13:02
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.3 Update dependency phpstan/phpstan to v1.11.4 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 179d5ee to 647a1e0 Compare June 17, 2024 16:24
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.4 Update dependency phpstan/phpstan to v1.11.5 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 647a1e0 to 263560f Compare July 1, 2024 19:33
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.5 Update dependency phpstan/phpstan to v1.11.6 Jul 1, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 263560f to 46a6598 Compare July 6, 2024 14:17
@renovate renovate bot changed the title Update dependency phpstan/phpstan to v1.11.6 Update dependency phpstan/phpstan to v1.11.7 Jul 6, 2024
@Mopolo Mopolo merged commit a5ad753 into master Jul 10, 2024
4 checks passed
@Mopolo Mopolo deleted the renovate/phpstan-packages branch July 10, 2024 19:12
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.

1 participant