Update Composer development tooling dependencies#268
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update Composer development tooling dependencies#268renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
d611575 to
9c3f0a1
Compare
b612b8f to
6be1f64
Compare
5a1d56f to
e5fb074
Compare
3b21d8e to
d942e69
Compare
d942e69 to
967e6c9
Compare
76c550a to
31419f9
Compare
bdd93c6 to
df84aa2
Compare
df84aa2 to
d646721
Compare
3ec84b3 to
329ffc1
Compare
329ffc1 to
23caff5
Compare
ab0fbc3 to
9eafbb5
Compare
9eafbb5 to
57de705
Compare
e303982 to
02048e7
Compare
02048e7 to
e184229
Compare
e184229 to
1a5809b
Compare
1b90f20 to
e5e3e2d
Compare
2e7ed02 to
50bd7fa
Compare
3ace9af to
624196f
Compare
eba1e1c to
5881d7d
Compare
c710b64 to
17ece0a
Compare
17ece0a to
e2c9796
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1→^2.13.1^v3.47.1→^v3.94.0^1.0→^1.1.0^1.10.56→^1.12.32^1.1.4→^1.2.1^1.3.15→^1.4.2^1.5.2→^1.6.2^0.19.1→^0.19.8Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ergebnis/phpstan-rules (ergebnis/phpstan-rules)
v2.13.1Compare Source
For a full diff see [
2.13.0...2.13.1][2.13.0...2.13.1].Fixed
Files\NoPhpstanIgnoreRuleto traverse into all nodes ([#1011]), by [@localheinz]v2.13.0Compare Source
For a full diff see [
2.12.0...2.13.0][2.12.0...2.13.0].Added
Files\NoPhpstanIgnoreRule, which reports an error when a@phpstan-ignore,@phpstan-ignore-line, or@phpstan-ignore-next-linetag is used to suppress an error ([#1009]), by [@localheinz]Changed
phpstan/phpstan:^2.1.35([#1010]), by [@localheinz]v2.12.0Compare Source
For a full diff see [
2.11.0...2.12.0][2.11.0...2.12.0].Added
v2.11.0Compare Source
For a full diff see [
2.10.5...2.11.0][2.10.5...2.11.0].Changed
v2.10.5Compare Source
For a full diff see [
2.10.4...2.10.5][2.10.4...2.10.5].Fixed
Methods\NoNamedArgumentRuleto handle calls to constructors of variable class names ([#957]), by [@localheinz]Methods\NoNamedArgumentRuleto describe known calls only ([#958]), by [@localheinz]v2.10.4Compare Source
For a full diff see [
2.10.3...2.10.4][2.10.3...2.10.4].Fixed
Methods\NoNamedArgumentRuleto handle static calls on variable expressions ([#947]), by [@localheinz]Methods\NoNamedArgumentRuleto handle calls on invokables ([#948]), by [@localheinz]Methods\NoNamedArgumentRuleto handle calls on callables assigned to properties ([#949]), by [@localheinz]Methods\NoNamedArgumentRuleto handle all other calls with generic error message ([#951]), by [@localheinz]v2.10.3Compare Source
For a full diff see [
2.10.2...2.10.3][2.10.2...2.10.3].Fixed
Methods\InvokeParentHookMethodRuleto ignore comments ([#944]), by [@localheinz]v2.10.2Compare Source
For a full diff see [
2.10.1...2.10.2][2.10.1...2.10.2].Fixed
Methods\InvokeParentHookMethodRule([#943]), by [@localheinz]v2.10.1Compare Source
For a full diff see [
2.10.0...2.10.1][2.10.0...2.10.1].Fixed
Methods\InvokeParentHookMethodRule([#940]), by [@localheinz]v2.10.0Compare Source
For a full diff see [
2.9.0...2.10.0][2.9.0...2.10.0].Added
Methods\InvokeParentHookMethodRule, which reports an error when a hook method that overrides a hook method in a parent class does not invoke the overridden hook method in the expected order ([#939]), by [@localheinz]v2.9.0Compare Source
For a full diff see [
2.8.0...2.9.0][2.8.0...2.9.0].Added
CallLikes\NoNamedArgumentRule, which reports an error when an anonymous function, a function, or a method is invoked using a named argument ([#914]), by [@localheinz]Changed
phpstan/phpstan:^2.1.8([#938]), by [@localheinz]v2.8.0Compare Source
For a full diff see [
2.7.0...2.8.0][2.7.0...2.8.0].Added
allRulesparameter to allow disabling and enabling all rules ([#913]), by [@localheinz]Expressions\NoAssignByReferenceRule, which reports an error when a variable is assigned by reference ([#914]), by [@localheinz]v2.7.0Compare Source
For a full diff see [
2.6.1...2.7.0][2.6.1...2.7.0].Added
Closures\NoParameterPassedByReferenceRule,Functions\NoParameterPassedByReferenceRule,Methods\NoParameterPassedByReferenceRule, which report an error when a closure, a function, or a method has a parameter that is passed by reference ([#911]), by [@localheinz]Functions\NoReturnByReferenceRuleandMethods\NoReturnByReferenceRule, which report an error when a function or a method returns by reference ([#912]), by [@localheinz]v2.6.1Compare Source
For a full diff see [
2.6.0...2.6.1][2.6.0...2.6.1].Fixed
Methods\NoParameterWithNullableTypeDeclarationRuleto use the appropriate error identifier ([#902]), by [@manuelkiessling]v2.6.0Compare Source
For a full diff see [
2.5.2...2.6.0][2.5.2...2.6.0].Added
phpstan/phpstan:^2.0.0([#873]), by [@localheinz]v2.5.2Compare Source
For a full diff see [
2.5.1...2.5.2][2.5.1...2.5.2].Fixed
Closures\NoNullableReturnTypeDeclarationRule,Closures\NoParameterWithNullableTypeDeclarationRule,Functions\NoNullableReturnTypeDeclarationRule,Functions\NoParameterWithNullableTypeDeclarationRule,Methods\NoNullableReturnTypeDeclarationRule,Methods\NoParameterWithNullableTypeDeclarationRuleto detect cases wherenullis referenced with incorrect case or relative to the root namespace ([#897]), by [@localheinz]v2.5.1Compare Source
For a full diff see [
2.5.0...2.5.1][2.5.0...2.5.1].Fixed
Methods\FinalInAbstractClassRuleto ignore Doctrine embeddables and entities ([#396]), by [@localheinz]Expressions\NoCompactRuleto detect usages ofcompact()with incorrect case ([#889]), by [@localheinz]Methods\PrivateInFinalClassRuleto use more appropriate message when detecting aprotectedmethod in an anonymous class ([#890]), by [@localheinz]Methods\PrivateInFinalClassRuleto ignoreprotectedmethods from traits ([#891]), by [@localheinz]Methods\PrivateInFinalClassRuleto ignoreprotectedmethods withphpunit/phpunitattributes requiring methods to beprotected([#863]), by [@cosmastech]Methods\PrivateInFinalClassRuleto ignoreprotectedmethods withphpunit/phpunitannotations requiring methods to beprotected([#895]), by [@cosmastech]v2.5.0Compare Source
For a full diff see [
2.4.0...2.5.0][2.4.0...2.5.0].Added
Changed
nikic/php-parser([#878]), by [@localheinz]v2.4.0Compare Source
For a full diff see [
2.3.0...2.4.0][2.3.0...2.4.0].Added
v2.3.0Compare Source
For a full diff see [
2.2.0...2.3.0][2.2.0...2.3.0].Changed
v2.2.0Compare Source
For a full diff see [
2.1.0...2.2.0][2.1.0...2.2.0].Changed
nikic/php-parser:^5.0.0([#735]), by [@localheinz]PHP-CS-Fixer/shim (php-cs-fixer/shim)
v3.94.0Compare Source
v3.93.1Compare Source
v3.93.0Compare Source
v3.92.5Compare Source
v3.92.4Compare Source
v3.92.3Compare Source
v3.92.2Compare Source
v3.92.1Compare Source
v3.92.0Compare Source
v3.91.3Compare Source
v3.91.2Compare Source
v3.91.1Compare Source
v3.91.0Compare Source
v3.90.0Compare Source
v3.89.2Compare Source
v3.89.1Compare Source
v3.89.0Compare Source
v3.88.2Compare Source
v3.88.1Compare Source
v3.88.0Compare Source
v3.87.2Compare Source
v3.87.1Compare Source
v3.87.0Compare Source
v3.86.0Compare Source
v3.85.1Compare Source
v3.85.0Compare Source
v3.84.0Compare Source
v3.83.0Compare Source
v3.82.2Compare Source
v3.82.1Compare Source
v3.82.0Compare Source
v3.81.0Compare Source
v3.80.0Compare Source
v3.79.0Compare Source
v3.78.1Compare Source
v3.78.0Compare Source
v3.77.0Compare Source
v3.76.0Compare Source
v3.75.0Compare Source
v3.74.0Compare Source
v3.73.1Compare Source
v3.73.0Compare Source
v3.72.0Compare Source
v3.71.0Compare Source
v3.70.2Compare Source
v3.70.1Compare Source
v3.70.0Compare Source
v3.69.1Compare Source
v3.69.0Compare Source
v3.68.5Compare Source
v3.68.4Compare Source
v3.68.3Compare Source
v3.68.2Compare Source
v3.68.1Compare Source
v3.68.0Compare Source
v3.67.1Compare Source
v3.67.0Compare Source
v3.66.2Compare Source
v3.66.1Compare Source
v3.66.0Compare Source
v3.65.0Compare Source
v3.64.0Compare Source
v3.63.2Compare Source
v3.63.1Compare Source
v3.62.0Compare Source
v3.61.1Compare Source
v3.61.0Compare Source
v3.60.0Compare Source
v3.59.3Compare Source
v3.59.2Compare Source
v3.59.1Compare Source
v3.59.0Compare Source
v3.58.1Compare Source
v3.58.0Compare Source
v3.57.2Compare Source
v3.57.1Compare Source
v3.57.0Compare Source
v3.56.2Compare Source
v3.56.1Compare Source
v3.56.0Compare Source
v3.55.0Compare Source
v3.54.0Compare Source
v3.53.0Compare Source
v3.52.1Compare Source
v3.52.0Compare Source
v3.51.0Compare Source
v3.50.0Compare Source
v3.49.0Compare Source
v3.48.0Compare Source
php-standard-library/phpstan-extension (php-standard-library/phpstan-extension)
v1.1.0Compare Source
What's Changed
New Contributors
Full Changelog: php-standard-library/phpstan-extension@1.0.0...1.1.0
phpstan/phpstan-phar-composer-source (phpstan/phpstan)
v1.12.32Compare Source
v1.12.31Compare Source
v1.12.30Compare Source
v1.12.29Compare Source
v1.12.28Compare Source
v1.12.27Compare Source
v1.12.26Compare Source
v1.12.25Compare Source
v1.12.24Compare Source
v1.12.23Compare Source
v1.12.22Compare Source
v1.12.21Compare Source
v1.12.20Compare Source
v1.12.19Compare Source
v1.12.18Compare Source
v1.12.17Compare Source
v1.12.16Compare Source
v1.12.15Compare Source
v1.12.14Compare Source
v1.12.13Compare Source
v1.12.12Compare Source
v1.12.11Compare Source
v1.12.10Compare Source
v1.12.9Compare Source
v1.12.8Compare Source
v1.12.7Compare Source
v1.12.6Compare Source
v1.12.5Compare Source
v1.12.4Compare Source
v1.12.3Compare Source
v1.12.2Compare Source
v1.12.1Compare Source
v1.12.0Compare Source
v1.11.11Compare Source
v1.11.10Compare Source
v1.11.9Compare Source
v1.11.8Compare Source
v1.11.7Compare Source
v1.11.6Compare Source
v1.11.5Compare Source
v1.11.4Compare Source
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.67Compare Source
v1.10.66Compare Source
v1.10.65Compare Source
v1.10.64Compare Source
v1.10.63Compare Source
v1.10.62Compare Source
v1.10.61Compare Source
v1.10.60Compare Source
v1.10.59Compare Source
v1.10.58Compare Source
v1.10.57Compare Source
phpstan/phpstan-deprecation-rules (phpstan/phpstan-deprecation-rules)
v1.2.1Compare Source
v1.2.0Compare Source
phpstan/phpstan-phpunit (phpstan/phpstan-phpunit)
v1.4.2Compare Source
v1.4.1Compare Source
v1.4.0Compare Source
v1.3.16Compare Source
phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)
v1.6.2Compare Source
strictRulesInstalledparameterConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.