Release v1.54.0-next.2
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.54.0-next.2
@backstage/frontend-plugin-api@0.18.0-next.0
Minor Changes
- 907793c: BREAKING: Removed the deprecated
config.schemaoption for extensions and extension blueprints. Use the top-levelconfigSchemaoption with Standard Schema-compatible schema values, such as Zod v4.
@backstage/plugin-catalog-backend@3.9.0-next.2
Minor Changes
- c7c0ec3: Added a
refresh-catalog-entityaction so agents and MCP clients can re-queue a single entity for processing after creating or updating it — useful for reading back fresh data immediately after a scaffolder run without waiting for the next scheduled processing loop.
Patch Changes
- aa318d0: Migrated internal query filter handling from
EntityFiltertoFilterPredicate, simplifying the filter parsing and query application pipeline. - 10f0713: Replaced the delete-all and reinsert pattern for the
relationstable with a diff-based sync that only touches rows that actually changed. In steady state (the common case), zero writes occur, eliminating write churn, dead tuples, and WAL traffic from the processing path. Stitching is now also skipped for relation neighbors that did not change. - eb6dff2: Fixed an issue where PostgreSQL deadlock errors during entity provider mutations were silently swallowed, causing entities to be dropped until the next full refresh. Transactions are now automatically retried on deadlock with exponential back-off.
- dd562f0: Fixed a potential MySQL deadlock during concurrent entity processing by retrying the
updateProcessedEntitytransaction on deadlock errors. - b031a48: Fixed an issue where SCM
location.movedevents would generate new locations in the database for files that were not actively tracked. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/app-defaults@1.7.11-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/backend-defaults@0.17.7-next.2
Patch Changes
- b1b6c80: Read-only actions now default to non-destructive when the destructive attribute is omitted.
- 78bf918: chore(deps): bump
tarfrom 7.5.15 to 7.5.21 - bb98419: TypeScript configuration schema warnings discovered while setting up secret redaction are now reported through the Backstage logger.
- Updated dependencies
- @backstage/config-loader@1.11.2-next.0
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/backend-dynamic-feature-service@0.8.6-next.1
Patch Changes
- bb98419: TypeScript configuration schema warnings discovered while setting up secret redaction are now reported through the Backstage logger.
- Updated dependencies
- @backstage/backend-defaults@0.17.7-next.2
- @backstage/plugin-catalog-backend@3.9.0-next.2
- @backstage/config-loader@1.11.2-next.0
- @backstage/plugin-scaffolder-node@0.13.6-next.2
- @backstage/backend-plugin-api@1.10.0-next.1
- @backstage/plugin-app-node@0.1.48-next.1
@backstage/backend-plugin-api@1.10.0-next.1
Patch Changes
- b1b6c80: Documented the default destructive and read-only action attribute values.
@backstage/backend-test-utils@1.11.6-next.1
Patch Changes
- b1b6c80: Aligned mocked action attributes so read-only actions default to non-destructive.
- Updated dependencies
- @backstage/backend-defaults@0.17.7-next.2
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/cli@0.36.5-next.1
Patch Changes
- Updated dependencies
- @backstage/cli-module-build@0.1.7-next.0
- @backstage/cli-module-test-jest@0.1.5-next.0
- @backstage/cli-defaults@0.1.5-next.0
@backstage/cli-defaults@0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/cli-module-new@0.1.6-next.0
- @backstage/cli-module-build@0.1.7-next.0
- @backstage/cli-module-test-jest@0.1.5-next.0
- @backstage/cli-module-config@0.1.6-next.0
- @backstage/cli-module-lint@0.1.5-next.0
@backstage/cli-module-build@0.1.7-next.0
Patch Changes
- 943687f: Stopped disabling the Node.js snapshot by default when starting backends or running tests.
- 4d7b153: chore(deps): bump
shell-quotefrom 1.8.4 to 1.9.0 - 78bf918: chore(deps): bump
tarfrom 7.5.15 to 7.5.21 - bb98419: Package preparation for publishing validates TypeScript configuration schemas strictly, preventing invalid schemas from being published. Other build and bundle paths report schema errors as warnings.
- Updated dependencies
- @backstage/config-loader@1.11.2-next.0
@backstage/cli-module-config@0.1.6-next.0
Patch Changes
- bb98419: The
--strictflag forconfig:checknow treats TypeScript configuration schema errors as fatal. The same flag is now also available forconfig:schema. - Updated dependencies
- @backstage/config-loader@1.11.2-next.0
@backstage/cli-module-lint@0.1.5-next.0
Patch Changes
- 4d7b153: chore(deps): bump
shell-quotefrom 1.8.4 to 1.9.0
@backstage/cli-module-new@0.1.6-next.0
Patch Changes
- 90ef477: Added a new
permission-policy-moduletemplate for scaffolding custom permission policies viabackstage-cli new. The template generates a backend module that wires aPermissionPolicyimplementation into the permission backend using thepolicyExtensionPoint, along with a test example. - 88b2bbf: Added a
search-collator-moduletemplate for scaffolding new search collator modules viabackstage-cli new. - 2c7cc55: Added a new
catalog-processor-moduletemplate for scaffolding catalog processor modules viabackstage-cli new. - 0e6007f: Updated the
plugin-web-librarytemplate to usetoastApiReffrom@backstage/frontend-plugin-apiinstead of the deprecatedalertApiReffrom@backstage/core-plugin-api. - 90bbc2e: Added
UserInfoServiceto thepermission-policy-moduletemplate so that scaffolded permission policies have the service already wired up for ownership lookups. - 10887f4: Fixed generated frontend plugin tables to identify their row header, and added the associated backend plugin package as a development dependency of generated backend plugin modules.
@backstage/cli-module-test-jest@0.1.5-next.0
Patch Changes
- 943687f: Stopped disabling the Node.js snapshot by default when starting backends or running tests.
@backstage/config-loader@1.11.2-next.0
Patch Changes
- 0c67dbc: Fix issue where
backstage-cli config:check --strictwould incorrectly reject valid configuration for open-ended object schemas, such as plain objects or map-like structures. - bb98419: Added an
onSchemaErrorcallback that allows callers to report TypeScript configuration schema errors and continue loading. The callback receives aConfigSchemaErrorcontaining the source package and underlying cause. Without a handler, schema errors are thrown.
@backstage/core-app-api@1.20.4-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/core-compat-api@0.5.14-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/plugin-app-react@0.2.6-next.0
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/core-components@0.18.13-next.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/core-plugin-api@1.12.9-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
@backstage/create-app@0.9.1-next.2
Patch Changes
- 943687f: Generated backend Dockerfiles no longer disable the Node.js snapshot or install native build dependencies for the Scaffolder.
- 9138f34: Added a GitHub Actions CI workflow to the default app template. New Backstage instances created with
create-appnow include a.github/workflows/ci.ymlthat runs lint, type checking, tests, configuration validation, and a Docker image build on every pull request. - 2828e31: Added a prerequisites check when creating a new app that validates Node.js LTS version and Yarn availability before proceeding, and warns if Python is not found.
@backstage/dev-utils@1.1.26-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/app-defaults@1.7.11-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
@backstage/frontend-app-api@0.16.7-next.1
Patch Changes
- 6497d0f: Respect explicit API reference plugin ownership when resolving conflicting API factories.
- a8b5ba6: Updated dependencies.
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/frontend-defaults@0.5.5-next.1
- @backstage/core-app-api@1.20.4-next.1
@backstage/frontend-defaults@0.5.5-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.5.2-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/frontend-app-api@0.16.7-next.1
- @backstage/core-components@0.18.13-next.2
@backstage/frontend-dev-utils@0.1.5-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.5.2-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/frontend-defaults@0.5.5-next.1
@backstage/frontend-dynamic-feature-loader@0.1.15-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
@backstage/frontend-test-utils@0.6.3-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.5.2-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/frontend-app-api@0.16.7-next.1
- @backstage/plugin-app-react@0.2.6-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-app-api@1.20.4-next.1
- @backstage/test-utils@1.7.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/integration-react@1.2.21-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/repo-tools@0.18.1-next.1
Patch Changes
- 78bf918: chore(deps): bump
tarfrom 7.5.15 to 7.5.21 - Updated dependencies
- @backstage/config-loader@1.11.2-next.0
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/test-utils@1.7.21-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-app-api@1.20.4-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-api-docs@0.14.4-next.1
Patch Changes
- a8b5ba6: Updated dependencies.
- Updated dependencies
- @backstage/plugin-catalog@2.0.8-next.2
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-app@0.5.2-next.2
Patch Changes
- 2dd51e6: Fixed config-driven route redirects to preserve the query string and fragment from the original URL. Previously, redirects declared under
app.extensions[].app/routes.config.redirectssilently dropped everything after?or#in the incoming URL. - Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/plugin-app-react@0.2.6-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-app-backend@0.5.17-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.2-next.0
- @backstage/backend-plugin-api@1.10.0-next.1
- @backstage/plugin-app-node@0.1.48-next.1
@backstage/plugin-app-module-user-settings@0.1.1-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/plugin-user-settings@0.9.6-next.1
- @backstage/plugin-signals-react@0.0.25-next.0
@backstage/plugin-app-node@0.1.48-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.2-next.0
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-app-react@0.2.6-next.0
Patch Changes
- a8b5ba6: Updated dependencies.
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/plugin-app-visualizer@0.2.7-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-auth@0.1.11-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
@backstage/plugin-auth-backend@0.30.0-next.1
Patch Changes
- 4e884d2: Skip SSRF protection for CIMD metadata fetches when the
client_idmatches an exact (non-wildcard) entry inallowedClientIdPatterns. Exact patterns mean the administrator explicitly listed a specific URL, so the DNS resolution is trusted. Wildcard patterns still enforce the SSRF check to protect against attacker-controlled subdomains resolving to internal addresses. - 827989d: Fixed the built-in CLI client being rejected when
allowedClientIdPatternsis configured for Client ID Metadata Documents. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-auth-react@0.1.30-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-catalog@2.0.8-next.2
Patch Changes
- 80b37b3: Fixed the
AboutFieldlabel in the About card usingvariant="inherit"instead ofvariant="h2"to prevent theme typography overrides from changing the intended 10px label size. - Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.15-next.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.7-next.2
- @backstage/plugin-catalog-backend@3.9.0-next.2
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-catalog-backend-module-logs@0.1.25-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.9.0-next.2
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-catalog-graph@0.6.7-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-catalog-import@0.13.16-next.2
Patch Changes
- 74fb85d: Remove obsolete location import error handling in StepReviewLocation.
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-catalog-react@3.2.1-next.2
Patch Changes
-
e766061: Fixed an issue where the "Owned" count in
UserListPickerwould display the total number of catalog entities instead of 0 when the logged-in user has no ownership entity refs. The emptyrelations.ownedByfilter was being silently dropped by the catalog client, causing the backend to return all entities with no ownership filter applied.This was a regression introduced in #22131, which removed an explicit
ownershipEntityRefs?.length === 0guard that had been present since #20339. -
Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-catalog-unprocessed-entities@0.2.34-next.1
Patch Changes
- 531495a: Migrated the Unprocessed Entities UI to the Backstage UI component library. The page, dialogs, and action buttons now use the new design system, and the raw entity definition and delete confirmation dialogs have an updated look and feel. The pending entities tab now also has a search box, matching the failed entities tab.
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-config-schema@0.1.83-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-devtools@0.1.42-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-devtools-backend@0.5.20-next.1
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.11.2-next.0
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-devtools-react@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/plugin-gateway-backend@1.1.8-next.1
Patch Changes
- fa72461: Updated dependency
@opentelemetry/coreto^2.0.0. - 9da01b6: chore(deps): bump
http-proxy-middlewarefrom 3.0.5 to 3.0.7 - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-home@0.9.9-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-home-react@0.1.41-next.1
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-home-react@0.1.41-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-kubernetes@0.12.22-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-kubernetes-react@0.5.23-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-kubernetes-cluster@0.0.40-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-kubernetes-react@0.5.23-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-kubernetes-react@0.5.23-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-mcp-actions-backend@0.2.1-next.1
Patch Changes
- d7d03d9: Replaced duplicated documentation in the README with a link to the full docs on
backstage.io. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-mui-to-bui@0.2.10-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/plugin-notifications@0.5.20-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-signals-react@0.0.25-next.0
@backstage/plugin-notifications-backend@0.6.8-next.1
Patch Changes
- 3222945: Fixed notification recipient resolution to safely handle cyclic group relationships during group traversal, preventing endless recursion.
- Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-notifications-backend-module-email@0.3.24-next.1
Patch Changes
- a4e7831: Updated
nodemailerfrom v8 to v9. The new major version validates TLS certificates by default when fetching remote content such as attachments or OAuth2 tokens. If your SMTP relay or OAuth2 endpoint uses a self-signed or otherwise untrusted certificate, email delivery may start failing. You can opt out per transport by settingtls: { rejectUnauthorized: false }in your nodemailer transport options. - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-org@0.7.7-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-org-react@0.1.53-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-permission-react@0.5.4-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/plugin-scaffolder@1.38.2-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-scaffolder-react@2.0.3-next.2
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-scaffolder-backend@4.0.3-next.2
Patch Changes
- 943687f: Removed the native addon requirement from scaffolder template rendering. Templates now run through a TypeScript interpreter, and the backend no longer needs the
--no-node-snapshotNode.js option. - Updated dependencies
- @backstage/plugin-scaffolder-node@0.13.6-next.2
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-scaffolder-node@0.13.6-next.2
Patch Changes
- 78bf918: chore(deps): bump
tarfrom 7.5.15 to 7.5.21 - Updated dependencies
- @backstage/backend-plugin-api@1.10.0-next.1
@backstage/plugin-scaffolder-react@2.0.3-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-permission-react@0.5.4-next.0
@backstage/plugin-search@1.7.7-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-search-react@1.11.7-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-signals@0.0.34-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-signals-react@0.0.25-next.0
@backstage/plugin-signals-react@0.0.25-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
@backstage/plugin-techdocs@1.18.0-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-auth-react@0.1.30-next.1
@backstage/plugin-techdocs-addons-test-utils@2.0.8-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.8-next.2
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/plugin-techdocs@1.18.0-next.2
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-app-api@1.20.4-next.1
- @backstage/integration-react@1.2.21-next.1
- @backstage/test-utils@1.7.21-next.1
@backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.2
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
@backstage/plugin-techdocs-react@1.3.14-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2
@backstage/plugin-user-settings@0.9.6-next.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/plugin-signals-react@0.0.25-next.0
example-app@0.0.38-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.8-next.2
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/plugin-app@0.5.2-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/frontend-app-api@0.16.7-next.1
- @backstage/plugin-catalog-import@0.13.16-next.2
- @backstage/plugin-catalog-unprocessed-entities@0.2.34-next.1
- @backstage/plugin-api-docs@0.14.4-next.1
- @backstage/plugin-app-react@0.2.6-next.0
- @backstage/cli@0.36.5-next.1
- @backstage/app-defaults@1.7.11-next.1
- @backstage/core-compat-api@0.5.14-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/frontend-defaults@0.5.5-next.1
- @backstage/plugin-app-module-user-settings@0.1.1-next.1
- @backstage/plugin-app-visualizer@0.2.7-next.1
- @backstage/plugin-auth@0.1.11-next.1
- @backstage/plugin-catalog-graph@0.6.7-next.1
- @backstage/plugin-devtools@0.1.42-next.1
- @backstage/plugin-home@0.9.9-next.1
- @backstage/plugin-home-react@0.1.41-next.1
- @backstage/plugin-kubernetes@0.12.22-next.1
- @backstage/plugin-notifications@0.5.20-next.1
- @backstage/plugin-org@0.7.7-next.1
- @backstage/plugin-scaffolder@1.38.2-next.2
- @backstage/plugin-scaffolder-react@2.0.3-next.2
- @backstage/plugin-search@1.7.7-next.1
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/plugin-signals@0.0.34-next.1
- @backstage/plugin-techdocs@1.18.0-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.2
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/plugin-user-settings@0.9.6-next.1
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-auth-react@0.1.30-next.1
- @backstage/plugin-kubernetes-cluster@0.0.40-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
app-example-plugin@0.0.38-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/core-components@0.18.13-next.2
example-app-legacy@0.2.124-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.8-next.2
- @backstage/plugin-catalog-react@3.2.1-next.2
- @backstage/frontend-app-api@0.16.7-next.1
- @backstage/plugin-catalog-import@0.13.16-next.2
- @backstage/plugin-catalog-unprocessed-entities@0.2.34-next.1
- @backstage/plugin-api-docs@0.14.4-next.1
- @backstage/cli@0.36.5-next.1
- @backstage/app-defaults@1.7.11-next.1
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/plugin-catalog-graph@0.6.7-next.1
- @backstage/plugin-devtools@0.1.42-next.1
- @backstage/plugin-home@0.9.9-next.1
- @backstage/plugin-home-react@0.1.41-next.1
- @backstage/plugin-kubernetes@0.12.22-next.1
- @backstage/plugin-mui-to-bui@0.2.10-next.1
- @backstage/plugin-notifications@0.5.20-next.1
- @backstage/plugin-org@0.7.7-next.1
- @backstage/plugin-scaffolder@1.38.2-next.2
- @backstage/plugin-scaffolder-react@2.0.3-next.2
- @backstage/plugin-search@1.7.7-next.1
- @backstage/plugin-search-react@1.11.7-next.1
- @backstage/plugin-signals@0.0.34-next.1
- @backstage/plugin-techdocs@1.18.0-next.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.39-next.2
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/plugin-user-settings@0.9.6-next.1
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/plugin-auth-react@0.1.30-next.1
- @backstage/plugin-kubernetes-cluster@0.0.40-next.1
- @backstage/plugin-permission-react@0.5.4-next.0
example-backend@0.0.53-next.2
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.7-next.2
- @backstage/plugin-catalog-backend@3.9.0-next.2
- @backstage/plugin-auth-backend@0.30.0-next.1
- @backstage/backend-plugin-api@1.10.0-next.1
- @backstage/plugin-mcp-actions-backend@0.2.1-next.1
- @backstage/plugin-notifications-backend@0.6.8-next.1
- @backstage/plugin-scaffolder-backend@4.0.3-next.2
- @backstage/plugin-catalog-backend-module-logs@0.1.25-next.1
- @backstage/plugin-app-backend@0.5.17-next.1
- @backstage/plugin-devtools-backend@0.5.20-next.1
@internal/frontend@0.0.23-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
@internal/scaffolder@0.0.24-next.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/plugin-scaffolder-react@2.0.3-next.2
techdocs-cli-embedded-app@0.2.123-next.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.8-next.2
- @backstage/frontend-plugin-api@0.18.0-next.0
- @backstage/plugin-app-react@0.2.6-next.0
- @backstage/cli@0.36.5-next.1
- @backstage/frontend-defaults@0.5.5-next.1
- @backstage/plugin-techdocs@1.18.0-next.2
- @backstage/plugin-techdocs-react@1.3.14-next.1
- @backstage/core-app-api@1.20.4-next.1
- @backstage/core-components@0.18.13-next.2
- @backstage/integration-react@1.2.21-next.1
- @backstage/test-utils@1.7.21-next.1
@internal/plugin-todo-list@1.0.54-next.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.12.9-next.0
- @backstage/core-components@0.18.13-next.2