Skip to main content

Release v1.44.0-next.0

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.44.0-next.0

@backstage/plugin-scaffolder-backend@3.0.0-next.0

Major Changes

  • 9b81a90: BREAKING - Removing the deprecated types and interfaces, there's no replacement for these types, and hopefully not currently used as they offer no value with the plugin being on the new backend system and no way to consume them.

    Affected types: CreateWorkerOptions, CurrentClaimedTask, DatabaseTaskStore, DatabaseTaskStoreOptions, TaskManager, TaskStore, TaskStoreCreateTaskOptions, TaskStoreCreateTaskResult, TaskStoreEmitOptions, TaskStoreListEventsOptions, TaskStoreRecoverTaskOptions, TaskStoreShutDownTaskOptions, TaskWorker and TemplateActionRegistry.

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.15-next.0
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.14-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.9.1-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.9.6-next.0
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.14-next.0
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.14-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.3.3-next.0
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/backend-openapi-utils@0.6.1
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13-next.0
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15
    • @backstage/plugin-permission-common@0.9.1

@backstage/backend-defaults@0.13.0-next.0

Minor Changes

  • 2d3e2b2: implement support for direct url for AzureBlobStorageUrlReader search function

  • 8b91238: Adds support for configuring server-level HTTP options through the app-config.yaml file under the backend.server key. Supported options include headersTimeout, keepAliveTimeout, requestTimeout, timeout, maxHeadersCount, and maxRequestsPerSocket.

    These are passed directly to the underlying Node.js HTTP server. If omitted, Node.js defaults are used.

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-app-api@1.2.7
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/backend-dev-utils@0.1.5
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/cli-node@0.2.14
    • @backstage/config@1.3.3
    • @backstage/config-loader@1.10.3
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.17
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-api-docs@0.13.0-next.0

Minor Changes

  • b8a381e: Remove explicit dependency on isomorphic-form-data.

    This explicit dependency was added to address an issue in the dependency swagger-ui-react. That issue has since been resolved, and isomorphic-form-data no longer needs to be declared.

    Additionally, this changeset updates the swagger-ui-react dependency to version 5.19.0 or higher, which includes compatibility with the latest versions of the OpenAPI specification.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/plugin-catalog@1.31.4-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-scaffolder-node@0.12.0-next.0

Minor Changes

  • 9b81a90: BREAKING - Marking optional fields as required in the TaskBroker, these can be fixed with a no-op () => void if you don't want to implement the functions.

    • cancel, recoverTasks and retry are the required methods on the TaskBroker interface.

    NOTE: If you're affected by this breaking change, please reach out to us in an issue as we're thinking about completely removing the TaskBroker extension point soon and would like to hear your use cases for the upcoming re-architecture of the scaffolder-backend plugin.

Patch Changes

  • c8aa210: BREAKING ALPHA: We've moved the scaffolderActionsExtensionPoint from /alpha to the main export.

    // before
    import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node/alpha';

    // after
    import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node';
  • 6e2bda7: DEPRECATION: We're going to be working on refactoring a lot of the internals of the Scaffolder backend plugin, and with that comes a lot of deprecations and removals for public types that are making these things hard.

    If you're using these types, please reach out to us either on Discord or a GitHub issue with your use cases.

    • SerializedTask, SerializedTaskEvent, TaskBroker, TaskContext, TaskBrokerDispatchOptions, TaskBrokerDispatchResult, TaskCompletionState, TaskEventType, TaskFilter, TaskFilters, TaskStatus are the types that have now been marked as deprecated, and will be removed in a future release.
  • Updated dependencies

    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.1

@backstage/app-defaults@1.7.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8
    • @backstage/plugin-permission-react@0.4.36

@backstage/backend-dynamic-feature-service@0.7.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.1.1-next.0
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/plugin-events-backend@0.5.6
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/plugin-search-backend-node@1.3.15
    • @backstage/backend-openapi-utils@0.6.1
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.14
    • @backstage/config@1.3.3
    • @backstage/config-loader@1.10.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-app-node@0.1.37
    • @backstage/plugin-events-node@0.4.15
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-search-common@1.2.19

