chore(deps): update dependency palantirnet/drupal-rector to ^0.18 #150
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:
^0.15
->^0.18
Release Notes
palantirnet/drupal-rector (palantirnet/drupal-rector)
v0.18.2
Compare Source
New rector
What's Changed
New Contributors
Full Changelog: palantirnet/drupal-rector@0.18.1...0.18.2
v0.18.1
Compare Source
New rector
What's Changed
Full Changelog: palantirnet/drupal-rector@0.18.0...0.18.1
v0.18.0
Compare Source
Release highlights
This release of Drupal Rector introduces backwards compatible fixes for new rectors that target deprecations in Drupal 10. This is made possible by using the new
DeprecationHelper
class introduced in Drupal 10.1.We also worked on making the code more sustainable by employing
ConfigurableRectorInterface
. This interface allows passing configuration to a rector to set certain variables. This means it is easier to reuse rectors that for example rewrite a function to a static call without introducing new code.Rector has also been upgraded from 0.15 to 0.18, bringing a lot of improvement, but also making it harder to add comments to code generated by Rector. This there are instances where the previous version added comments, that the current does not.
Upgrade notes
Because rector moved to Laravel dependency injection a new version of
rector.php
must be copies/configured in your project root.New rectors
What's Changed
New Contributors
Full Changelog: palantirnet/drupal-rector@0.15.1...0.18.0
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.
This PR has been generated by Mend Renovate. View repository job log here.