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 packages #572

Open
wants to merge 1 commit into
base: 1.0.x
Choose a base branch
from
Open

Update PHPStan packages #572

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpstan/phpstan 1.10.7 -> 1.11.5 age adoption passing confidence
phpstan/phpstan-deprecation-rules 1.1.3 -> 1.2.0 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.10 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-strict-rules 1.5.0 -> 1.6.0 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.


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the renovate label Oct 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from f8c7405 to 6d6f991 Compare November 5, 2023 15:06
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from e5391a1 to 1bc432a Compare November 21, 2023 17:27
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 6da6d44 to cbcdbde Compare December 1, 2023 16:35
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 881ec99 to 0912b93 Compare December 13, 2023 11:12
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 5 times, most recently from b27e5b0 to 96d8b7b Compare January 8, 2024 14:40
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 96d8b7b to 1e55d4d Compare January 15, 2024 11:33
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 1e55d4d to 2cc4c36 Compare January 24, 2024 12:55
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 2cc4c36 to 18569bd Compare February 12, 2024 23:09
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 362bda6 to ff6e98b Compare February 23, 2024 11:00
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from 606a6b1 to 446764e Compare March 13, 2024 14:20
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 3 times, most recently from b669ab6 to 12c1bc8 Compare March 23, 2024 11:11
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 12c1bc8 to 87c48da Compare March 28, 2024 20:13
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from 87c48da to 8eac60b Compare April 6, 2024 08:29
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 395ae86 to 06d2e4d Compare April 19, 2024 17:00
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 0fe1206 to ee36bd8 Compare May 15, 2024 13:59
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from ee36bd8 to b1a58c7 Compare May 24, 2024 14:36
@renovate renovate bot force-pushed the renovate/phpstan-packages branch 2 times, most recently from 800b379 to e45d3ff Compare June 6, 2024 13:04
| datasource | package                           | from   | to     |
| ---------- | --------------------------------- | ------ | ------ |
| packagist  | phpstan/phpstan                   | 1.10.7 | 1.11.5 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.3  | 1.2.0  |
| packagist  | phpstan/phpstan-phpunit           | 1.3.10 | 1.4.0  |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.0  | 1.6.0  |
@renovate renovate bot force-pushed the renovate/phpstan-packages branch from e45d3ff to 3e21e7e Compare June 17, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants