Merge pull request #33359 from awanlin/topic/typos-cli

Added `typos` to CI and fixed all findings
This commit is contained in:
Andre Wanlin
2026-05-25 15:23:38 -05:00
committed by GitHub
29 changed files with 186 additions and 55 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Updated internal usage of `AzureBlobStorageIntegration` (previously misspelled as `AzureBlobStorageIntergation`) following the rename in `@backstage/integration`.
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Added the correctly-spelled `AzureBlobStorageIntegration` class export and deprecated the previous typoed `AzureBlobStorageIntergation` export. Existing usage of `AzureBlobStorageIntergation` continues to work; switch to `AzureBlobStorageIntegration` to avoid future removal.
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
Updated `AzureBlobStorageUrlReader` to reference the correctly-named `AzureBlobStorageIntegration` type from `@backstage/integration`. The previously-used `AzureBlobStorageIntergation` is now an alias for the new type and remains a valid argument to the constructor.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Added the correctly-spelled `'widgetSettingsOverlay.editSettingsTooltip'` translation key in `homeTranslationRef` and deprecated the previous typoed `'widgetSettingsOverlay.editSettingsTooptip'` key. Existing references to the old key continue to work; switch to the new key to avoid future removal.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Added the correctly-spelled `RelatedEntitiesCard.domainEntityColumns` static property and deprecated the previous typoed `RelatedEntitiesCard.domainEntityColums` property. Existing references to the old property continue to work; switch to `domainEntityColumns` to avoid future removal.
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Added the correctly-spelled `'header'` literal to the `TableFiltersClassKey` union type and deprecated the previous typoed `'heder'` literal. The generated CSS class with the old key is preserved for backwards compatibility; switch to `'header'` to avoid future removal.