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

Bump phpstan/phpstan from 2.0.3 to 2.1.1 #1118

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps phpstan/phpstan from 2.0.3 to 2.1.1.

Release notes

Sourced from phpstan/phpstan's releases.

2.1.1

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Update PHP-Parser and BetterReflection (#3767)
    • Simplify code thanks to PHP-Parser update
    • Simplify code thanks to BetterReflection update
    • PropertyHookReturnStatementsNode is invoked for short body hooks
    • ShortGetPropertyHookReturnTypeRule is no longer needed
    • PropertyHookNameVisitor is no longer needed, PHP-parser comes with propertyName attribute

2.1.0

Read all about this release on PHPStan's blog!

Major new features 🚀

  • Support for PHP 8.4's property hooks (RFC)
  • Support for PHP 8.4's asymmetric visibility (RFC)
  • Support for PHP 8.4's #[Deprecated] attribute (RFC)

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:
</tr></table> 

... (truncated)

Commits
  • cd6e973 PHPStan 2.1.1
  • 9926b8e Verify playground.neon before deploying playground-runner
  • 4a09315 Update config-reference.md
  • 14a93e4 Playground - promote reportPossiblyNonexistentGeneralArrayOffset and `repor...
  • 9789b2c Update errors identifiers
  • 2f71247 Updated PHPStan to commit 2f712479fe1aa86f618a49fe4f36a3531230484b
  • 32b2f34 Playground - promote checkUninitializedProperties
  • ca86412 Updated PHPStan to commit ca86412b4c53af26c21ddb3dd01f3fe200f17b48
  • 7c8da1c Update errors identifiers
  • 59ccf55 Updated PHPStan to commit 59ccf550b002043e044f620d23432dbcbd3d6bfc
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 6, 2025
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.62%. Comparing base (c434bb7) to head (9366605).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1118   +/-   ##
=======================================
  Coverage   50.62%   50.62%           
=======================================
  Files          80       80           
  Lines       10263    10263           
=======================================
  Hits         5196     5196           
  Misses       5067     5067           
Flag Coverage Δ
tests 50.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dependabot dependabot bot force-pushed the dependabot/composer/phpstan/phpstan-2.1.1 branch from 4761a35 to b9bd3a5 Compare January 6, 2025 07:41
@nanasess nanasess added this to the 2.18(仮) milestone Jan 6, 2025
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan/phpstan-2.1.1 branch from b9bd3a5 to e664c98 Compare January 6, 2025 09:33
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.0.3...2.1.1)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan/phpstan-2.1.1 branch from e664c98 to 10540e7 Compare January 6, 2025 10:34
@nanasess nanasess enabled auto-merge January 7, 2025 07:06
Copy link
Contributor

@nanasess nanasess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nanasess nanasess merged commit afc4340 into master Jan 7, 2025
108 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan/phpstan-2.1.1 branch January 7, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant