Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-05 14:57:07 +00:00
parent 25909ba27a
commit b0bc1e5cc9
33 changed files with 1845 additions and 17 deletions
@@ -0,0 +1,7 @@
# @backstage/plugin-catalog-backend-module-msgraph-incremental
## 0.1.0-next.0
### Minor Changes
- f1279ea: Introduces a cursor-based incremental ingestion provider for Microsoft Graph that processes users and groups one page at a time. Unlike `MicrosoftGraphOrgEntityProvider`, this module never holds the full dataset in memory — each burst processes a single page (up to 999 users or 100 groups). The `@odata.nextLink` cursor is persisted so a pod restart resumes from the last completed page rather than starting over.
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph-incremental",
"version": "0.0.0",
"version": "0.1.0-next.0",
"description": "A Backstage catalog backend module that incrementally ingests users and groups from Microsoft Graph",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend-module-unprocessed
## 0.6.12-next.1
### Patch Changes
- fa06df6: Added permission authorization checks to the unprocessed entities read endpoints for pending and failed entities.
- Updated dependencies
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.16-next.1
## 0.6.11-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-unprocessed",
"version": "0.6.11-next.0",
"version": "0.6.12-next.1",
"description": "Backstage Catalog module to view unprocessed entities",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,11 @@
# @backstage/plugin-catalog-unprocessed-entities-common
## 0.0.16-next.1
### Patch Changes
- fa06df6: Added `unprocessedEntitiesReadPermission` for authorizing read access to unprocessed entity endpoints.
## 0.0.15-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-unprocessed-entities-common",
"version": "0.0.15-next.0",
"version": "0.0.16-next.1",
"description": "Common functionalities for the catalog-unprocessed-entities plugin",
"backstage": {
"role": "common-library",
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-unprocessed-entities",
"version": "0.2.30-next.0",
"version": "0.2.31-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "catalog-unprocessed-entities",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-devtools
## 0.1.39-next.2
### Patch Changes
- 08c922e: Migrated `ConfigContent` component from Material UI to Backstage UI (BUI).
- Updated dependencies
- @backstage/ui@0.15.0-next.2
- @backstage/core-components@0.18.10-next.1
## 0.1.39-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools",
"version": "0.1.39-next.1",
"version": "0.1.39-next.2",
"backstage": {
"role": "frontend-plugin",
"pluginId": "devtools",
@@ -1,5 +1,12 @@
# @backstage/plugin-search-backend-module-techdocs
## 0.4.14-next.1
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.15.0-next.1
## 0.4.14-next.0
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-techdocs",
"version": "0.4.14-next.0",
"version": "0.4.14-next.1",
"description": "A module for the search backend that exports techdocs modules",
"backstage": {
"role": "backend-plugin-module",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/plugin-search-backend
## 2.1.2-next.1
### Patch Changes
- 303954b: Added action for search backend to query search engine using the actions registry
## 2.1.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend",
"version": "2.1.2-next.0",
"version": "2.1.2-next.1",
"description": "The Backstage backend plugin that provides your backstage app with search",
"backstage": {
"role": "backend-plugin",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-backend
## 2.2.0-next.1
### Minor Changes
- 5ef8d16: Add support for disabling external font downloads via app-config option `techdocs.generator.mkdocs.disableExternalFonts`, useful for air-gapped Backstage instances.
### Patch Changes
- Updated dependencies
- @backstage/integration@2.0.2-next.1
- @backstage/plugin-techdocs-node@1.15.0-next.1
## 2.1.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "2.1.8-next.0",
"version": "2.2.0-next.1",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-node
## 1.15.0-next.1
### Minor Changes
- 5ef8d16: Add support for disabling external font downloads via app-config option `techdocs.generator.mkdocs.disableExternalFonts`, useful for air-gapped Backstage instances.
### Patch Changes
- 6ce8462: Fixed bug causing `--legacyCopyReadmeMdToIndexMd` option to fail if docs directory is not present
- Updated dependencies
- @backstage/integration@2.0.2-next.1
## 1.14.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.14.6-next.0",
"version": "1.15.0-next.1",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",