@backstage/backend-test-utils@1.9.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/backend-app-api@1.2.7
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.15
    • @backstage/plugin-permission-common@0.9.1

@backstage/cli@0.34.4-next.0

Patch Changes

  • 6ebc1ea: Fixed module federation config by only setting import: false on shared libraries for remote.
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/cli-common@0.1.15
    • @backstage/cli-node@0.2.14
    • @backstage/config@1.3.3
    • @backstage/config-loader@1.10.3
    • @backstage/errors@1.2.7
    • @backstage/eslint-plugin@0.1.11
    • @backstage/release-manifests@0.0.13
    • @backstage/types@1.2.2

@backstage/core-compat-api@0.5.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/version-bridge@1.0.11

@backstage/core-components@0.18.2-next.0

Patch Changes

  • d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
  • 6981ae6: Fixed DependencyGraph svg size not adapting to the container size
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/theme@0.6.8
    • @backstage/version-bridge@1.0.11

@backstage/create-app@0.7.5-next.0

Patch Changes

  • Bumped create-app version.
  • Updated dependencies
    • @backstage/cli-common@0.1.15

@backstage/dev-utils@1.1.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/app-defaults@1.7.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8

@backstage/frontend-app-api@0.13.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-defaults@0.3.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/config@1.3.3
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11

@backstage/frontend-defaults@0.3.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-app@0.3.1-next.0
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/frontend-app-api@0.13.1-next.0

@backstage/frontend-dynamic-feature-loader@0.1.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/config@1.3.3

@backstage/frontend-plugin-api@0.12.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11

@backstage/frontend-test-utils@0.3.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-app@0.3.1-next.0
    • @backstage/config@1.3.3
    • @backstage/frontend-app-api@0.13.1-next.0
    • @backstage/test-utils@1.7.11
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11

@backstage/integration@1.18.1-next.0

Patch Changes

  • d772b51: remove host from azure blob storage integration type
  • 84443f1: Adds config definitions for Azure Blob Storage.
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/integration-react@1.2.11-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.11.0

@techdocs/cli@1.9.9-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-techdocs-node@1.13.8-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.3

@backstage/ui@0.7.2-next.0

Patch Changes

  • 827340f: remove default selection of tab
  • 9a47125: Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.

@backstage/plugin-app@0.3.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-app-visualizer@0.1.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0

@backstage/plugin-auth@0.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/errors@1.2.7
    • @backstage/theme@0.6.8

@backstage/plugin-auth-react@0.1.20-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7

@backstage/plugin-bitbucket-cloud-common@0.3.3-next.0

Patch Changes

  • 2aded73: Allow for passing a pagelen parameter to configure the pagelength property of the BitbucketCloudEntityProvider searchCode pagination to resolve bug pertaining to duplicate results being returned.
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0

@backstage/plugin-catalog@1.31.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-catalog-backend@3.1.1-next.0

Patch Changes

  • 9890488: Internal refactor to remove remnants of the old backend system

  • 2aaf01a: Fix for duplicate search results in entity-facets API call

  • e489661: Moved catalog processor and provider disabling and priorities under own config objects.

    This is due to issue with some existing providers, such as GitHub, using array syntax for the provider configuration.

    The new config format is not backwards compatible, so users will need to update their config files. The new format is as follows:

    catalog:
    providerOptions:
    providerA:
    disabled: false
    providerB:
    disabled: true
    processorOptions:
    processorA:
    disabled: false
    priority: 10
    processorB:
    disabled: true
  • Updated dependencies

    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/backend-openapi-utils@0.6.1
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-catalog-backend-module-aws@0.4.16-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-azure@0.3.10-next.0

Patch Changes

  • 84443f1: Adds config definitions for Azure Blob Storage.
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.4-next.0

