Issue #3525388 by acbramley: Trigger a deprecation when using...
Issue #3525388 by acbramley: Trigger a deprecation when using \Drupal\Core\Render\Renderer::addCacheableDependency with a non CacheableDependencyInterface $dependency
@trigger_error(sprintf("Calling %s() with an object that doesn't implement %s is deprecated in drupal:11.3.0 and will throw an error in drupal:13.0.0. See https://www.drupal.org/node/3525389",__METHOD__,CacheableDependencyInterface::class),E_USER_DEPRECATED);