Skip to content

chore(deps): update dependency phpstan/phpstan to v1.9.5 #76

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

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev patch 1.9.4 -> 1.9.5

Release Notes

phpstan/phpstan

v1.9.5

Compare Source

Improvements 🔧

  • Improve constant string union handling for concat and encapsed string (#​2057), thanks @​schlndh!
  • PhpVersion: supportsDisjunctiveNormalForm (#​2130), thanks @​janedbal!
  • Constant scalar types might accept general type from the same family (#​2131) - this moves some errors from earlier levels to level 7
  • Implement OversizedArrayBuilder to improve huge constant array performance (#​2116), #​8215, thanks @​staabm!
  • Improve performance again by dumbing down nested arrays (#​2077)
  • Result cache should not be invalidated by changes to editorUrl, editorUrlTitle and errorFormat parameters (#​2136), thanks @​bendavies!
  • Faster MutatingScope::shouldInvalidateExpression() (#​2139), thanks @​staabm!
  • Add ReturnStatementsNode::hasNativeReturnTypehint() (#​2141), thanks @​janedbal!
  • TypeNodeResolver - lowercase-string and non-empty-lowercase-string are known (phpstan/phpstan-src@884ceb0)

Bugfixes 🐛

Internals 🔍


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.

🔕 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 Jan 3, 2023

Codecov Report

Base: 81.30% // Head: 81.34% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (8a2bb45) compared to base (51ac355).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
+ Coverage     81.30%   81.34%   +0.03%     
  Complexity       55       55              
============================================
  Files             8        8              
  Lines           214      193      -21     
============================================
- Hits            174      157      -17     
+ Misses           40       36       -4     
Impacted Files Coverage Δ
src/Clients/Consumer/WithSignalControl.php 88.88% <0.00%> (-5.56%) ⬇️
.../Clients/Consumer/Exception/IncompatibleStatus.php 100.00% <0.00%> (ø)
src/Clients/Consumer/KafkaConsumer.php 70.00% <0.00%> (+0.35%) ⬆️
src/Clients/Producer/KafkaProducer.php 85.71% <0.00%> (+0.42%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot merged commit 18b6d81 into master Jan 3, 2023
@renovate renovate bot deleted the renovate/phpstan branch January 3, 2023 03:08
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.

0 participants