Patch Changes

  • 2aded73: Allow for passing a pagelen parameter to configure the pagelength property of the BitbucketCloudEntityProvider searchCode pagination to resolve bug pertaining to duplicate results being returned.
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.3.3-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-gcp@0.3.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-gerrit@0.3.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-gitea@0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-github@0.11.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.1.1-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-github-org@0.3.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-github@0.11.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-gitlab@0.7.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-gitlab-org@0.2.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-gitlab@0.7.4-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.1.1-next.0
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-events-node@0.4.15
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-catalog-backend-module-logs@0.1.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.1.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-catalog-backend-module-openapi@0.2.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-catalog-graph@0.5.2-next.0

Patch Changes

  • 87b5e6e: Add missing API implementation for catalog graph plugin in NFS apps.
  • 6981ae6: Fixed DependencyGraph svg size not adapting to the container size
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/types@1.2.2

@backstage/plugin-catalog-import@0.13.6-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.5

@backstage/plugin-catalog-react@1.21.2-next.0

Patch Changes

  • 2a3704d: Correct translation key from "type" to "owner" for owner column in entity table to ensure the right translation is loaded.
  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-test-utils@0.3.7-next.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-catalog-unprocessed-entities@0.2.22-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7

@backstage/plugin-config-schema@0.1.73-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-devtools@0.1.32-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/plugin-devtools-common@0.1.17
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-devtools-backend@0.5.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.3
    • @backstage/config-loader@1.10.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-devtools-common@0.1.17
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-events-backend-module-github@0.4.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.15

@backstage/plugin-home@0.8.13-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-home-react@0.1.31-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8

@backstage/plugin-home-react@0.1.31-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0

@backstage/plugin-kubernetes@0.12.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-kubernetes-react@0.5.12-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-kubernetes-backend@0.20.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/plugin-kubernetes-node@0.3.5-next.0
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.17
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-kubernetes-cluster@0.0.30-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/plugin-kubernetes-react@0.5.12-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-kubernetes-common@0.9.7-next.0

Patch Changes

  • bdd7f95: Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.
  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-kubernetes-node@0.3.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/types@1.2.2

@backstage/plugin-kubernetes-react@0.5.12-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.7-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-mcp-actions-backend@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-notifications@0.5.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/plugin-notifications-common@0.1.0
    • @backstage/plugin-signals-react@0.0.15

@backstage/plugin-org@0.6.45-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/plugin-catalog-common@1.1.5

@backstage/plugin-org-react@0.1.43-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0

@backstage/plugin-scaffolder@1.34.2-next.0

Patch Changes

  • e0ffe84: Add missing templatingExtensions option to RouterProps.contextMenu to allow global control across scaffolder pages
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/plugin-scaffolder-react@1.19.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-scaffolder-backend-module-azure@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.15-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/plugin-bitbucket-cloud-common@0.3.3-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.16-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-backend-module-gcp@0.2.14-next.0

Patch Changes

  • baf1cab: Fix documentation strings to mention GCP instead of Azure
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gerrit@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gitea@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-github@0.9.1-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-node@1.19.0

@backstage/plugin-scaffolder-backend-module-gitlab@0.9.6-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-notifications@0.1.15-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/plugin-notifications-common@0.1.0
    • @backstage/plugin-notifications-node@0.2.19

@backstage/plugin-scaffolder-backend-module-rails@0.5.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-backend-module-sentry@0.2.14-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-yeoman@0.4.15-next.0

Patch Changes

  • c8aa210: Updating import for the scaffolderActionsExtensionPoint to be the main export
  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/types@1.2.2
    • @backstage/plugin-scaffolder-node-test-utils@0.3.4-next.0

@backstage/plugin-scaffolder-common@1.7.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-scaffolder-node-test-utils@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.12.0-next.0
    • @backstage/backend-test-utils@1.9.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-react@1.19.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-scaffolder-common@1.7.2-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-permission-react@0.4.36

