eliashaeussler / typo3-warming

🚀 Extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap with multi-language support.
https://docs.typo3.org/p/eliashaeussler/typo3-warming/main/en-us/
GNU General Public License v2.0
15 stars 7 forks source link

[TASK] Update ssch/typo3-rector to v2 - autoclosed #573

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ssch/typo3-rector (source) ^1.2 -> ^1.2 \|\| ^2.0 age adoption passing confidence

Release Notes

sabbelasichon/typo3-rector (ssch/typo3-rector) ### [`v2.0.4`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v2.0.4) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v2.0.3...v2.0.4) #### What's Changed - \[TASK] Use is being assigned attribute instead of scope by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4126](https://togithub.com/sabbelasichon/typo3-rector/pull/4126) - \[FEATURE] Add AsEventListener attribute by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4128](https://togithub.com/sabbelasichon/typo3-rector/pull/4128) - \[TASK] Cleanup of AsEventListenerToAttributeRector rule by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4129](https://togithub.com/sabbelasichon/typo3-rector/pull/4129) - \[TASK] Cleanup old unused files by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4130](https://togithub.com/sabbelasichon/typo3-rector/pull/4130) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v2.0.3...v2.0.4 ### [`v2.0.3`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v2.0.3) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v2.0.2...v2.0.3) #### What's Changed - \[BUGFIX] Fix wrong chash_array conversion by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4122](https://togithub.com/sabbelasichon/typo3-rector/pull/4122) - \[BUGFIX] Fix missing leading slash for attributes by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4124](https://togithub.com/sabbelasichon/typo3-rector/pull/4124) - \[FEATURE] Slightly improve typo3-init command by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4125](https://togithub.com/sabbelasichon/typo3-rector/pull/4125) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v2.0.2...v2.0.3 ### [`v2.0.2`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v2.0.2) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v2.0.1...v2.0.2) #### What's Changed - \[BUGFIX] Fix missing inclusion of typo3-124 by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4121](https://togithub.com/sabbelasichon/typo3-rector/pull/4121) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v2.0.1) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v2.0.0...v2.0.1) #### What's Changed - \[FEATURE] Add RenameAttributeRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4071](https://togithub.com/sabbelasichon/typo3-rector/pull/4071) - \[BUGFIX] Fix default rector.php.dist by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/4118](https://togithub.com/sabbelasichon/typo3-rector/pull/4118) - \[BUGFIX] Fix autoload inclusion for typo3-init by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4119](https://togithub.com/sabbelasichon/typo3-rector/pull/4119) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v2.0.0...v2.0.1 ### [`v2.0.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v2.0.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.8.1...v2.0.0) #### Removed 💀 - Only rules for TYPO3 >= 10 - No more TypoScript, FlexForms, Fluid Processing. Focussing on PHP-Rules only in this Repository - Only Major versions for the SetLists. No more TCA sets. - Only TYPO3 Core rules. Rules for i.e. the testing framework have dedicated Repository now (https://github.com/sabbelasichon/typo3-rector-testing-framework) #### New Features 🥳 - Rector Version 1.0 under the hood (see: https://github.com/rectorphp/rector/releases/tag/1.0.0) - New command to initialize TYPO3 specific configuration via vendor/bin/typo3-init - Categorized docs (https://github.com/sabbelasichon/typo3-rector/blob/main/docs/all_rectors_overview.md) - New rules **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.8.0...v2.0.0 ### [`v1.8.1`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.8.1) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.8.0...v1.8.1) #### What's Changed - TASK: Remove Traverser from DI container by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4132](https://togithub.com/sabbelasichon/typo3-rector/pull/4132) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.8.0...v1.8.1 ### [`v1.8.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.8.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.7.3...v1.8.0) #### What's Changed - \[BUGFIX] Fix rector in ci for pull requests by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4056](https://togithub.com/sabbelasichon/typo3-rector/pull/4056) - Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sabbelasichon/typo3-rector/pull/4053](https://togithub.com/sabbelasichon/typo3-rector/pull/4053) - \[FEATURE] Provide rules to migrate EXT:vhs viewhelpers by [@​kitzberger](https://togithub.com/kitzberger) in [https://github.com/sabbelasichon/typo3-rector/pull/3424](https://togithub.com/sabbelasichon/typo3-rector/pull/3424) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.7.2...v1.8.0 ### [`v1.7.3`](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.7.2...v1.7.3) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.7.2...v1.7.3) ### [`v1.7.2`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.7.2) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.7.1...v1.7.2) #### What's Changed - \[BUGFIX] Fix wrong conversion UseTwoLetterIsoCodeFromSiteLanguageRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4051](https://togithub.com/sabbelasichon/typo3-rector/pull/4051) - \[BUGFIX] Fix missing Scope in UseExtensionConfigurationApiRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4052](https://togithub.com/sabbelasichon/typo3-rector/pull/4052) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.7.1...v1.7.2 ### [`v1.7.1`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.7.1) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.7.0...v1.7.1) #### Important Even though there is a breaking change included, I've decided to release this as minor release because this specific rule ([#​4040](https://togithub.com/sabbelasichon/typo3-rector/issues/4040)) caused more trouble than good. Sorry that you need to fix your code manually now! We are already preparing a 2.0 release with huge changes... #### What's Changed - \[BUGFIX] Fix TCA type "folder" migration by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/4021](https://togithub.com/sabbelasichon/typo3-rector/pull/4021) - \[TASK] Bump the PHPStan dependency by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4022](https://togithub.com/sabbelasichon/typo3-rector/pull/4022) - \[TASK] Move away from AttributeKey::PARENT_NODE by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4026](https://togithub.com/sabbelasichon/typo3-rector/pull/4026) - \[TASK] Bump the development dependencies by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4023](https://togithub.com/sabbelasichon/typo3-rector/pull/4023) - \[TASK] Sort the entries in the `.gitattributes` file by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4024](https://togithub.com/sabbelasichon/typo3-rector/pull/4024) - \[FEATURE] Removed eval=int from TCA type "datetime" by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/4027](https://togithub.com/sabbelasichon/typo3-rector/pull/4027) - \[TASK]: Move away from AttributeKey::PARENT_NODE by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4029](https://togithub.com/sabbelasichon/typo3-rector/pull/4029) - \[TASK]: Avoid duplicate entry by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4030](https://togithub.com/sabbelasichon/typo3-rector/pull/4030) - TASK: Cleanup fixture for tests by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4031](https://togithub.com/sabbelasichon/typo3-rector/pull/4031) - \[BUGFIX]: Fix magic methods renaming in repositories. by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4035](https://togithub.com/sabbelasichon/typo3-rector/pull/4035) - TASK: Fix return type check by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4036](https://togithub.com/sabbelasichon/typo3-rector/pull/4036) - TASK: Fix calls for this by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4037](https://togithub.com/sabbelasichon/typo3-rector/pull/4037) - TASK: Add options to configure PrettyPrinter by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4038](https://togithub.com/sabbelasichon/typo3-rector/pull/4038) - \[BUGFIX]: Fix missing removal by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4039](https://togithub.com/sabbelasichon/typo3-rector/pull/4039) - \[TASK] Bump the dependencies by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4033](https://togithub.com/sabbelasichon/typo3-rector/pull/4033) - \[TASK] Narrow down the Symfony development dependencies by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4034](https://togithub.com/sabbelasichon/typo3-rector/pull/4034) - \[!!!] Removed annotations to attributes rules by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4041](https://togithub.com/sabbelasichon/typo3-rector/pull/4041) - \[!!!] Removed HardenMethodSignatureOfLogicalAndAndLogicalOrRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4040](https://togithub.com/sabbelasichon/typo3-rector/pull/4040) - TASK: Remove Attribute::PARENT_NODE by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4043](https://togithub.com/sabbelasichon/typo3-rector/pull/4043) - \[TASK]: Use tagged_iterator by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4044](https://togithub.com/sabbelasichon/typo3-rector/pull/4044) - \[TASK] Add typo3-testingframework executeFrontendRequest rename by [@​DanielSiepmann](https://togithub.com/DanielSiepmann) in [https://github.com/sabbelasichon/typo3-rector/pull/4032](https://togithub.com/sabbelasichon/typo3-rector/pull/4032) - \[TASK] Improve CI inspired by TYPO3 EXT:tea by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/4046](https://togithub.com/sabbelasichon/typo3-rector/pull/4046) - Bump EndBug/add-and-commit from 9.1.3 to 9.1.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sabbelasichon/typo3-rector/pull/4047](https://togithub.com/sabbelasichon/typo3-rector/pull/4047) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.7.0...v1.7.1 ### [`v1.7.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.7.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.6.0...v1.7.0) #### What's Changed - \[AUTOMATED] Apply Coding Standard by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/sabbelasichon/typo3-rector/pull/4016](https://togithub.com/sabbelasichon/typo3-rector/pull/4016) - \[FEATURE] Add support for Symfony 7 by [@​oliverklee](https://togithub.com/oliverklee) in [https://github.com/sabbelasichon/typo3-rector/pull/4020](https://togithub.com/sabbelasichon/typo3-rector/pull/4020) #### New Contributors - [@​oliverklee](https://togithub.com/oliverklee) made their first contribution in [https://github.com/sabbelasichon/typo3-rector/pull/4020](https://togithub.com/sabbelasichon/typo3-rector/pull/4020) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.6.0...v1.7.0 ### [`v1.6.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.6.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.5.2...v1.6.0) #### What's Changed - Add test for already migrated logicalAnd by [@​nhovratov](https://togithub.com/nhovratov) in [https://github.com/sabbelasichon/typo3-rector/pull/3929](https://togithub.com/sabbelasichon/typo3-rector/pull/3929) - Improve yaml file processor code by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3933](https://togithub.com/sabbelasichon/typo3-rector/pull/3933) - \[FEATURE] Add RemoveElementTceFormsYamlRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3934](https://togithub.com/sabbelasichon/typo3-rector/pull/3934) - \[automated] Apply Coding Standard by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/sabbelasichon/typo3-rector/pull/3932](https://togithub.com/sabbelasichon/typo3-rector/pull/3932) - \[TASK] Improve nesting of TranslationFileRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3935](https://togithub.com/sabbelasichon/typo3-rector/pull/3935) - \[FEATURE] Provide migration for typoscript xhtmlDoctype config by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3942](https://togithub.com/sabbelasichon/typo3-rector/pull/3942) - \[BUGFIX] Use arg as var name instead of fixed one by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3941](https://togithub.com/sabbelasichon/typo3-rector/pull/3941) - \[FEATURE] MigrateInternalTypeFolderToTypeFolderFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3945](https://togithub.com/sabbelasichon/typo3-rector/pull/3945) - \[FEATURE] MigrateNullFlagFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3946](https://togithub.com/sabbelasichon/typo3-rector/pull/3946) - \[FEATURE] MigratePasswordAndSaltedPasswordToPasswordTypeRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3947](https://togithub.com/sabbelasichon/typo3-rector/pull/3947) - \[FEATURE] MigratePasswordAndSaltedPasswordToPasswordTypeFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3948](https://togithub.com/sabbelasichon/typo3-rector/pull/3948) - \[FEATURE] Add TYPO3 TestingFramework 7 Migrations and sync template by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3949](https://togithub.com/sabbelasichon/typo3-rector/pull/3949) - \[TASK] Improve code templates and cleanup code diffs by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3977](https://togithub.com/sabbelasichon/typo3-rector/pull/3977) - \[FEATURE] Add SimplifyCheckboxItemsTCARector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3978](https://togithub.com/sabbelasichon/typo3-rector/pull/3978) - \[FEATURE] Add MigrateRenderTypeColorpickerToTypeColorRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3979](https://togithub.com/sabbelasichon/typo3-rector/pull/3979) - \[FEATURE] Add MigrateRenderTypeColorpickerToTypeColorFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3980](https://togithub.com/sabbelasichon/typo3-rector/pull/3980) - TASK: Return multiple nodes instead of using NodesToAddCollector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3983](https://togithub.com/sabbelasichon/typo3-rector/pull/3983) - \[automated] Apply Coding Standard by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/sabbelasichon/typo3-rector/pull/3944](https://togithub.com/sabbelasichon/typo3-rector/pull/3944) - TASK: Do not use NodesToAddCollector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3984](https://togithub.com/sabbelasichon/typo3-rector/pull/3984) - \[FEATURE] Add MigrateEmailFlagToEmailTypeFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3985](https://togithub.com/sabbelasichon/typo3-rector/pull/3985) - TASK: Do not use NodesToAddCollector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3986](https://togithub.com/sabbelasichon/typo3-rector/pull/3986) - \[FEATURE] Add MigrateRequiredFlagFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3987](https://togithub.com/sabbelasichon/typo3-rector/pull/3987) - TASK: Return nodes instead of using NodesToAddCollector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3988](https://togithub.com/sabbelasichon/typo3-rector/pull/3988) - \[FEATURE] Associative array keys for TCA items by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3990](https://togithub.com/sabbelasichon/typo3-rector/pull/3990) - \[FEATURE] Add RemoveWorkspacePlaceholderShadowColumnsConfigurationRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3992](https://togithub.com/sabbelasichon/typo3-rector/pull/3992) - TASK: Return nodes instead of using NodesToAddCollector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3989](https://togithub.com/sabbelasichon/typo3-rector/pull/3989) - TASK: Remove symplify/smart-file-system by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3993](https://togithub.com/sabbelasichon/typo3-rector/pull/3993) - \[automated] Apply Coding Standard by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/sabbelasichon/typo3-rector/pull/3995](https://togithub.com/sabbelasichon/typo3-rector/pull/3995) - \[TASK] Introduce AbstractFlexFormRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3994](https://togithub.com/sabbelasichon/typo3-rector/pull/3994) - TASK: Return nodes directly by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3996](https://togithub.com/sabbelasichon/typo3-rector/pull/3996) - TASK: Return nodes for RefactorDeprecatedConcatenateMethodsPageRendererRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3998](https://togithub.com/sabbelasichon/typo3-rector/pull/3998) - TASK: Return nodes TemplateGetFileNameToFilePathSanitizerRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3999](https://togithub.com/sabbelasichon/typo3-rector/pull/3999) - TASK: Return nodes UseGetMenuInsteadOfGetFirstWebPageRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4000](https://togithub.com/sabbelasichon/typo3-rector/pull/4000) - TASK: Return nodes CopyMethodGetPidForModTSconfigRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4001](https://togithub.com/sabbelasichon/typo3-rector/pull/4001) - TASK: Allow nette/utils version 4 by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4002](https://togithub.com/sabbelasichon/typo3-rector/pull/4002) - TASK: Return node for DatabaseConnectionToDbalRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4003](https://togithub.com/sabbelasichon/typo3-rector/pull/4003) - TASK: Return node for PageNotFoundAndErrorHandlingRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4004](https://togithub.com/sabbelasichon/typo3-rector/pull/4004) - TASK: Remove UseLogMethodInsteadOfNewLog2Rector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4005](https://togithub.com/sabbelasichon/typo3-rector/pull/4005) - TASK: Use custom rector for chash_array transformation by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4007](https://togithub.com/sabbelasichon/typo3-rector/pull/4007) - TASK: Remove somecases from UseClassSchemaInsteadReflectionServiceMethodsRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4009](https://togithub.com/sabbelasichon/typo3-rector/pull/4009) - TASK: Return nodes for SendNotifyEmailToMailApiRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4010](https://togithub.com/sabbelasichon/typo3-rector/pull/4010) - TASK: Return nodes for FlexFormToolsArrayValueByPathRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4011](https://togithub.com/sabbelasichon/typo3-rector/pull/4011) - TASK: Refactor SubstituteBackendTemplateViewWithModuleTemplateRector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/4012](https://togithub.com/sabbelasichon/typo3-rector/pull/4012) - \[FEATURE] Provide migration for extbase magic methods by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3943](https://togithub.com/sabbelasichon/typo3-rector/pull/3943) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.5.2...v1.6.0 ### [`v1.5.2`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.5.2) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.5.1...v1.5.2) #### What's Changed - \[BUGFIX] Keep max property for other input types by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3927](https://togithub.com/sabbelasichon/typo3-rector/pull/3927) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.5.1...v1.5.2 ### [`v1.5.1`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.5.1) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.5.0...v1.5.1) #### What's Changed - \[TASK] Harden method signature of logicalAnd() and logicalOr() by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3640](https://togithub.com/sabbelasichon/typo3-rector/pull/3640) - \[BUGFIX] Prevent false migration from type input to type number by [@​nhovratov](https://togithub.com/nhovratov) in [https://github.com/sabbelasichon/typo3-rector/pull/3924](https://togithub.com/sabbelasichon/typo3-rector/pull/3924) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.5.0...v1.5.1 ### [`v1.5.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.5.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.4.1...v1.5.0) #### What's Changed - \[TASK] Add config loading to docs and template file by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3638](https://togithub.com/sabbelasichon/typo3-rector/pull/3638) - \[TASK] Add more stubs by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3641](https://togithub.com/sabbelasichon/typo3-rector/pull/3641) - \[FEATURE] New TCA type "datetime" ([#​3556](https://togithub.com/sabbelasichon/typo3-rector/issues/3556)) by [@​m11r86](https://togithub.com/m11r86) in [https://github.com/sabbelasichon/typo3-rector/pull/3642](https://togithub.com/sabbelasichon/typo3-rector/pull/3642) - \[TASK] add php version number to Action name by [@​Kanti](https://togithub.com/Kanti) in [https://github.com/sabbelasichon/typo3-rector/pull/3912](https://togithub.com/sabbelasichon/typo3-rector/pull/3912) - 🐛 fix Action names in code_analysis.yaml by [@​Kanti](https://togithub.com/Kanti) in [https://github.com/sabbelasichon/typo3-rector/pull/3913](https://togithub.com/sabbelasichon/typo3-rector/pull/3913) - \[TASK] Add MigrateEvalIntAndDouble2ToTypeNumberRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3914](https://togithub.com/sabbelasichon/typo3-rector/pull/3914) - \[TASK] Improve MigrateItemsToIndexedArrayKeysForFlexFormItemsRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3915](https://togithub.com/sabbelasichon/typo3-rector/pull/3915) - \[TASK] Improve MigrateNullFlagRector variable name by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3917](https://togithub.com/sabbelasichon/typo3-rector/pull/3917) - Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sabbelasichon/typo3-rector/pull/3644](https://togithub.com/sabbelasichon/typo3-rector/pull/3644) - \[BUGFIX] Fix MigrateToEmailTypeRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3918](https://togithub.com/sabbelasichon/typo3-rector/pull/3918) - \[TASK] Improve other Rectors by reusing removeArrayItemFromArrayByKey by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3919](https://togithub.com/sabbelasichon/typo3-rector/pull/3919) #### New Contributors - [@​m11r86](https://togithub.com/m11r86) made their first contribution in [https://github.com/sabbelasichon/typo3-rector/pull/3642](https://togithub.com/sabbelasichon/typo3-rector/pull/3642) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.4.1...v1.5.0 ### [`v1.4.1`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.4.1) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.4.0...v1.4.1) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.4.0...v1.4.1 ### [`v1.4.0`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.4.0) [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.3.6...v1.4.0) #### What's Changed - \[TASK] Add RemoveElementTceFormsRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3460](https://togithub.com/sabbelasichon/typo3-rector/pull/3460) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sabbelasichon/typo3-rector/pull/3458](https://togithub.com/sabbelasichon/typo3-rector/pull/3458) - \[TASK] Simplify code generation command by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3462](https://togithub.com/sabbelasichon/typo3-rector/pull/3462) - \[TASK] Add MigrateItemsIndexedKeysToAssociativeRector by [@​simonschaufi](https://togithub.com/simonschaufi) in [https://github.com/sabbelasichon/typo3-rector/pull/3461](https://togithub.com/sabbelasichon/typo3-rector/pull/3461) #### Sponsors This release is sponsored by [UDG Rhein-Main GmbH](https://www.udg.de/)! Thank you! **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.3.6...v1.4.0 ### [`v1.3.6`](https://togithub.com/sabbelasichon/typo3-rector/releases/tag/v1.3.6): Release Version 1.3.6 [Compare Source](https://togithub.com/sabbelasichon/typo3-rector/compare/v1.3.5...v1.3.6) #### What's Changed - TASK: Fix non idempotent rector by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3441](https://togithub.com/sabbelasichon/typo3-rector/pull/3441) - fix: add missed out rector rules to v11 config by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3448](https://togithub.com/sabbelasichon/typo3-rector/pull/3448) - fix: prevent double required config key in TCA by [@​helsner](https://togithub.com/helsner) in [https://github.com/sabbelasichon/typo3-rector/pull/3451](https://togithub.com/sabbelasichon/typo3-rector/pull/3451) - Update symplify/easy-coding-standard requirement from ^11.0 to ^12.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/sabbelasichon/typo3-rector/pull/3442](https://togithub.com/sabbelasichon/typo3-rector/pull/3442) - TASK: Add icons list to template by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3452](https://togithub.com/sabbelasichon/typo3-rector/pull/3452) - TASK: Fix condition matcher by [@​sabbelasichon](https://togithub.com/sabbelasichon) in [https://github.com/sabbelasichon/typo3-rector/pull/3454](https://togithub.com/sabbelasichon/typo3-rector/pull/3454) **Full Changelog**: https://github.com/sabbelasichon/typo3-rector/compare/v1.3.5...v1.3.6

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update ssch/typo3-rector:2.0.4 --with-dependencies --ignore-platform-req ext-intl --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/config is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/dependency-injection is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/log is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/event-dispatcher is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires ssch/typo3-rector ^1.2 || ^2.0 -> satisfiable by ssch/typo3-rector[v2.0.4].
    - ssch/typo3-rector v2.0.4 requires rector/rector ^1.0 -> found rector/rector[1.0.0, 1.0.1, 1.0.2] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
codeclimate[bot] commented 7 months ago

Code Climate has analyzed commit c50bb70d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 91.5% (0.0% change).

View more on Code Climate.