- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module β , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.3, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot β to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
- π¦πΊAustralia VladimirAus Brisbane, Australia
vladimiraus β changed the visibility of the branch 3455312-automated-drupal-11 to hidden.
- π¦πΊAustralia VladimirAus Brisbane, Australia
vladimiraus β changed the visibility of the branch project-update-bot-only to hidden.
- Status changed to Needs work
4 months ago 1:27am 12 September 2024 - π¦πΊAustralia VladimirAus Brisbane, Australia
Thanks all. Need to fix
- phpstan
- upgrade status
- π¨π¦Canada joseph.olstad
joseph.olstad β made their first commit to this issueβs fork.
- π¨π¦Canada joseph.olstad
Ok, it's as far forward as I can take it, this is probably "good enough" to merge. If someone can improve this then great. I say merge it, and cut an alpha or beta or rc release so that we can avoid doing overrides in our composer for Drupal 11 compatibility.
There's a multitude of fixes here. I fixed:
- cspell
- stylelint
- many phpstan errors were fixed
- deprecation fixes in the automated tests
- deprecation fixes in the module code/classes.
Prior to these changes there was nothing but failures everywhere.
- π¦πΊAustralia VladimirAus Brisbane, Australia
Thanks for your contribution @joseph.olstad, but you cannot commit code and review it yourself.
Someone else need to review it and test it. - π¨π¦Canada joseph.olstad
I recommend merging this and cutting a 1.6.0-beta1 release so that we can scrap our composer overrides (please!).
All you have to do is merge and tag the 8.x-1.x as 1.6.0-beta1
This way 1.5 stays as the recommended release and we can work on improving 1.6.0 in Drupal 11 without resorting to painful composer overrides that complicate upgrades for those using our distribution of Drupal (WxT).
the drupal ci/cd does the rest.
- First commit to issue fork.