- 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 → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.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-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- Status changed to RTBC
5 months ago 6:26am 13 September 2024 - 🇺🇦Ukraine ruslan piskarov Kyiv, Ukraine
Reviewed. I believe we can have a new version for Drupal 11 as soon as possible. Thank you.
- 🇺🇸United States bburg Washington D.C.
It wouldn't let me merge the PR with another commit in the upstream, and I couldn't figure out how to get the bot to rebase it's branch, so I just went ahead and manually bumped the core compatibility on 8.x-1.x. to 11.
Not tested per se.
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
You could rebase the branch and force-push it.
- 🇺🇸United States bburg Washington D.C.
That's exactly what I was trying to do, bit it was giving me an erro:
$ git push --force-with-lease views_ical-3465114 views_ical-3465114/3465114-deprecated-function-creation Total 0 (delta 0), reused 0 (delta 0) To git.drupal.org:issue/views_ical-3465114.git ! [remote rejected] views_ical-3465114/3465114-deprecated-function-creation -> views_ical-3465114/3465114-deprecated-function-creation (deny updating a hidden ref)
Also with a plain --force
$ git push --force views_ical-3465114 views_ical-3465114/3465114-deprecated-function-creation Total 0 (delta 0), reused 0 (delta 0) To git.drupal.org:issue/views_ical-3465114.git ! [remote rejected] views_ical-3465114/3465114-deprecated-function-creation -> views_ical-3465114/3465114-deprecated-function-creation (deny updating a hidden ref) error: failed to push some refs to 'git@git.drupal.org:issue/views_ical-3465114.git'
I admit being a negligent maintainer has lead to me being out of practice with the Drupal gitlab.
- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
Interesting. What if you are on the feature branch that tracks the merge request branch in the issue fork and just run
git push --force
without any other params? That is what I usually do.