Merge pull request #33851 from backstage/rugvip/remove-deprecated-permissioned-route

permission-react: remove deprecated `PermissionedRoute` component
This commit is contained in:
Patrik Oldsberg
2026-04-13 09:41:11 +02:00
committed by GitHub
9 changed files with 27 additions and 126 deletions
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': patch
---
Fixed the `peer-deps` command to only require peer dependencies that are actually referenced by each package, rather than requiring all tracked peer dependencies for every package with any React dependency.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-permission-react': minor
---
**BREAKING**: Removed the deprecated `PermissionedRoute` component. Use `RequirePermission` instead.