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

chore(deps): update dependency phpstan/phpstan to v1.11.5 #39

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.10.36 -> 1.11.5 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

v1.11.5

Compare Source

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 🔍

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 🚀

  • New PHPDoc tags: @phpstan-require-extends, @phpstan-require-implements, [#​10302](https://togithu

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.

@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.03%. Comparing base (c6e32b2) to head (606d377).

Current head 606d377 differs from pull request most recent head e5375d3

Please upload reports for the commit e5375d3 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #39   +/-   ##
=========================================
  Coverage     94.03%   94.03%           
  Complexity      142      142           
=========================================
  Files            10       10           
  Lines           369      369           
=========================================
  Hits            347      347           
  Misses           22       22           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.37 chore(deps): update dependency phpstan/phpstan to v1.10.38 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from bb7c33a to 76daa90 Compare October 6, 2023 15:21
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.38 chore(deps): update dependency phpstan/phpstan to v1.10.39 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 76daa90 to 1c694ba Compare October 17, 2023 19:21
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.39 chore(deps): update dependency phpstan/phpstan to v1.10.40 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 1c694ba to 79143c5 Compare October 30, 2023 16:59
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.40 chore(deps): update dependency phpstan/phpstan to v1.10.41 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 79143c5 to 8c8b2cf Compare November 5, 2023 15:17
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.41 chore(deps): update dependency phpstan/phpstan to v1.10.42 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8c8b2cf to 63fe39b Compare November 17, 2023 15:46
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.42 chore(deps): update dependency phpstan/phpstan to v1.10.43 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 1677748 to 5b4769d Compare November 21, 2023 16:35
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.43 chore(deps): update dependency phpstan/phpstan to v1.10.44 Nov 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.44 chore(deps): update dependency phpstan/phpstan to v1.10.45 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 5b4769d to e6b12d7 Compare November 27, 2023 15:12
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.45 chore(deps): update dependency phpstan/phpstan to v1.10.46 Nov 28, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from e6b12d7 to 6c12ff1 Compare November 28, 2023 18:43
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.46 chore(deps): update dependency phpstan/phpstan to v1.10.47 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 6c12ff1 to 21c18f2 Compare December 1, 2023 15:32
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.47 chore(deps): update dependency phpstan/phpstan to v1.10.48 Dec 8, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 41ffce9 to 2799f11 Compare December 12, 2023 13:14
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.48 chore(deps): update dependency phpstan/phpstan to v1.10.49 Dec 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.49 chore(deps): update dependency phpstan/phpstan to v1.10.50 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 2799f11 to d492b9d Compare December 13, 2023 14:14
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from d492b9d to eecd5ac Compare January 4, 2024 21:34
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.50 chore(deps): update dependency phpstan/phpstan to v1.10.51 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from eecd5ac to 928ffa9 Compare January 5, 2024 12:01
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.58 chore(deps): update dependency phpstan/phpstan to v1.10.59 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from e8c3762 to 8b45e78 Compare March 7, 2024 14:58
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.59 chore(deps): update dependency phpstan/phpstan to v1.10.60 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 8b45e78 to 4582c56 Compare March 13, 2024 11:12
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.60 chore(deps): update dependency phpstan/phpstan to v1.10.61 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 4582c56 to b438b4a Compare March 13, 2024 13:58
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.61 chore(deps): update dependency phpstan/phpstan to v1.10.62 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from b438b4a to 6dc13b3 Compare March 18, 2024 19:08
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.62 chore(deps): update dependency phpstan/phpstan to v1.10.63 Mar 18, 2024
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.63 chore(deps): update dependency phpstan/phpstan to v1.10.64 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 15a36bf to 7c9fa44 Compare March 23, 2024 12:16
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.64 chore(deps): update dependency phpstan/phpstan to v1.10.65 Mar 23, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 7c9fa44 to 606d377 Compare March 28, 2024 18:10
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.65 chore(deps): update dependency phpstan/phpstan to v1.10.66 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 606d377 to b9dedfc Compare April 16, 2024 12:05
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.66 chore(deps): update dependency phpstan/phpstan to v1.10.67 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from b9dedfc to 91b89ce Compare May 13, 2024 06:30
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.10.67 chore(deps): update dependency phpstan/phpstan to v1.11.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 91b89ce to 71744f8 Compare May 15, 2024 18:48
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.0 chore(deps): update dependency phpstan/phpstan to v1.11.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 71744f8 to 7cc7123 Compare May 24, 2024 16:04
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.1 chore(deps): update dependency phpstan/phpstan to v1.11.2 May 24, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 7cc7123 to 121b019 Compare May 31, 2024 14:35
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.2 chore(deps): update dependency phpstan/phpstan to v1.11.3 May 31, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 121b019 to ef819f5 Compare June 6, 2024 13:52
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.3 chore(deps): update dependency phpstan/phpstan to v1.11.4 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ef819f5 to e5375d3 Compare June 17, 2024 18:13
@renovate renovate bot changed the title chore(deps): update dependency phpstan/phpstan to v1.11.4 chore(deps): update dependency phpstan/phpstan to v1.11.5 Jun 17, 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