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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
+18 -1
View File
@@ -223,16 +223,20 @@
"@backstage/plugin-techdocs-react": "1.3.10",
"@backstage/plugin-user-settings": "0.9.2",
"@backstage/plugin-user-settings-backend": "0.4.2",
"@backstage/plugin-user-settings-common": "0.1.0"
"@backstage/plugin-user-settings-common": "0.1.0",
"@backstage/plugin-catalog-backend-module-msgraph-incremental": "0.0.0"
},
"changesets": [
"add-missing-transitive-deps",
"add-no-self-package-imports-lint-rule",
"add-service-unavailable-error-name",
"brave-groups-learn",
"bui-bg-inherit-css-var",
"chubby-candies-cry",
"clamp-react-aria-deps",
"core-header-marker",
"create-app-1777391535",
"create-app-1777992972",
"deduplicate-joinpaths-routing",
"delegate-attach-mock-api-factory",
"devtools-refresh-after-scheduled-task-action",
@@ -254,19 +258,27 @@
"fix-scheduler-sleep-overflow",
"fix-tabs-active-indicator-disappearing",
"fix-widget-resize-after-edit",
"fluffy-brooms-sniff",
"free-ways-flow",
"funny-animals-prove",
"funny-areas-rescue",
"gitlab-integration-fetch-fixes",
"gold-drinks-poke",
"gold-friends-end",
"header-improvements",
"header-sticky-prop",
"isolate-invalid-feature-flags",
"kind-files-press",
"lazy-rings-end",
"limit-remix-icon-version",
"link-focus-visible",
"mean-monkeys-create",
"move-registermswtesthooks-to-test-utils",
"msgraph-incremental-initial",
"owner-column-cleanup",
"plugin-header-spacing",
"preserve-external-hrefs-useDefinition",
"purple-insects-cross",
"remove-duplicate-deps",
"remove-portable-schema-deprecated-prop",
"remove-unused-deps",
@@ -276,8 +288,13 @@
"shy-ways-lay",
"slack-scope-message-updates",
"swappable-notification-description",
"tough-pots-dream",
"ui-date-range-picker",
"unprocessed-entities-read-auth-check",
"unprocessed-entities-read-permission",
"upgrade-module-federation-v2",
"usetable-complete-debounce",
"whole-bees-wave",
"zod-v3-config-schema-docs",
"zod-v4-dep-bump"
]
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.51.0-next.1",
"version": "1.51.0-next.2",
"backstage": {
"cli": {
"new": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend
## 0.0.50-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend@2.1.2-next.1
- @backstage/plugin-techdocs-backend@2.2.0-next.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.12-next.1
- @backstage/plugin-search-backend-module-techdocs@0.4.14-next.1
## 0.0.50-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.50-next.1",
"version": "0.0.50-next.2",
"backstage": {
"role": "backend"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/core-components
## 0.18.10-next.1
### Patch Changes
- 021b368: Added stable DOM markers to the legacy Page and Header so adjacent layout components can coordinate spacing without relying on generated class names.
## 0.18.10-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-components",
"version": "0.18.10-next.0",
"version": "0.18.10-next.1",
"description": "Core components used by Backstage plugins and apps",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.8.3-next.2
### Patch Changes
- Bumped create-app version.
## 0.8.3-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.8.3-next.1",
"version": "0.8.3-next.2",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
+9
View File
@@ -1,5 +1,14 @@
# @backstage/integration
## 2.0.2-next.1
### Patch Changes
- 6b112d3: Fixed two issues in the GitLab integration's fetch behavior:
- The internal fetch wrapper was passing `mode: 'same-origin'` on every request. This had no practical effect server-side, but would have caused cross-origin requests to be rejected when the integration is used from a browser. Requests now use the default fetch mode and work correctly in both browser and Node environments.
- When retries are configured, transient network errors (such as dropped connections or DNS hiccups) are now retried using the same `maxRetries` and exponential delay as retryable HTTP status codes. Previously, a thrown fetch error would propagate immediately on the first failure regardless of the retry configuration. Caller-initiated aborts continue to surface immediately without being retried.
## 2.0.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "2.0.2-next.0",
"version": "2.0.2-next.1",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.11.0-next.1
### Minor Changes
- 329f592: Add support for disabling external font downloads via techdocs-cli `techdocs-cli generate --disableExternalFonts`, useful for air-gapped Backstage instances.
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.15.0-next.1
## 1.10.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@techdocs/cli",
"version": "1.10.8-next.0",
"version": "1.11.0-next.1",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"backstage": {
"role": "cli"
+41
View File
@@ -1,5 +1,46 @@
# @backstage/ui
## 0.15.0-next.2
### Patch Changes
- 37535b2: Added a public `--bui-bg-inherit` CSS variable that resolves to the background
color of the nearest enclosing bg provider (`Box`, `Flex`, `Grid`, `Card`,
`Accordion`, or any element with a `data-bg` attribute), falling back to
`--bui-bg-app`. Use it from CSS for sticky or fixed elements that need to match
their surrounding surface without hardcoding a specific level.
```css
.searchBarContainer {
position: sticky;
top: 0;
background-color: var(--bui-bg-inherit);
}
```
As part of this change, the `data-bg` painting rules previously duplicated in
`Box`, `Flex`, `Grid`, `Accordion`, and `Card` have been centralized into a
single source in `core.css`. Painting and component behavior are unchanged for
all existing usages, with one minor expansion: any element with a `data-bg`
attribute (including provider elements and any element that sets it directly)
is now painted, not only `Box`/`Flex`/`Grid`/`Card`/`Accordion` elements.
- 5b85902: Fix `Card href=...` not showing a focus indicator on keyboard navigation. `Link` now composes `useFocusRing`, emits `data-focus-visible`, and renders a `--bui-ring` outline when keyboard-focused. The Card's existing focus-ring CSS matches when the trigger is focused.
_Affected components_: Card, Link
- 38bb056: Adjusted PluginHeader spacing and borders so headers with and without tabs align more consistently with surrounding page content, including when paired with page headers.
**Affected components:** PluginHeader, Header
- 25909ba: Added `searchDebounceMs` and `filterDebounceMs` options to `useTable` in `complete` mode. Both default to `0` (no debounce, no observable change for existing consumers); set them to defer the client-side filter/search/sort pipeline on large datasets without reimplementing input-layer debouncing. The controlled `search` / `onSearchChange` and `filter` / `onFilterChange` callbacks continue to fire on every change.
**Affected components:** Table
- ddca41f: Added a new `Combobox` component. It pairs a text input with a filterable dropdown of options and supports single selection, sectioned options, icons, sizes, and custom typed values via `allowsCustomValue`.
**Affected components:** Combobox
## 0.15.0-next.1
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/ui",
"version": "0.15.0-next.1",
"version": "0.15.0-next.2",
"backstage": {
"role": "web-library"
},
@@ -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",