Merge pull request #33748 from backstage/freben/permissions-cleanup-step-3-wip

Remove deprecated alpha exports from @backstage/plugin-catalog-node
This commit is contained in:
Patrik Oldsberg
2026-04-07 15:08:51 +02:00
committed by GitHub
3 changed files with 10 additions and 95 deletions
@@ -0,0 +1,10 @@
---
'@backstage/plugin-catalog-node': minor
---
**BREAKING ALPHA**: Removed the following deprecated exports from `@backstage/plugin-catalog-node/alpha`:
- `catalogServiceRef` — use `catalogServiceRef` from `@backstage/plugin-catalog-node` instead
- `CatalogLocationsExtensionPoint` / `catalogLocationsExtensionPoint` — use the non-alpha equivalents from `@backstage/plugin-catalog-node` instead
- `CatalogProcessingExtensionPoint` / `catalogProcessingExtensionPoint` — use the non-alpha equivalents from `@backstage/plugin-catalog-node` instead
- `CatalogAnalysisExtensionPoint` / `catalogAnalysisExtensionPoint` — use the non-alpha equivalents from `@backstage/plugin-catalog-node` instead