Merge pull request #32567 from backstage/api-conflict-error-changesets

Add changesets for API conflict error behavior
This commit is contained in:
Patrik Oldsberg
2026-01-29 16:30:07 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-defaults': minor
---
**BREAKING**: The `API_FACTORY_CONFLICT` warning is now treated as an error and will prevent the app from starting.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': minor
---
**BREAKING**: Updated the behavior of the new API override logic to reject the override and block app startup instead of just logging a deprecation warning.