@backstage/plugin-search@1.4.31-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend@2.0.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/plugin-search-backend-node@1.3.15
    • @backstage/backend-openapi-utils@0.6.1
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-pg@0.5.49-next.0

Patch Changes

  • a919ca3: Truncate long docs to fit PG index size limit
  • 8d15a51: Added the < character to the query filter regexp
  • Updated dependencies
    • @backstage/plugin-search-backend-node@1.3.15
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/config@1.3.3
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-backend-module-techdocs@0.4.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-node@1.3.15
    • @backstage/plugin-techdocs-node@1.13.8-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-react@1.9.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-signals@0.0.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/plugin-signals-react@0.0.15

@backstage/plugin-techdocs@1.15.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-auth-react@0.1.20-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/theme@0.6.8
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-techdocs-addons-test-utils@1.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/plugin-catalog@1.31.4-next.0
    • @backstage/plugin-techdocs@1.15.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/test-utils@1.7.11

@backstage/plugin-techdocs-backend@2.1.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/plugin-techdocs-node@1.13.8-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-client@1.12.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.19.0
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-search-backend-module-techdocs@0.4.7-next.0
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-techdocs-module-addons-contrib@1.1.29-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/integration@1.18.1-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/core-plugin-api@1.11.0

@backstage/plugin-techdocs-node@1.13.8-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.18.1-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-search-common@1.2.19
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-techdocs-react@1.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-plugin-api@1.11.0
    • @backstage/version-bridge@1.0.11
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-user-settings@0.8.27-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/errors@1.2.7
    • @backstage/theme@0.6.8
    • @backstage/types@1.2.2
    • @backstage/plugin-signals-react@0.0.15
    • @backstage/plugin-user-settings-common@0.0.1

@backstage/plugin-user-settings-backend@0.3.7-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-signals-node@0.1.24
    • @backstage/plugin-user-settings-common@0.0.1

example-app@0.2.114-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.7.2-next.0
    • @backstage/plugin-catalog-graph@0.5.2-next.0
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/cli@0.34.4-next.0
    • @backstage/plugin-scaffolder@1.34.2-next.0
    • @backstage/plugin-api-docs@0.13.0-next.0
    • @backstage/plugin-catalog@1.31.4-next.0
    • @backstage/plugin-catalog-import@0.13.6-next.0
    • @backstage/plugin-home@0.8.13-next.0
    • @backstage/plugin-kubernetes@0.12.12-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.30-next.0
    • @backstage/plugin-org@0.6.45-next.0
    • @backstage/plugin-scaffolder-react@1.19.2-next.0
    • @backstage/plugin-search@1.4.31-next.0
    • @backstage/plugin-techdocs@1.15.1-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.29-next.0
    • @backstage/plugin-user-settings@0.8.27-next.0
    • @backstage/app-defaults@1.7.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-auth-react@0.1.20-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.22-next.0
    • @backstage/plugin-devtools@0.1.32-next.0
    • @backstage/plugin-notifications@0.5.10-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/plugin-signals@0.0.24-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/frontend-app-api@0.13.1-next.0
    • @backstage/theme@0.6.8
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search-common@1.2.19

