Reroll for 3.3.11. Still no tests, sorry :(
I've also removed the depth limiter from this patch as the issue was fixed by #3212448: Error when adding children below a depth of nine with microsite enabled →
You can also install patches using cweagans/composer-patches
e.g.
"patches": {
"drupal/adminimal_admin_toolbar": {
"Automated Drupal 10 compatibility fixes - https://www.drupal.org/project/adminimal_admin_toolbar/issues/3285987": "https://www.drupal.org/files/issues/2022-06-15/adminimal_admin_toolbar.1.x-dev.rector.patch"
}
},
#9 resolved the issue for us.
#3196170 relates to custom code / other modules. However we encountered the same issue reported here by simply using the "Apply to selected items" button on /admin/people.
The patch in #2 solved the issue for us.
TypeError: Drupal\color_field\Plugin\Field\FieldFormatter\ColorFieldFormatterText::getColorFormat(): Return value must be of type array, Drupal\Core\StringTranslation\TranslatableMarkup returned in Drupal\color_field\Plugin\Field\FieldFormatter\ColorFieldFormatterText->getColorFormat() (line 112 of /var/www/html/web/modules/contrib/color_field/src/Plugin/Field/FieldFormatter/ColorFieldFormatterText.php)
Still has issues when trying to add the field in the "Manage Display" dialogue.
Re-rolled #20