Hello project maintainers,
This is an automated issue to help make this module compatible with Drupal 11.
-- snip auto text --
Also, fixed a conflict with symfony/serializer v7, and phpcs failures that happened to be introduced around this time.
D11 test incompatibility
Gitlab-CI still fails installing dev dependencies: the video_embed_field and media_entity_twitter module cannot be installed on D11.
media_entity_twitter could get a D11 release. Once video_embed_field is the only module that is holding up installation/testing, IMHO we should just get rid of the tests for the video processor, so that it isn't a dev depencency anymore, and the other tests can run.
The video processor can stay in the code, untested. It won't change anymore / noone on D10+ is likely to be using it.
Issue fork custom_elements-3448656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
project update bot commentedThis 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.1, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.ymlfile 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
These packages were used to generate the fixes:
Comment #4
project update bot commentedThis 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 the
info.ymlfile 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
These packages were used to generate the fixes:
Comment #5
project update bot commentedThis 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 the
info.ymlfile 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
These packages were used to generate the fixes:
Comment #8
fagomerging this, let's wait for a positive test report before closing it though
Comment #9
fagoComment #10
useernamee commented3.x of custom_elements is not Drupal 11 compatible: #3470347: Drupal 11 compatibility fixes for custom_elements 3.x
There is also a conflict with the symfony/serializer https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/Serial...
Comment #12
useernamee commentedComment #13
useernamee commentedreRolled the branch and fix phpcs issue (only in the changed file)
Comment #16
roderikThanks! Merged.
The recent phpcs failures are all introduced because of the update to coder 8.3.25. Fixing them too.
Comment #17
roderik