example-app-next@0.0.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.7.2-next.0
    • @backstage/plugin-catalog-graph@0.5.2-next.0
    • @backstage/plugin-catalog-react@1.21.2-next.0
    • @backstage/core-components@0.18.2-next.0
    • @backstage/cli@0.34.4-next.0
    • @backstage/plugin-scaffolder@1.34.2-next.0
    • @backstage/plugin-api-docs@0.13.0-next.0
    • @backstage/core-compat-api@0.5.3-next.0
    • @backstage/plugin-catalog@1.31.4-next.0
    • @backstage/plugin-catalog-import@0.13.6-next.0
    • @backstage/plugin-home@0.8.13-next.0
    • @backstage/plugin-kubernetes@0.12.12-next.0
    • @backstage/plugin-kubernetes-cluster@0.0.30-next.0
    • @backstage/plugin-org@0.6.45-next.0
    • @backstage/plugin-scaffolder-react@1.19.2-next.0
    • @backstage/plugin-search@1.4.31-next.0
    • @backstage/plugin-techdocs@1.15.1-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.29-next.0
    • @backstage/plugin-user-settings@0.8.27-next.0
    • @backstage/app-defaults@1.7.1-next.0
    • @backstage/frontend-defaults@0.3.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-app@0.3.1-next.0
    • @backstage/plugin-app-visualizer@0.1.24-next.0
    • @backstage/plugin-auth@0.1.1-next.0
    • @backstage/plugin-auth-react@0.1.20-next.0
    • @backstage/plugin-catalog-unprocessed-entities@0.2.22-next.0
    • @backstage/plugin-notifications@0.5.10-next.0
    • @backstage/plugin-search-react@1.9.5-next.0
    • @backstage/plugin-signals@0.0.24-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/frontend-app-api@0.13.1-next.0
    • @backstage/theme@0.6.8
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-permission-react@0.4.36
    • @backstage/plugin-search-common@1.2.19

app-next-example-plugin@0.0.28-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0

example-backend@0.0.43-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.1.1-next.0
    • @backstage/backend-defaults@0.13.0-next.0
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.15-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.9.1-next.0
    • @backstage/plugin-scaffolder-backend@3.0.0-next.0
    • @backstage/plugin-app-backend@0.5.6
    • @backstage/plugin-auth-backend@0.25.4
    • @backstage/plugin-auth-backend-module-github-provider@0.3.7
    • @backstage/plugin-auth-backend-module-openshift-provider@0.1.0
    • @backstage/plugin-auth-node@0.6.7
    • @backstage/plugin-devtools-backend@0.5.10-next.0
    • @backstage/plugin-events-backend@0.5.6
    • @backstage/plugin-events-backend-module-google-pubsub@0.1.4
    • @backstage/plugin-kubernetes-backend@0.20.3-next.0
    • @backstage/plugin-mcp-actions-backend@0.1.4-next.0
    • @backstage/plugin-notifications-backend@0.5.10
    • @backstage/plugin-permission-backend@0.7.4
    • @backstage/plugin-permission-node@0.10.4
    • @backstage/plugin-proxy-backend@0.6.6
    • @backstage/plugin-search-backend@2.0.7-next.0
    • @backstage/plugin-search-backend-node@1.3.15
    • @backstage/plugin-signals-backend@0.3.8
    • @backstage/plugin-techdocs-backend@2.1.1-next.0
    • @backstage/plugin-catalog-backend-module-openapi@0.2.15-next.0
    • @backstage/backend-plugin-api@1.4.3
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.12
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.6
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13-next.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.6.4
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.12
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-search-backend-module-catalog@0.3.8
    • @backstage/plugin-search-backend-module-explore@0.3.7
    • @backstage/plugin-search-backend-module-techdocs@0.4.7-next.0

e2e-test@0.2.33-next.0

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.7.5-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.7

@internal/frontend@0.0.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.12.1-next.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.11

@internal/scaffolder@0.0.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.19.2-next.0
    • @backstage/frontend-plugin-api@0.12.1-next.0

techdocs-cli-embedded-app@0.2.113-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/cli@0.34.4-next.0
    • @backstage/plugin-catalog@1.31.4-next.0
    • @backstage/plugin-techdocs@1.15.1-next.0
    • @backstage/app-defaults@1.7.1-next.0
    • @backstage/integration-react@1.2.11-next.0
    • @backstage/plugin-techdocs-react@1.3.4-next.0
    • @backstage/catalog-model@1.7.5
    • @backstage/config@1.3.3
    • @backstage/core-app-api@1.19.0
    • @backstage/core-plugin-api@1.11.0
    • @backstage/test-utils@1.7.11
    • @backstage/theme@0.6.8

@internal/plugin-todo-list@1.0.44-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.18.2-next.0
    • @backstage/core-plugin-api@1.11.0