Merge branch 'backstage:master' into master

This commit is contained in:
Joe Patterson
2022-09-09 10:31:27 +10:00
committed by GitHub
57 changed files with 634 additions and 159 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': minor
---
Added refresh function to the `EntityProviderConnection` to be able to schedule refreshes from entity providers.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Support showing counts in option labels of the `EntityTagPicker`. You can enable this by adding the `showCounts` property
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-client': minor
---
Adding `validateEntity` method that calls `/validate-entity` endpoint.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Added the `refresh` function to the Connection of the entity providers.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/app-defaults': patch
'@backstage/test-utils': patch
---
Add missing peer dependencies
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated `versions:bump` command to be compatible with Yarn 3.