What's Changed
Use new lint/test docker image in CI, lint codebase by @joecorall in #87 which fixed a bug the tests surfaced for Drupal 10.x 4c90dad
that would throw
PHPUnit\Framework\Error\Warning thrown while calling __toString on a Drupal\Core\StringTranslation\TranslatableMarkup object in /var/www/drupal/web/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 247: Placeholders must begin with one of the following "@", ":" or "%", invalid placeholder ( @bundle_name) with string: "Can't generate JSON-LD Context without at least one rdf:type for Entity type @entity_type, Bundle @bundle_name combo."
/var/www/drupal/web/core/lib/Drupal/Component/Utility/ToStringTrait.php:20
/var/www/drupal/web/modules/contrib/jsonld/src/ContextGenerator/JsonldContextGenerator.php:176
Full Changelog: 3.0.4...3.0.5