backstage/backstage

[DevTools] Migrate the `ExternalDependenciesContent` component to Backstage UI (BUI)

Open

#32.746 aperta il 8 feb 2026

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)TypeScript (5277 fork)batch import
good first issueneeds:triage

Metriche repository

Star
 (26.101 star)
Metriche merge PR
 (Merge medio 15g) (121 PR mergiate in 30 g)

Descrizione

📝 Acknowledgement

  • I acknowledge that issues using this template may be closed without further explanation.

Content

The ExternalDependenciesContent component can be migrated to BUI.

The component code is here: https://github.com/backstage/backstage/blob/master/plugins/devtools/src/components/Content/ExternalDependenciesContent/ExternalDependenciesContent.tsx

The list of available Backstage UI components is here: https://ui.backstage.io/

The process would be to just switch out the Material UI (MUI) components with their Backstage UI (BUI) versions and visually check to make sure they match. Additionally the Table component from @backstage/core-components can be changes to use the Table from Backstage UI (BUI)

Guida contributor