Change record status: 
Project: 
Introduced in branch: 
4.x
Description: 

Drupal\typed_entity\TypedRepositories\TypedEntityRepositoryBase and Drupal\typed_entity\TypedRepositories\TypedEntityRepositoryInterface have been renamed to Drupal\typed_entity\TypedRepositories\TypedRepositoryBase and Drupal\typed_entity\TypedRepositories\TypedRepositoryInterface.

The namespace remained the same.

If you code is extending TypedEntityRepositoryBase or implementing TypedEntityRepositoryInterface directly, you will need to rename.

Impacts: 
Module developers