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 phpstan packages #1564

Merged
merged 1 commit into from
May 16, 2024
Merged

chore(deps): update phpstan packages #1564

merged 1 commit into from
May 16, 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.1 age adoption passing confidence
phpstan/phpstan-phpunit 1.3.16 -> 1.4.0 age adoption passing confidence
phpstan/phpstan-strict-rules 1.5.5 -> 1.6.0 age adoption passing confidence

Release Notes

phpstan/phpstan (phpstan/phpstan)

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 🔍

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-strict-rules (phpstan/phpstan-strict-rules)

v1.6.0

Compare Source

  • 363f921 - Update lock-closed-issues.yml
  • bd4fada - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • c7b4d28 - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 1a51fae - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • b5233d5 - Fix build
  • d0dc2f0 - Update README.md
  • 85fdc50 - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 3d0ba5f - Merge remote-tracking branch 'origin/1.5.x' into 1.6.x
  • 3d33475 - Fix UselessCastRuleTest.
  • 2bc3967 - Update metcalfc/changelog-generator action to v4.3.1
  • 5981dc4 - Update cbrgm/mastodon-github-action action to v2
  • 2090cfc - Update metcalfc/changelog-generator action to v4.2.0
  • 1b125fb - Update dessant/lock-threads action to v5
  • a3b0404 - Merge branch '1.5.x' into 1.6.x
  • 3a67365 - Merge branch '1.5.x' into 1.6.x
  • 50aab8d - Open 1.6.x-dev
  • aeaa022 - Update actions/checkout action to v4
  • b7edb14 - Rename abstract OperandInArithmeticIncrementOrDecrementRuleTest
  • 88e714c - BooleanInBooleanAndRule, BooleanInBooleanOrRule - different identifier and description for logical operators
  • 477f53a - Error identifiers
  • 872bc91 - Removed some errors from RequireParentConstructCallRule - already reported by PHPStan core
  • bd3aa8b - Modernized rules with generics and RuleErrorBuilder
  • cca41e8 - Require PHPStan 1.11
  • 5c143aa - Next-gen coding standard workflow
  • a1891b4 - Update dependency slevomat/coding-standard to v8.12.0
  • fa91928 - Update dependency slevomat/coding-standard to v8.11.1
  • 1b9b85f - Update dependency slevomat/coding-standard to v8.11.0
  • 35fda6c - Update dependency slevomat/coding-standard to v8.10.0
  • ce264e3 - Update build-cs

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 16, 2024 08:44
@renovate renovate bot merged commit 3359820 into master May 16, 2024
10 of 15 checks passed
@renovate renovate bot deleted the renovate/phpstan branch May 16, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant