@anilu@ - MR13 seems to work for me, as well. Thank you!
(btw, your comment for MR13 actually links to MR 10)
alimc29 β created an issue.
This also needs the .info file updated, as well as a fix for the Drupal 10 "once is not a function" issue
The following can be applied along with composer-lenient
composer require mglaman/composer-drupal-lenient
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/media_iconpicker"]'
composer config --json --merge extra.patches.drupal/domain_simple_sitemap '{"Drupal 10 compatibility fixes #3288505": "https://www.drupal.org/files/issues/2024-02-20/media_iconpicker--drupal-10.patch"}'
composer require 'drupal/media_iconpicker:^1.x-dev' -W
alimc29 β created an issue.
Attached is a patch with the default rector ones submitted, plus the necessary .info.yml file updates to be Drupal 10 compatible
Until there is an actual release with the D10 fixes in it, you should be able to us lenient-composer along with this patch
composer require mglaman/composer-drupal-lenient
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/extra_field_configuration"]'
composer config --json --merge extra.patches.drupal/domain_simple_sitemap '{"Drupal 10 compatibility
π
Automated Drupal 10 compatibility fixes
Needs review
": "https://www.drupal.org/files/issues/2023-12-19/extra_field_configuration-D10-compatibility-3287424-6.patch"}'
composer require 'drupal/extra_field_configuration:^1.0' -W
Proposed patch attached
alimc29 β created an issue.