Update php-dev #62
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/php-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.69.1
->3.75.0
2.0.3
->2.0.4
2.0.2
->2.0.4
11.5.9
->11.5.15
2.0.9
->2.0.11
7.2.0
->7.2.4
7.2.3
->7.2.4
Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.75.0
Compare Source
ClassAttributesSeparationFixer
- add support for asymmetric visibility (#8518)NativeFunctionInvocationFixer
- fix for property hooks (#8540)int
if all the keys are strings (#8550)string
if all the keys are strings (#8545)FunctionsAnalyzerTest
cleanup (#8539)v3.74.0
Compare Source
--format=@​auto
(#8513)BracesPositionFixer
- do not create two consecutive whitespace tokens (#8496)MbStrFunctionsFixer
- fix imports with leading backslash (#8507)NoUnreachableDefaultArgumentValueFixer
- do not crash on property hook (#8512)OrderedImportsFixer
- do not take the braces part in grouped imports into account (#8459)OrderedImportsFixer
- fix syntax error with grouped use statement and multiple use with comma (#8483)PhpUnitAttributesFixer
- handle parentheses after data provider method name (#8510)PhpUnitMethodCasingFixer
- do not touch anonymous class (#8463)FixerOptionInterface::getAllowedValues
(#8530)Preg
- improve types (#8527)PHPStan/*
(#8524)v3.73.1
Compare Source
OrderedClassElementsFixer
- do not crash on property hook (#8517)v3.73.0
Compare Source
GeneralPhpdocTagRenameFixer
- do not rename keys in array shape definition (#8477)MethodArgumentSpaceFixer
- handle when nested in HTML (#8503)checkbashisms
to 2.25.5 (#8519)NoExtraBlankLinesFixerTest
(#8505)Tokenizer
hash metode usingxxHash
(#8491)TokensAnalyzerTest
- better testisArray
andisArrayMultiLine
(#8504)v3.72.0
Compare Source
StatementIndentationFixer
- handle property hooks (#8492)MbStrFunctionsFixer
- fix imports (#8474)TrailingCommaInMultilineFixer
- handle empty match body (#8480)VisibilityRequiredFixer
- handle property hooks (#8495)v3.71.0
Compare Source
BinaryOperatorSpacesFixer
- do not break alignment of UTF-8 array keys (#8484)PhpdocAlignFixer
- align correctly type with UTF8 characters (#8486)SingleSpaceAroundConstructFixer
- handle alternative syntax (#8317)StatementIndentationFixer
- return in braceless if (#8479)SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases
(#8481)SingleSpaceAroundConstructFixerTest::provideFixWithIfCases
(#8482)PhpdocNoAliasTagFixerTest
(#8476)FullyQualifiedNameAnalyzer
(#8048)SwitchAnalyzer
- improve performance (#8407)v3.70.2
Compare Source
MbStrFunctionsFixer
must run beforeNativeFunctionInvocationFixer
(#8466)MethodArgumentSpaceFixer
- fix nested calls forensure_fully_multiline
option (#8469)v3.70.1
Compare Source
PhpUnitSizeClassFixer
must run beforePhpUnitAttributesFixer
(#8457)OrderedImportsFixerTest
(#8458)v3.70.0
Compare Source
PhpUnitDataProviderMethodOrderFixer
fixer (#8225)HeaderCommentFixer
- allow validators (#8452)PhpCsFixer
ruleset: useoperator_linebreak
rule for all operators (#8417)PhpUnitMethodCasingFixer
to support PHPUnit'sTest
attribute (#8451)TypeDeclarationSpacesFixer
- Fix whitespace between const type and const name (#8442)CommentsAnalyzer
- allow other forms of assignment as valid structural elements for PHPDocs (#8371)PhpUnitTestClassRequiresCoversFixer
must run beforePhpUnitAttributesFixer
(#8444)CheckCommandTest::testDryRunModeIsUnavailable
to correctly check that option--dry-run
is unavailable (#8438)phpstan/phpstan-strict-rules (phpstan/phpstan-strict-rules)
v2.0.4
Compare Source
phpstan/phpstan-symfony (phpstan/phpstan-symfony)
v2.0.4
Compare Source
skipCheckGenericClasses
_
in their namev2.0.3
Compare Source
skipCheckGenericClasses
_
in their namesebastianbergmann/phpunit (phpunit/phpunit)
v11.5.15
: PHPUnit 11.5.15Compare Source
Changed
How to install or update PHPUnit
v11.5.14
: PHPUnit 11.5.14Compare Source
Changed
How to install or update PHPUnit
v11.5.13
: PHPUnit 11.5.13Compare Source
Changed
How to install or update PHPUnit
v11.5.12
: PHPUnit 11.5.12Compare Source
Fixed
How to install or update PHPUnit
v11.5.11
: PHPUnit 11.5.11Compare Source
Fixed
$expected
and$actual
are mixed up in failure description whenassertJsonFileEqualsJsonFile()
failsHow to install or update PHPUnit
v11.5.10
: PHPUnit 11.5.10Compare Source
Fixed
How to install or update PHPUnit
rectorphp/rector (rector/rector)
v2.0.11
: Released Rector 2.0.11Compare Source
New Features 🎉
AddParamTypeBasedOnPHPUnitDataProviderRector
(#6772)AddArrowFunctionReturnTypeRector
(#6780)AddEscapeArgumentRector
(#6782)(#6790)
RemoveFilterVarOnExactTypeRector
(#6792)@carlos-granados!
NewMethodCallWithoutParenthesesRector
(#6802)FunctionLikeToFirstClassCallableRector
(#6667), Thanks @peterfox!date
,strtotime
, andtime
calls withCarbon
equivalents (#6749), Thanks @gollumeo!Bugfixes 🐛
AddReturnArrayDocblockBasedOnArrayMapRector
(#6800), Thanks @carlos-granados!AddParamTypeBasedOnPHPUnitDataProviderRector
(#6799), ThankswithRules()
and sets, keeping them once to avoid duplication (#6761)StaticCallToMethodCallRector
(#6789), Thanks @parth391!MultiDirnameRector
(#6796), Thanks @carlos-granados!ConsecutiveNullCompareReturnsToNullCoalesceQueueRector
(#6797), Thanks @carlos-granados!WrapReturnRector
(#6798), Thanks @carlos-granados!ArgumentDefaultValueReplacer
(#6795), Thanks @carlos-granados!ParamTypeByMethodCallTypeRector
(#6803), Thanks @carlos-granados!SimplifyIfElseToTernaryRector
to handle binary operations on the left (#6810)AnonymousFunctionFactory
to disallow superglobal variables in use statements (#6811), Thanks @bryannielsen!Removed & Deprecations 🗑️
withPhpPolyfill()
method and error onwithPhpSets()
misuse on PHP 7.4- projectsRemoveUnusedPromotedPropertyRector
(#6765)RemoveDeadLoopRector
(#6770)AbstractScopeAwareRector
(#6791)rectorphp/rector-symfony 🎵
RequestIsMainRector
(#708)InvokableCommandRector
- kick off (#707)InlineClassRoutePrefixRector
to concatenate name annotation/attribute (#704)rectorphp/rector-doctrine 🟠
AddAnnotationToRepositoryRector
rule (#375), Thanks @JohJohanCastDoctrineExprToStringRector
(#372), Thanks @JohJohanMakeEntityDateTimePropertyDateTimeInterfaceRector
(#376)rectorphp/rector-phpunit 🟢
RemoveDataProviderParamKeysRector
(#469)AddInstanceofAssertForNullableInstanceRector
(#466)AssertCompareToSpecificMethodRector
(#468)AssertCountWithZeroToAssertEmptyRector
for better readability with explicit methods (#467)v2.0.10
: Released Rector 2.0.10Compare Source
New Features 🥳
Bugfixes 🐛
__DIR__
and__FILE__
onValueResolver
(#6756)rectorphp/rector-symfony
rectorphp/rector-doctrine
rectorphp/rector-phpunit
symfony/browser-kit (symfony/browser-kit)
v7.2.4
Compare Source
Changelog (https://github.com/symfony/browser-kit/compare/v7.2.3...v7.2.4)
JSON_PRESERVE_ZERO_FRACTION
injsonRequest
method (@raffaelecarelle)symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v7.2.4
Compare Source
Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.2.3...v7.2.4)
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.
This PR has been generated by Renovate Bot.
f151009da2
to2b953cbb61
Update dependency friendsofphp/php-cs-fixer to v3.70.0to Update php-dev2b953cbb61
toa35cab6b89
a35cab6b89
to990ea44040
990ea44040
tod06173dae6
d06173dae6
tofca2ef9691
fca2ef9691
to344bf8c925
344bf8c925
tobdbe245eb6
bdbe245eb6
to71c2ae4513
71c2ae4513
to1245ca239d
1245ca239d
to8582b49d70
8582b49d70
toacb97b6bd9
acb97b6bd9
to5b5fea3c08
5b5fea3c08
toae9f7545f3
ae9f7545f3
to7d702d0f12
7d702d0f12
toa21deaf0fe
Pull request closed