[Conductor] Update dev - #117
Merged
Merged
Conversation
Conductor executed the following commands: composer update friendsofphp/php-cs-fixer:v3.95.20 rector/rector:2.6.3 --with-all-dependencies --minimal-changes
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
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 was automatically generated by Conductor.
The PR contains the changes generated by running the following command:
Changelog
friendsofphp/php-cs-fixer (Source: GitHub Releases))
v3.95.20
What's Changed
PsrAutoloadingFixer- do not throw when the file cannot be resolved on disk by @olivier-zenchef in #9762NoUnusedImportsFixerTest- add new cases around quoted values by @keradus in #9784mikey179/vfsstreamby @kubawerlos in #9787Transformers- move looping over tokens directly into each transformer individually by @keradus in #9782New Contributors
Full Changelog: v3.95.19...v3.95.20
v3.95.19
What's Changed
ClassDefinitionFixer- keep multiline constructor args when anonymous class has bothextendsandimplementsby @momala454 in #9625SelfStaticAccessorFixer- do not stop fixing a class after astaticreturn type by @sinemacula-ben in #9774Runner- ignore coverage of non-deterministic parallel branches by @kubawerlos in #9785PHP_CS_FIXER_FAST_LINT_TEST_CASESby @kubawerlos in #9783AbstractFixerTestCase- usespl_object_id()to fix PHP 8.6 deprecations by @kubawerlos in #9786TestCaseUtils::createTemporaryDirectory()helper by @kubawerlos in #9788New Contributors
Full Changelog: v3.95.18...v3.95.19
rector/rector (Source: GitHub Releases))
2.6.3
A stabilization release on top of the composer-based sets finished in 2.6.2 - bugfixes across the engine, a couple of fresh Symfony and Doctrine rules, and the caching cleanup that the
cacheClass()deprecation promised.New rules 🎉
rector-symfony
RouteRequirementStringToConstantRector(#1037)rector-doctrine
QueryBuilderExecuteToExecuteQueryOrExecuteStatementRector— split the deprecatedexecute()intoexecuteQuery()/executeStatement()(#507)Bugfixes 🐛
RemoveReturnTagIncompatibleWithNativeTypeRectoron a type alias nested in a union (#8319)breakas always terminated (#8348) — improves return/dead-code analysis onwhile (true)bodiesrector-symfony
InlineClassRoutePrefixRectorduplicating the route name prefix on attribute routes (#9851)PushRequestToRequestStackConstructorRectorleaving the pushed request undefined (#1040)loadValidatorMetadata()containingaddConstraint(new Callback())(#1038)rector-phpunit
AddDoesNotPerformAssertionToNonAssertingTestRector(#767)Set changes 📈
rector-doctrine
ORMSetupmethods —createAttributeMetadataConfiguration()→createAttributeMetadataConfig(),createXMLMetadataConfiguration()→createXMLMetadataConfig(),createConfiguration()→createConfig()Types::ARRAYwithTypes::SIMPLE_ARRAY(#506)Deprecations 💀
Deprecated rules run without any effect, print a warning and will be removed in a future major release.
rector-phpunit
AllowMockObjectsWithoutExpectationsAttributeRector— also removed from the setRemovals 💀
rector-src
MemoryCacheStorage, always useFileCacheStorage(#8354) — completes thecacheClass()deprecation from 2.6.2; only file cache is useful to end usersTask options
If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.
Powered by Private Packagist