changesets: add package metadata follow-up notes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 17:22:36 +01:00
parent f80cf50cda
commit 8e092338c6
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Added a missing dependency on `@backstage/filter-predicates` to `@backstage/core-compat-api`. This fixes package metadata for consumers that use compatibility helpers relying on filter predicate support.
@@ -0,0 +1,7 @@
---
'@backstage/core-components': patch
---
Fixed the shared `Progress` component to provide an accessible name for its loading indicator by default. This improves screen reader support and accessibility checks across pages that render the default loading bar.
**Affected components:** Progress
@@ -0,0 +1,5 @@
---
'@backstage/frontend-test-utils': patch
---
Added a missing dependency on `@backstage/filter-predicates` to `@backstage/frontend-test-utils`. This fixes package metadata for consumers using the frontend test app helpers with predicate-based behavior.