# Release v1.24.0-next.0 ## @backstage/backend-app-api@0.6.0-next.0 ### Minor Changes - 4a3d434: **BREAKING**: For users that have migrated to the new backend system, incoming requests will now be rejected if they are not properly authenticated (e.g. with a Backstage bearer token or a backend token). Please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to circumvent this behavior in the short term and how to properly leverage it in the longer term. Added service factories for the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 - 0502d82: Updated the `permissionsServiceFactory` to forward the `AuthService` to the implementation. - 9802004: Made the `DefaultUserInfoService` claims check stricter - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/cli-node@0.2.4-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend@0.22.0-next.0 ### Minor Changes - 293c835: Add support for Service Tokens to Cloudflare Access auth provider - 492fe83: **BREAKING**: The `CatalogIdentityClient` constructor now also requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support the new auth services, which has also been done for the `createRouter` function. ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 - 2af5354: Bump dependency `jose` to v5 - 38af71a: Updated dependency `google-auth-library` to `^9.0.0`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - fa7ea3f: Internal refactor to break out how the router is constructed - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.6-next.0 - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.8-next.0 - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.4-next.0 - @backstage/plugin-auth-backend-module-oidc-provider@0.1.3-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.8-next.0 - @backstage/plugin-auth-backend-module-google-provider@0.1.10-next.0 - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.5-next.0 - @backstage/plugin-auth-backend-module-github-provider@0.1.10-next.0 - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.10-next.0 - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.10-next.0 - @backstage/plugin-auth-backend-module-okta-provider@0.0.6-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-guest-provider@0.1.0-next.0 ### Minor Changes - 1bedb23: Adds a new guest provider that maps guest users to actual tokens. This also shifts the default guest login to `user:development/guest` to reduce overlap with your production/real data. To change that (or set it back to the old default, use the new `auth.providers.guest.userEntityRef` config key) like so, ```yaml title=app-config.yaml auth: providers: guest: userEntityRef: user:default/guest ``` This also adds a new property to control the ownership entity refs, ```yaml title=app-config.yaml auth: providers: guest: ownershipEntityRefs: - guests - development/custom ``` ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/plugin-azure-devops@0.4.0-next.0 ### Minor Changes - 9fdb86a: Ability to fetch the README file from a different Azure DevOps path. Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path` Example: ```yaml dev.azure.com/readme-path: /my-path/README.md ``` - a9e7bd6: **BREAKING** The `AzureDevOpsClient` no longer requires `identityAPi` but now requires `fetchApi`. Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013) ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-azure-devops-common@0.4.0-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 ## @backstage/plugin-azure-devops-backend@0.6.0-next.0 ### Minor Changes - 9fdb86a: Ability to fetch the README file from a different Azure DevOps path. Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path` Example: ```yaml dev.azure.com/readme-path: /my-path/README.md ``` ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-azure-devops-common@0.4.0-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-azure-devops-common@0.4.0-next.0 ### Minor Changes - 9fdb86a: Ability to fetch the README file from a different Azure DevOps path. Defaults to the current, Azure DevOps default behaviour (`README.md` in the root of the git repo); to use a different path, add the annotation `dev.azure.com/readme-path` Example: ```yaml dev.azure.com/readme-path: /my-path/README.md ``` ## @backstage/plugin-azure-sites-backend@0.3.0-next.0 ### Minor Changes - 6b802a2: **BREAKING**: The `createRouter` method now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services. ### Patch Changes - 85db926: Added new backend system for the Azure Sites backend plugin - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-azure-sites-common@0.1.3-next.0 ## @backstage/plugin-catalog-backend@1.18.0-next.0 ### Minor Changes - df12231: Allow setting EntityDataParser using CatalogModelExtensionPoint - 15ba00f: Migrated to support new auth services. The `CatalogBuilder.create` method now accepts a `discovery` option, which is recommended to forward from the plugin environment, as it will otherwise fall back to use the `HostDiscovery` implementation. ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - 280edeb: Add index for original value in search table for faster entity facet response - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/repo-tools@0.6.3-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-backend-module-catalog@0.1.17-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-openapi-utils@0.1.6-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.0-next.0 ### Minor Changes - 9e527c9: BREAKING CHANGE: Migrates the `BitbucketCloudEntityProvider` to use the `EventsService`; fix new backend system support. `BitbucketCloudEntityProvider.fromConfig` accepts `events: EventsService` as optional argument to its `options`. With provided `events`, the event-based updates/refresh will be available. However, the `EventSubscriber` interface was removed including its `supportsEventTopics()` and `onEvent(params)`. The event subscription happens on `connect(connection)` if the `events` is available. **Migration:** ```diff const bitbucketCloudProvider = BitbucketCloudEntityProvider.fromConfig( env.config, { catalogApi: new CatalogClient({ discoveryApi: env.discovery }), + events: env.events, logger: env.logger, scheduler: env.scheduler, tokenManager: env.tokenManager, }, ); - env.eventBroker.subscribe(bitbucketCloudProvider); ``` **New Backend System:** Before this change, using this module with the new backend system was broken. Now, you can add the catalog module for Bitbucket Cloud incl. event support backend. Event support will always be enabled. However, no updates/refresh will happen without receiving events. ```ts backend.add( import('@backstage/plugin-catalog-backend-module-bitbucket-cloud/alpha'), ); ``` ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-bitbucket-cloud-common@0.2.17-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-node@1.8.0-next.0 ### Minor Changes - df12231: Allow setting EntityDataParser using CatalogModelExtensionPoint ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-devtools-backend@0.3.0-next.0 ### Minor Changes - 4dc5b48: **BREAKING**: The `createRouter` method now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services. ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 - @backstage/plugin-devtools-common@0.1.9-next.0 ## @backstage/plugin-events-backend@0.3.0-next.0 ### Minor Changes - c4bd794: BREAKING CHANGE: Migrate `HttpPostIngressEventPublisher` and `eventsPlugin` to use `EventsService`. Uses the `EventsService` instead of `EventBroker` at `HttpPostIngressEventPublisher`, dropping the use of `EventPublisher` including `setEventBroker(..)`. Now, `HttpPostIngressEventPublisher.fromConfig` requires `events: EventsService` as option. ```diff const http = HttpPostIngressEventPublisher.fromConfig({ config: env.config, + events: env.events, logger: env.logger, }); http.bind(eventsRouter); // e.g. at packages/backend/src/plugins/events.ts - await new EventsBackend(env.logger) - .setEventBroker(env.eventBroker) - .addPublishers(http) - .start(); // or for other kinds of setups - await Promise.all(http.map(publisher => publisher.setEventBroker(eventBroker))); ``` `eventsPlugin` uses the `eventsServiceRef` as dependency. Unsupported (and deprecated) extension point methods will throw an error to prevent unintended behavior. ```ts import { eventsServiceRef } from '@backstage/plugin-events-node'; ``` ### Patch Changes - 56969b6: Add new `EventsService` as well as `eventsServiceRef` for the new backend system. **Summary:** - new: `EventsService`, `eventsServiceRef`, `TestEventsService` - deprecated: `EventBroker`, `EventPublisher`, `EventSubscriber`, `DefaultEventBroker`, `EventsBackend`, most parts of `EventsExtensionPoint` (alpha), `TestEventBroker`, `TestEventPublisher`, `TestEventSubscriber` Add the `eventsServiceRef` as dependency to your backend plugins or backend plugin modules. **Details:** The previous implementation using the `EventsExtensionPoint` was added in the early stages of the new backend system and does not respect the plugin isolation. This made it not compatible anymore with the new backend system. Additionally, the previous interfaces had some room for simplification, supporting less exposure of internal concerns as well. Hereby, this change adds a new `EventsService` interface as replacement for the now deprecated `EventBroker`. The new interface does not require any `EventPublisher` or `EventSubscriber` interfaces anymore. Instead, it is expected that the `EventsService` gets passed into publishers and subscribers, and used internally. There is no need to expose anything of that at their own interfaces. Most parts of `EventsExtensionPoint` (alpha) are deprecated as well and were not usable (by other plugins or their modules) anyway. The `DefaultEventBroker` implementation is deprecated and wraps the new `DefaultEventsService` implementation. Optionally, an instance can be passed as argument to allow mixed setups to operate alongside. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-events-backend-module-aws-sqs@0.3.0-next.0 ### Minor Changes - 132d672: BREAKING CHANGE: Migrate `AwsSqsConsumingEventPublisher` and its backend module to use `EventsService`. Uses the `EventsService` instead of `EventBroker` at `AwsSqsConsumingEventPublisher`, dropping the use of `EventPublisher` including `setEventBroker(..)`. Now, `AwsSqsConsumingEventPublisher.fromConfig` requires `events: EventsService` as option. ```diff const sqs = AwsSqsConsumingEventPublisher.fromConfig({ config: env.config, + events: env.events, logger: env.logger, scheduler: env.scheduler, }); + await Promise.all(sqs.map(publisher => publisher.start())); // e.g. at packages/backend/src/plugins/events.ts - await new EventsBackend(env.logger) - .setEventBroker(env.eventBroker) - .addPublishers(sqs) - .start(); // or for other kinds of setups - await Promise.all(sqs.map(publisher => publisher.setEventBroker(eventBroker))); ``` `eventsModuleAwsSqsConsumingEventPublisher` uses the `eventsServiceRef` as dependency, instead of `eventsExtensionPoint`. ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-events-backend-module-azure@0.2.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-events-backend-module-gerrit@0.2.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-events-backend-module-github@0.2.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-events-backend-module-gitlab@0.2.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-events-node@0.3.0-next.0 ### Minor Changes - eff3ca9: BREAKING CHANGE: Migrate `EventRouter` implementations from `EventBroker` to `EventsService`. `EventRouter` uses the new `EventsService` instead of the `EventBroker` now, causing a breaking change to its signature. All of its extensions and implementations got adjusted accordingly. (`SubTopicEventRouter`, `AzureDevOpsEventRouter`, `BitbucketCloudEventRouter`, `GerritEventRouter`, `GithubEventRouter`, `GitlabEventRouter`) Required adjustments were made to all backend modules for the new backend system, now also making use of the `eventsServiceRef` instead of the `eventsExtensionPoint`. **Migration:** Example for implementations of `SubTopicEventRouter`: ```diff import { EventParams, + EventsService, SubTopicEventRouter, } from '@backstage/plugin-events-node'; export class GithubEventRouter extends SubTopicEventRouter { - constructor() { - super('github'); + constructor(options: { events: EventsService }) { + super({ + events: options.events, + topic: 'github', + }); } + protected getSubscriberId(): string { + return 'GithubEventRouter'; + } + // ... } ``` Example for a direct extension of `EventRouter`: ```diff class MyEventRouter extends EventRouter { - constructor(/* ... */) { + constructor(options: { + events: EventsService; + // ... + }) { - super(); // ... + super({ + events: options.events, + topics: topics, + }); } + + protected getSubscriberId(): string { + return 'MyEventRouter'; + } - - supportsEventTopics(): string[] { - return this.topics; - } } ``` ### Patch Changes - 56969b6: Add new `EventsService` as well as `eventsServiceRef` for the new backend system. **Summary:** - new: `EventsService`, `eventsServiceRef`, `TestEventsService` - deprecated: `EventBroker`, `EventPublisher`, `EventSubscriber`, `DefaultEventBroker`, `EventsBackend`, most parts of `EventsExtensionPoint` (alpha), `TestEventBroker`, `TestEventPublisher`, `TestEventSubscriber` Add the `eventsServiceRef` as dependency to your backend plugins or backend plugin modules. **Details:** The previous implementation using the `EventsExtensionPoint` was added in the early stages of the new backend system and does not respect the plugin isolation. This made it not compatible anymore with the new backend system. Additionally, the previous interfaces had some room for simplification, supporting less exposure of internal concerns as well. Hereby, this change adds a new `EventsService` interface as replacement for the now deprecated `EventBroker`. The new interface does not require any `EventPublisher` or `EventSubscriber` interfaces anymore. Instead, it is expected that the `EventsService` gets passed into publishers and subscribers, and used internally. There is no need to expose anything of that at their own interfaces. Most parts of `EventsExtensionPoint` (alpha) are deprecated as well and were not usable (by other plugins or their modules) anyway. The `DefaultEventBroker` implementation is deprecated and wraps the new `DefaultEventsService` implementation. Optionally, an instance can be passed as argument to allow mixed setups to operate alongside. - Updated dependencies - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-jenkins-backend@0.4.0-next.0 ### Minor Changes - 55191cc: **BREAKING**: Both `createRouter` and `DefaultJenkinsInfoProvider.fromConfig` now require the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services. The `JenkinsInfoProvider` interface has been updated to receive `credentials` of the type `BackstageCredentials` rather than a token. ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-jenkins-common@0.1.25-next.0 ## @backstage/plugin-kubernetes-backend@0.16.0-next.0 ### Minor Changes - e1e540c: **BREAKING**: The `KubernetesBuilder.createBuilder` method now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services. ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/plugin-kubernetes-node@0.1.7-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration-aws-node@0.1.10-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-notifications@0.1.0-next.0 ### Minor Changes - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager. ### Patch Changes - 5d9c5ba: The Notifications can be newly filtered based on the Created Date. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-notifications-common@0.0.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-signals-react@0.0.2-next.0 ## @backstage/plugin-notifications-backend@0.1.0-next.0 ### Minor Changes - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager. ### Patch Changes - 5d9c5ba: The Notifications can be newly filtered based on the Created Date. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - 84af361: Migrated to using the new auth services. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-notifications-node@0.1.0-next.0 - @backstage/plugin-signals-node@0.0.4-next.0 - @backstage/plugin-notifications-common@0.0.2-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-notifications-node@0.1.0-next.0 ### Minor Changes - 84af361: Migrated to using the new auth services. ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-signals-node@0.0.4-next.0 - @backstage/plugin-notifications-common@0.0.2-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/plugin-scaffolder-backend@1.22.0-next.0 ### Minor Changes - c6b132e: Introducing checkpoints for scaffolder task action idempotency ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.3-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.3-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.3-next.0 - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.5-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.2.3-next.0 - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.16-next.0 - @backstage/plugin-scaffolder-backend-module-azure@0.1.5-next.0 - @backstage/plugin-scaffolder-backend-module-gitea@0.1.3-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-scaffolder-node-test-utils@0.1.0-next.0 ### Minor Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. ### Patch Changes - Updated dependencies - @backstage/backend-test-utils@0.3.3-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-tech-insights-node@0.5.0-next.0 ### Minor Changes - d621468: **BREAKING**: The `FactRetrieverContext` type now contains an additional `auth` field. ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/app-defaults@1.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/backend-common@0.21.3-next.0 ### Patch Changes - 7422430: Resolve the `basePath` before constructing the target path - 999224f: Bump dependency `minimatch` to v9 - e0b997c: Fix issue where `resolveSafeChildPath` path would incorrectly resolve when operating on a symlink - 9802004: Added the `UserInfoApi` as both an optional input and as an output for `createLegacyAuthAdapters` - 2af5354: Bump dependency `jose` to v5 - ff40ada: Updated dependency `mysql2` to `^3.0.0`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - 568881f: Updated dependency `yauzl` to `^3.0.0`. - 4a3d434: Added a `createLegacyAuthAdapters` function that can be used as a compatibility adapter for backend plugins who want to start using the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/) and [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). See the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on the usage of this adapter. - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-app-api@0.6.0-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/integration-aws-node@0.1.10-next.0 - @backstage/backend-dev-utils@0.1.4 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 ## @backstage/backend-defaults@0.2.13-next.0 ### Patch Changes - 7cbb760: Added support for the new auth services, which are now installed by default. See the [migration guide](https://backstage.io/docs/tutorials/auth-service-migration) for details. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-app-api@0.6.0-next.0 ## @backstage/backend-dynamic-feature-service@0.2.3-next.0 ### Patch Changes - 5247909: Add `events: EventsService` to `LegacyPluginEnvironment`. - Updated dependencies - @backstage/plugin-events-backend@0.3.0-next.0 - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-app-api@0.6.0-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/cli-node@0.2.4-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-app-node@0.1.13-next.0 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 ## @backstage/backend-openapi-utils@0.1.6-next.0 ### Patch Changes - 85ec23e: Updated dependency `json-schema-to-ts` to `^3.0.0`. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/backend-plugin-api@0.6.13-next.0 ### Patch Changes - 4a3d434: Added the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution) to the `coreServices`. At the same time, the [`httpRouter`](https://backstage.io/docs/backend-system/core-services/http-router) service gained a new `addAuthPolicy` method that lets your plugin declare exemptions to the default auth policy - for example if you want to allow unauthenticated or cookie-based access to some subset of your feature routes. If you have migrated to the new backend system, please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to move toward using these services. - 0502d82: Updated the `PermissionsService` methods to accept `BackstageCredentials` through options. - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/backend-tasks@0.5.18-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/backend-test-utils@0.3.3-next.0 ### Patch Changes - 4a3d434: Added support for the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/) and [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution). These services will be present by default in test apps, and you can access mocked versions of their features under `mockServices.auth` and `mockServices.httpAuth` if you want to inspect or replace their behaviors. There is also a new `mockCredentials` that you can use for acquiring mocks of the various types of credentials that are used in the new system. - 9802004: Added `mockServices.userInfo`, which now also automatically is made available in test backends. - fd61d39: Updated dependency `testcontainers` to `^10.0.0`. - ff40ada: Updated dependency `mysql2` to `^3.0.0`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-app-api@0.6.0-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/catalog-client@1.6.1-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/catalog-model@1.4.5-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/types@1.1.1 ## @backstage/cli@0.25.3-next.0 ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 - f86e34c: Removed unused `replace-in-file` dependency - f4404e5: Add .ico import support - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/eslint-plugin@0.1.6-next.0 - @backstage/cli-node@0.2.4-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/cli-common@0.1.13 - @backstage/release-manifests@0.0.11 - @backstage/types@1.1.1 ## @backstage/cli-node@0.2.4-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 ## @backstage/config@1.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/types@1.1.1 ## @backstage/config-loader@1.6.3-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 - @backstage/cli-common@0.1.13 - @backstage/types@1.1.1 ## @backstage/core-app-api@1.12.1-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/core-compat-api@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/version-bridge@1.0.7 ## @backstage/core-components@0.14.1-next.0 ### Patch Changes - ff33ee2: Removed hardcoded font-family on select input - ff7e126: Support i18n for core components - 7854120: Create a component abstraction to consume system icons. - ce73c3b: Removed the inline color from select icon to allow it to be colored via a theme - a8f7904: `SignInPage`'s `'guest'` provider now supports the `@backstage/plugin-auth-backend-module-guest-provider` package to generate tokens. It will continue to use the old frontend-only auth as a fallback. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/version-bridge@1.0.7 ## @backstage/core-plugin-api@1.9.1-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/create-app@0.5.12-next.0 ### Patch Changes - Bumped create-app version. - Updated dependencies - @backstage/cli-common@0.1.13 ## @backstage/dev-utils@1.0.28-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/app-defaults@1.5.1-next.0 - @backstage/core-app-api@1.12.1-next.0 ## @backstage/errors@1.2.4-next.0 ### Patch Changes - 2636075: Fixed an issue that was causing ResponseError not to report the HTTP status from the provided response. - Updated dependencies - @backstage/types@1.1.1 ## @backstage/eslint-plugin@0.1.6-next.0 ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 ## @backstage/frontend-app-api@0.6.1-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-plugin-api@0.6.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/frontend-test-utils@0.1.3-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-app-api@0.6.1-next.0 - @backstage/test-utils@1.5.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/types@1.1.1 ## @backstage/integration@1.9.1-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/integration-aws-node@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/integration-react@1.1.25-next.0 ### Patch Changes - b38dc55: Updated `microsoftAuthApi` scopes for Azure DevOps to be fully qualified. - Updated dependencies - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/repo-tools@0.6.3-next.0 ### Patch Changes - 999224f: Bump dependency `minimatch` to v9 - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/cli-node@0.2.4-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/cli-common@0.1.13 ## @techdocs/cli@1.8.5-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-techdocs-node@1.11.5-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/cli-common@0.1.13 ## @backstage/test-utils@1.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/theme@0.5.2-next.0 ### Patch Changes - 6f4d2a0: Exported `defaultTypography` to make adjusting these values in a custom theme easier ## @backstage/plugin-adr@0.6.14-next.0 ### Patch Changes - 5335634: Fixed Azure DevOps ADR file path reading - 669efc6: Remove unused package dependencies - Updated dependencies - @backstage/plugin-adr-common@0.2.21-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-adr-backend@0.4.10-next.0 ### Patch Changes - 334c5fe: Updated dependency `marked` to `^12.0.0`. - c8fdd83: Migrated `DefaultAdrCollatorFactory` to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-adr-common@0.2.21-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-adr-common@0.2.21-next.0 ### Patch Changes - 5335634: Fixed Azure DevOps ADR file path reading - Updated dependencies - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-airbrake@0.3.31-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/dev-utils@1.0.28-next.0 - @backstage/test-utils@1.5.1-next.0 ## @backstage/plugin-airbrake-backend@0.3.10-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-allure@0.1.47-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-analytics-module-ga@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-analytics-module-ga4@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-analytics-module-newrelic-browser@0.1.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-apache-airflow@0.2.21-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-api-docs@0.11.1-next.0 ### Patch Changes - 7854120: Use the `AppIcon` component in the navigation item extension. - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-catalog@1.17.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/plugin-apollo-explorer@0.1.21-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-app-backend@0.3.61-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config-loader@1.6.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-app-node@0.1.13-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-app-node@0.1.13-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config-loader@1.6.3-next.0 ## @backstage/plugin-app-visualizer@0.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.1.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.4-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate` - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-auth-backend@0.22.0-next.0 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.8-next.0 ### Patch Changes - 38af71a: Updated dependency `google-auth-library` to `^9.0.0`. - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate` - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-auth-backend-module-github-provider@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-google-provider@0.1.10-next.0 ### Patch Changes - 38af71a: Updated dependency `google-auth-library` to `^9.0.0`. - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.8-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.6-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - e77d7a9: Internal refactor to avoid deprecated method. - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate` - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-oidc-provider@0.1.3-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-auth-backend@0.22.0-next.0 ## @backstage/plugin-auth-backend-module-okta-provider@0.0.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.7-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.5-next.0 ### Patch Changes - 2af5354: Bump dependency `jose` to v5 - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/plugin-auth-node@0.4.8-next.0 ### Patch Changes - b4fc6e3: Deprecated the `getBearerTokenFromAuthorizationHeader` function, which is being replaced by the new `HttpAuthService`. - 2af5354: Bump dependency `jose` to v5 - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - b1b012d: Fix issue with `providerInfo` not being set properly for some proxy providers, by making `providerInfo` an explicit optional return from `authenticate` - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-azure-sites@0.1.20-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-azure-sites-common@0.1.3-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/plugin-azure-sites-common@0.1.3-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-badges@0.2.55-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-badges-backend@0.3.10-next.0 ### Patch Changes - 29a1f91: Migrated to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-bazaar@0.2.23-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-bazaar-backend@0.3.11-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-bitbucket-cloud-common@0.2.17-next.0 ### Patch Changes - Updated dependencies - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-bitrise@0.1.58-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-catalog@1.17.1-next.0 ### Patch Changes - 9332425: The entity page extension provided by the `/alpha` plugin now correctly renders the entity 404 page. - 6727665: Allow the `spec.target` field to be searchable in the catalog table for locations. Previously, only the `spec.targets` field was be searchable. This makes locations generated by providers such as the `GithubEntityProvider` searchable in the catalog table. [#23098](https://github.com/backstage/backstage/issues/23098) - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-catalog-backend-module-aws@0.3.7-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/integration-aws-node@0.1.10-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.1.32-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.6-next.0 ### Patch Changes - 43a9ae1: Migrated to use new auth service. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-openapi-utils@0.1.6-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.26-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-catalog-backend-module-gcp@0.1.13-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.1.29-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-catalog-backend-module-github@0.5.3-next.0 ### Patch Changes - a936a8f: Migrated the `GithubLocationAnalyzer` to support new auth services. - 999224f: Bump dependency `minimatch` to v9 - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-github-org@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-catalog-backend-module-github@0.5.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.3.10-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.17-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-catalog-backend-module-ldap@0.5.28-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-msgraph@0.5.20-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.1.30-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-backend-module-puppetdb@0.1.18-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-catalog-backend-module-unprocessed@0.3.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/plugin-catalog-common@1.0.22-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 ## @backstage/plugin-catalog-graph@0.4.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-catalog-import@0.10.7-next.0 ### Patch Changes - 75f686b: Fixed an issue generating a wrong entity link at the end of the import process - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-catalog-react@1.10.1-next.0 ### Patch Changes - 930b5c1: Added 'root' and 'label' class keys for EntityAutocompletePicker, EntityOwnerPicker and EntityProcessingStatusPicker - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/plugin-catalog-unprocessed-entities@0.1.9-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-cicd-statistics@0.1.33-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-cicd-statistics-module-gitlab@0.1.27-next.0 ### Patch Changes - 402d991: Align `p-limit` dependency version to v3 - Updated dependencies - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-cicd-statistics@0.1.33-next.0 ## @backstage/plugin-circleci@0.3.31-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-cloudbuild@0.4.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-code-climate@0.1.31-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-code-coverage@0.2.24-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-code-coverage-backend@0.2.27-next.0 ### Patch Changes - cceebae: Fix jacoco convertor to not require annotation to be set to scm-only. - 8efe690: Migrated to support new auth services. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-codescene@0.1.23-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-config-schema@0.1.51-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-cost-insights@0.12.20-next.0 ### Patch Changes - 1b4fd09: Updated dependency `yup` to `^1.0.0`. - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-cost-insights-common@0.1.2 ## @backstage/plugin-devtools@0.1.10-next.0 ### Patch Changes - a0e3393: Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013) - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-devtools-common@0.1.9-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 ## @backstage/plugin-devtools-common@0.1.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-dynatrace@9.0.1-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-entity-feedback@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-feedback-backend@0.2.10-next.0 ### Patch Changes - 4f8ecd6: Migrated to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-entity-feedback-common@0.1.3 ## @backstage/plugin-entity-validation@0.1.16-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-events-backend-test-utils@0.1.23-next.0 ### Patch Changes - 56969b6: Add new `EventsService` as well as `eventsServiceRef` for the new backend system. **Summary:** - new: `EventsService`, `eventsServiceRef`, `TestEventsService` - deprecated: `EventBroker`, `EventPublisher`, `EventSubscriber`, `DefaultEventBroker`, `EventsBackend`, most parts of `EventsExtensionPoint` (alpha), `TestEventBroker`, `TestEventPublisher`, `TestEventSubscriber` Add the `eventsServiceRef` as dependency to your backend plugins or backend plugin modules. **Details:** The previous implementation using the `EventsExtensionPoint` was added in the early stages of the new backend system and does not respect the plugin isolation. This made it not compatible anymore with the new backend system. Additionally, the previous interfaces had some room for simplification, supporting less exposure of internal concerns as well. Hereby, this change adds a new `EventsService` interface as replacement for the now deprecated `EventBroker`. The new interface does not require any `EventPublisher` or `EventSubscriber` interfaces anymore. Instead, it is expected that the `EventsService` gets passed into publishers and subscribers, and used internally. There is no need to expose anything of that at their own interfaces. Most parts of `EventsExtensionPoint` (alpha) are deprecated as well and were not usable (by other plugins or their modules) anyway. The `DefaultEventBroker` implementation is deprecated and wraps the new `DefaultEventsService` implementation. Optionally, an instance can be passed as argument to allow mixed setups to operate alongside. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 ## @backstage/plugin-explore@0.4.17-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/plugin-explore-common@0.0.2 - @backstage/plugin-explore-react@0.0.37-next.0 ## @backstage/plugin-explore-backend@0.0.23-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-backend-module-explore@0.1.17-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-explore-common@0.0.2 ## @backstage/plugin-explore-react@0.0.37-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-explore-common@0.0.2 ## @backstage/plugin-firehydrant@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-fossa@0.2.63-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-gcalendar@0.3.24-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-gcp-projects@0.3.47-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-git-release-manager@0.3.43-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-github-actions@0.6.12-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-github-deployments@0.1.62-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-github-issues@0.2.20-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-github-pull-requests-board@0.1.25-next.0 ### Patch Changes - 3c2d7c0: The `CardHeader` component in the `github-pull-requests-board` plugin will show the status for the PR - 402d991: Align `p-limit` dependency version to v3 - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-gitops-profiles@0.3.46-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-gocd@0.1.37-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-graphiql@0.3.4-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 ## @backstage/plugin-graphql-voyager@0.1.13-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-home@0.6.3-next.0 ### Patch Changes - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`. Updated dependency `@rjsf/core` to `5.17.1`. Updated dependency `@rjsf/material-ui` to `5.17.1`. Updated dependency `@rjsf/validator-ajv8` to `5.17.1`. - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-home-react@0.1.9-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 ## @backstage/plugin-home-react@0.1.9-next.0 ### Patch Changes - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`. Updated dependency `@rjsf/core` to `5.17.1`. Updated dependency `@rjsf/material-ui` to `5.17.1`. Updated dependency `@rjsf/validator-ajv8` to `5.17.1`. - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-ilert@0.2.20-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-jenkins@0.9.6-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-jenkins-common@0.1.25-next.0 ## @backstage/plugin-jenkins-common@0.1.25-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-kafka@0.3.31-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-kafka-backend@0.3.11-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-kubernetes@0.11.6-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/plugin-kubernetes-react@0.3.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-kubernetes-cluster@0.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/plugin-kubernetes-react@0.3.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-kubernetes-common@0.7.5-next.0 ### Patch Changes - 4642cb7: Add support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-kubernetes-node@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-kubernetes-react@0.3.1-next.0 ### Patch Changes - 4642cb7: Add support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-kubernetes-common@0.7.5-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-lighthouse@0.4.16-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-lighthouse-common@0.1.5-next.0 ## @backstage/plugin-lighthouse-backend@0.4.5-next.0 ### Patch Changes - 9f9ba70: **BREAKING**: The `createScheduler` function now requires the `discovery` service to be forwarded from the plugin environment. This is part of the migration to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-lighthouse-common@0.1.5-next.0 ## @backstage/plugin-lighthouse-common@0.1.5-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.1.2-next.0 ## @backstage/plugin-linguist@0.1.16-next.0 ### Patch Changes - 4fb9600: Get component's title from translation file. See: - a0e3393: Updated to use `fetchApi` as per [ADR013](https://backstage.io/docs/architecture-decisions/adrs-adr013) - 786c9c4: Updated dependency `luxon` to `^3.0.0`. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-linguist-backend@0.5.10-next.0 ### Patch Changes - 61ff58f: Migrated to support new auth services. - 786c9c4: Updated dependency `luxon` to `^3.0.0`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-linguist-common@0.1.2 ## @backstage/plugin-microsoft-calendar@0.1.13-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-newrelic@0.3.46-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-newrelic-dashboard@0.3.6-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-nomad@0.1.12-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-nomad-backend@0.1.15-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-notifications-common@0.0.2-next.0 ### Patch Changes - 758f2a4: The Notifications frontend has been redesigned towards list view with condensed row details. The 'done' attribute has been removed to keep the Notifications aligned with the idea of a messaging system instead of a task manager. ## @backstage/plugin-octopus-deploy@0.2.13-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-opencost@0.2.6-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-org@0.6.21-next.0 ### Patch Changes - 526f00a: Document the new frontend system extensions for the org plugin. - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-org-react@0.1.20-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-pagerduty@0.7.3-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-home-react@0.1.9-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-periskop@0.1.29-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-periskop-backend@0.2.11-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-permission-backend@0.5.36-next.0 ### Patch Changes - 9802004: Migrated to use the new auth services introduced in [BEP-0003](https://github.com/backstage/backstage/blob/master/beps/0003-auth-architecture-evolution/README.md). The `createRouter` function now accepts `auth`, `httpAuth` and `userInfo` options. Theses are used internally to support the new backend system, and can be ignored. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 ## @backstage/plugin-permission-common@0.7.13-next.0 ### Patch Changes - 0502d82: The `token` option of the `PermissionEvaluator` methods is now deprecated. The options that only apply to backend implementations have been moved to `PermissionsService` from `@backstage/backend-plugin-api` instead. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-permission-node@0.7.24-next.0 ### Patch Changes - 0502d82: The `ServerPermissionClient` has been migrated to implement the `PermissionsService` interface, now accepting the new `BackstageCredentials` object in addition to the `token` option, which is now deprecated. It now also optionally depends on the new `AuthService`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-permission-react@0.4.21-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-playlist@0.2.5-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 - @backstage/plugin-playlist-common@0.1.15-next.0 ## @backstage/plugin-playlist-backend@0.3.17-next.0 ### Patch Changes - 6813366: Migrated to support new auth services. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-playlist-common@0.1.15-next.0 ## @backstage/plugin-playlist-common@0.1.15-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 ## @backstage/plugin-proxy-backend@0.4.11-next.0 ### Patch Changes - 1b4fd09: Updated dependency `yup` to `^1.0.0`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-puppetdb@0.1.14-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-rollbar@0.4.31-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-rollbar-backend@0.1.58-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-scaffolder@1.18.1-next.0 ### Patch Changes - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`. Updated dependency `@rjsf/core` to `5.17.1`. Updated dependency `@rjsf/material-ui` to `5.17.1`. Updated dependency `@rjsf/validator-ajv8` to `5.17.1`. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-scaffolder-react@1.8.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-permission-react@0.4.21-next.0 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-scaffolder-backend-module-azure@0.1.5-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.3-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.3-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.3-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.3-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.3-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.14-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.37-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.5-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-gitea@0.1.3-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-github@0.2.3-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - 1753898: Updated dependency `octokit-plugin-create-pull-request` to `^5.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.2.16-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-scaffolder-backend-module-rails@0.4.30-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-backend-module-sentry@0.1.21-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.34-next.0 ### Patch Changes - f44589d: Introduced `createMockActionContext` to unify the way of creating scaffolder mock context. It will help to maintain tests in a long run during structural changes of action context. - Updated dependencies - @backstage/plugin-scaffolder-node@0.3.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-scaffolder-node-test-utils@0.1.0-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-common@1.5.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-scaffolder-node@0.3.3-next.0 ### Patch Changes - 85f4723: Fixed file corruption for non UTF-8 data in fetch contents - c6b132e: Introducing checkpoints for scaffolder task action idempotency - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-scaffolder-react@1.8.1-next.0 ### Patch Changes - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker - 6d649d2: Updated dependency `flatted` to `3.3.1`. - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`. Updated dependency `@rjsf/core` to `5.17.1`. Updated dependency `@rjsf/material-ui` to `5.17.1`. Updated dependency `@rjsf/validator-ajv8` to `5.17.1`. - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 - @backstage/plugin-scaffolder-common@1.5.1-next.0 ## @backstage/plugin-search@1.4.7-next.0 ### Patch Changes - f0464b0: Removes ADR from the default set of search filters - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-search-backend@1.5.3-next.0 ### Patch Changes - 744c0cb: Update the router to use the new `auth` services, it now accepts an optional discovery service option to get credentials for the permission service. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/backend-openapi-utils@0.1.6-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-search-backend-module-catalog@0.1.17-next.0 ### Patch Changes - bb368a5: Migrated to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-search-backend-module-elasticsearch@1.3.16-next.0 ### Patch Changes - 744c0cb: Start importing `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` from the `@backstage/plugin-search-backend-node`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration-aws-node@0.1.10-next.0 ## @backstage/plugin-search-backend-module-explore@0.1.17-next.0 ### Patch Changes - bb368a5: Migrated to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-explore-common@0.0.2 ## @backstage/plugin-search-backend-module-pg@0.5.22-next.0 ### Patch Changes - 744c0cb: Start importing `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` from the `@backstage/plugin-search-backend-node`. - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0 ### Patch Changes - bb368a5: Migrated to support new auth services. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-techdocs-node@1.11.5-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-search-backend-node@1.2.17-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - 744c0cb: Exports `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` types. These new types were extracted from the `@backstage/plugin-search-common` package and the `token` property was deprecated in favor of the a new credentials one. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-search-common@1.2.11-next.0 ### Patch Changes - 744c0cb: Deprecate `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` in favor of the types exported from `@backstage/plugin-search-backend-node`. - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-search-react@1.7.7-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/types@1.1.1 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-sentry@0.5.16-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-shortcuts@0.3.20-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals@0.0.2-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-signals-react@0.0.2-next.0 ## @backstage/plugin-signals-backend@0.0.4-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-signals-node@0.0.4-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-node@0.0.4-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - Updated dependencies - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-signals-react@0.0.2-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-sonarqube@0.7.13-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-sonarqube-react@0.1.14-next.0 ## @backstage/plugin-sonarqube-backend@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 ## @backstage/plugin-sonarqube-react@0.1.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-splunk-on-call@0.4.20-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-stack-overflow@0.1.26-next.0 ### Patch Changes - c6779ac: fix: fix decode issues in title and author fields in `StackOverflowSearchResultListItem` - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-home-react@0.1.9-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## @backstage/plugin-stack-overflow-backend@0.2.17-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.6-next.0 ## @backstage/plugin-stackstorm@0.1.12-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-tech-insights@0.3.23-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-backend@0.5.27-next.0 ### Patch Changes - 0fb419b: Updated dependency `uuid` to `^9.0.0`. Updated dependency `@types/uuid` to `^9.0.0`. - d621468: Added support for the new `AuthService`. - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-tech-insights-node@0.5.0-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.45-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-tech-insights-node@0.5.0-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 - @backstage/plugin-tech-insights-common@0.2.12 ## @backstage/plugin-tech-radar@0.6.14-next.0 ### Patch Changes - a2327ac: Fixed an issue with the "moved in direction" table header cell getting squished and becoming unreadable if a timeline description is too long - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 ## @backstage/plugin-techdocs@1.10.1-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.0.28-next.0 ### Patch Changes - Updated dependencies - @backstage/integration-react@1.1.25-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-catalog@1.17.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-techdocs@1.10.1-next.0 - @backstage/test-utils@1.5.1-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 - @backstage/core-app-api@1.12.1-next.0 ## @backstage/plugin-techdocs-backend@1.9.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-techdocs-node@1.11.5-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 ## @backstage/plugin-techdocs-node@1.11.5-next.0 ### Patch Changes - 5b4f565: Fix handling of default plugins that have configuration - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/integration-aws-node@0.1.10-next.0 ## @backstage/plugin-techdocs-react@1.1.17-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/version-bridge@1.0.7 ## @backstage/plugin-todo@0.2.35-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-todo-backend@0.3.11-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/repo-tools@0.6.3-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/backend-openapi-utils@0.1.6-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 ## @backstage/plugin-user-settings@0.8.2-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-user-settings-backend@0.2.12-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/config@1.1.2-next.0 - @backstage/types@1.1.1 ## @backstage/plugin-vault@0.1.26-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @backstage/plugin-vault-backend@0.4.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/config@1.1.2-next.0 - @backstage/plugin-vault-node@0.1.6-next.0 ## @backstage/plugin-vault-node@0.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@0.6.13-next.0 ## @backstage/plugin-xcmetrics@0.2.49-next.0 ### Patch Changes - Updated dependencies - @backstage/errors@1.2.4-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## example-app@0.2.93-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-github-pull-requests-board@0.1.25-next.0 - @backstage/plugin-adr@0.6.14-next.0 - @backstage/plugin-stack-overflow@0.1.26-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/plugin-notifications@0.1.0-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/cli@0.25.3-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-azure-devops@0.4.0-next.0 - @backstage/plugin-linguist@0.1.16-next.0 - @backstage/plugin-catalog@1.17.1-next.0 - @backstage/plugin-org@0.6.21-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-search@1.4.7-next.0 - @backstage/plugin-devtools@0.1.10-next.0 - @backstage/plugin-tech-radar@0.6.14-next.0 - @backstage/plugin-scaffolder-react@1.8.1-next.0 - @backstage/plugin-api-docs@0.11.1-next.0 - @backstage/plugin-cost-insights@0.12.20-next.0 - @backstage/plugin-home@0.6.3-next.0 - @backstage/plugin-scaffolder@1.18.1-next.0 - @backstage/plugin-shortcuts@0.3.20-next.0 - @backstage/plugin-signals@0.0.2-next.0 - @backstage/plugin-catalog-import@0.10.7-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-app-api@0.6.1-next.0 - @backstage/plugin-badges@0.2.55-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.1.9-next.0 - @backstage/plugin-code-coverage@0.2.24-next.0 - @backstage/plugin-entity-feedback@0.2.14-next.0 - @backstage/plugin-explore@0.4.17-next.0 - @backstage/plugin-gcalendar@0.3.24-next.0 - @backstage/plugin-gocd@0.1.37-next.0 - @backstage/plugin-jenkins@0.9.6-next.0 - @backstage/plugin-microsoft-calendar@0.1.13-next.0 - @backstage/plugin-newrelic-dashboard@0.3.6-next.0 - @backstage/plugin-pagerduty@0.7.3-next.0 - @backstage/plugin-playlist@0.2.5-next.0 - @backstage/plugin-puppetdb@0.1.14-next.0 - @backstage/plugin-stackstorm@0.1.12-next.0 - @backstage/plugin-tech-insights@0.3.23-next.0 - @backstage/plugin-techdocs@1.10.1-next.0 - @backstage/plugin-todo@0.2.35-next.0 - @backstage/plugin-user-settings@0.8.2-next.0 - @backstage/app-defaults@1.5.1-next.0 - @backstage/plugin-azure-sites@0.1.20-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 - @backstage/plugin-airbrake@0.3.31-next.0 - @backstage/plugin-apache-airflow@0.2.21-next.0 - @backstage/plugin-catalog-graph@0.4.1-next.0 - @backstage/plugin-cloudbuild@0.4.1-next.0 - @backstage/plugin-dynatrace@9.0.1-next.0 - @backstage/plugin-gcp-projects@0.3.47-next.0 - @backstage/plugin-github-actions@0.6.12-next.0 - @backstage/plugin-graphiql@0.3.4-next.0 - @backstage/plugin-kafka@0.3.31-next.0 - @backstage/plugin-kubernetes@0.11.6-next.0 - @backstage/plugin-kubernetes-cluster@0.0.7-next.0 - @backstage/plugin-lighthouse@0.4.16-next.0 - @backstage/plugin-newrelic@0.3.46-next.0 - @backstage/plugin-nomad@0.1.12-next.0 - @backstage/plugin-octopus-deploy@0.2.13-next.0 - @backstage/plugin-rollbar@0.4.31-next.0 - @backstage/plugin-sentry@0.5.16-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.6-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-permission-react@0.4.21-next.0 ## example-app-next@0.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-adr@0.6.14-next.0 - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/cli@0.25.3-next.0 - @backstage/plugin-catalog-react@1.10.1-next.0 - @backstage/plugin-azure-devops@0.4.0-next.0 - @backstage/plugin-linguist@0.1.16-next.0 - @backstage/plugin-catalog@1.17.1-next.0 - @backstage/plugin-org@0.6.21-next.0 - @backstage/plugin-search-common@1.2.11-next.0 - @backstage/plugin-search@1.4.7-next.0 - @backstage/plugin-devtools@0.1.10-next.0 - @backstage/plugin-tech-radar@0.6.14-next.0 - @backstage/plugin-scaffolder-react@1.8.1-next.0 - @backstage/plugin-api-docs@0.11.1-next.0 - @backstage/plugin-cost-insights@0.12.20-next.0 - @backstage/plugin-home@0.6.3-next.0 - @backstage/plugin-scaffolder@1.18.1-next.0 - @backstage/plugin-shortcuts@0.3.20-next.0 - @backstage/plugin-catalog-import@0.10.7-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/frontend-app-api@0.6.1-next.0 - @backstage/plugin-badges@0.2.55-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.1.9-next.0 - @backstage/plugin-code-coverage@0.2.24-next.0 - @backstage/plugin-entity-feedback@0.2.14-next.0 - @backstage/plugin-explore@0.4.17-next.0 - @backstage/plugin-gcalendar@0.3.24-next.0 - @backstage/plugin-gocd@0.1.37-next.0 - @backstage/plugin-jenkins@0.9.6-next.0 - @backstage/plugin-microsoft-calendar@0.1.13-next.0 - @backstage/plugin-newrelic-dashboard@0.3.6-next.0 - @backstage/plugin-pagerduty@0.7.3-next.0 - @backstage/plugin-playlist@0.2.5-next.0 - @backstage/plugin-puppetdb@0.1.14-next.0 - @backstage/plugin-stackstorm@0.1.12-next.0 - @backstage/plugin-tech-insights@0.3.23-next.0 - @backstage/plugin-techdocs@1.10.1-next.0 - @backstage/plugin-todo@0.2.35-next.0 - @backstage/plugin-user-settings@0.8.2-next.0 - @backstage/app-defaults@1.5.1-next.0 - @backstage/plugin-azure-sites@0.1.20-next.0 - @backstage/plugin-search-react@1.7.7-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 - app-next-example-plugin@0.0.7-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 - @backstage/plugin-airbrake@0.3.31-next.0 - @backstage/plugin-apache-airflow@0.2.21-next.0 - @backstage/plugin-app-visualizer@0.1.2-next.0 - @backstage/plugin-catalog-graph@0.4.1-next.0 - @backstage/plugin-cloudbuild@0.4.1-next.0 - @backstage/plugin-dynatrace@9.0.1-next.0 - @backstage/plugin-gcp-projects@0.3.47-next.0 - @backstage/plugin-github-actions@0.6.12-next.0 - @backstage/plugin-graphiql@0.3.4-next.0 - @backstage/plugin-kafka@0.3.31-next.0 - @backstage/plugin-kubernetes@0.11.6-next.0 - @backstage/plugin-lighthouse@0.4.16-next.0 - @backstage/plugin-newrelic@0.3.46-next.0 - @backstage/plugin-octopus-deploy@0.2.13-next.0 - @backstage/plugin-rollbar@0.4.31-next.0 - @backstage/plugin-sentry@0.5.16-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.6-next.0 - @backstage/core-app-api@1.12.1-next.0 - @backstage/core-compat-api@0.2.1-next.0 - @backstage/plugin-catalog-common@1.0.22-next.0 - @backstage/plugin-linguist-common@0.1.2 - @backstage/plugin-permission-react@0.4.21-next.0 ## app-next-example-plugin@0.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/frontend-plugin-api@0.6.1-next.0 ## example-backend@0.2.93-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-backend@0.3.0-next.0 - @backstage/plugin-events-node@0.3.0-next.0 - @backstage/plugin-linguist-backend@0.5.10-next.0 - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/plugin-lighthouse-backend@0.4.5-next.0 - @backstage/plugin-search-backend-module-elasticsearch@1.3.16-next.0 - @backstage/plugin-search-backend-module-pg@0.5.22-next.0 - @backstage/plugin-playlist-backend@0.3.17-next.0 - @backstage/plugin-code-coverage-backend@0.2.27-next.0 - @backstage/plugin-entity-feedback-backend@0.2.10-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-auth-backend@0.22.0-next.0 - @backstage/plugin-jenkins-backend@0.4.0-next.0 - @backstage/plugin-azure-devops-backend@0.6.0-next.0 - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.14-next.0 - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.16-next.0 - @backstage/plugin-scaffolder-backend-module-rails@0.4.30-next.0 - @backstage/plugin-scaffolder-backend@1.22.0-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0 - @backstage/plugin-search-backend-module-catalog@0.1.17-next.0 - @backstage/plugin-search-backend-module-explore@0.1.17-next.0 - @backstage/plugin-catalog-node@1.8.0-next.0 - @backstage/plugin-kubernetes-backend@0.16.0-next.0 - @backstage/plugin-adr-backend@0.4.10-next.0 - @backstage/plugin-proxy-backend@0.4.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/plugin-signals-backend@0.0.4-next.0 - @backstage/plugin-signals-node@0.0.4-next.0 - @backstage/plugin-tech-insights-backend@0.5.27-next.0 - @backstage/plugin-search-backend@1.5.3-next.0 - @backstage/plugin-devtools-backend@0.3.0-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/plugin-tech-insights-node@0.5.0-next.0 - @backstage/plugin-badges-backend@0.3.10-next.0 - @backstage/plugin-permission-backend@0.5.36-next.0 - @backstage/plugin-app-backend@0.3.61-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0 - @backstage/plugin-explore-backend@0.0.23-next.0 - @backstage/plugin-rollbar-backend@0.1.58-next.0 - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.45-next.0 - @backstage/plugin-techdocs-backend@1.9.6-next.0 - @backstage/plugin-kafka-backend@0.3.11-next.0 - @backstage/plugin-nomad-backend@0.1.15-next.0 - @backstage/plugin-todo-backend@0.3.11-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.10-next.0 - example-app@0.2.93-next.0 - @backstage/catalog-client@1.6.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/integration@1.9.1-next.0 - @backstage/plugin-azure-sites-common@0.1.3-next.0 ## example-backend-next@0.0.21-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-linguist-backend@0.5.10-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/plugin-lighthouse-backend@0.4.5-next.0 - @backstage/plugin-auth-backend-module-guest-provider@0.1.0-next.0 - @backstage/plugin-playlist-backend@0.3.17-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 - @backstage/plugin-entity-feedback-backend@0.2.10-next.0 - @backstage/plugin-notifications-backend@0.1.0-next.0 - @backstage/plugin-catalog-backend@1.18.0-next.0 - @backstage/plugin-auth-backend@0.22.0-next.0 - @backstage/plugin-jenkins-backend@0.4.0-next.0 - @backstage/plugin-azure-devops-backend@0.6.0-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.2.3-next.0 - @backstage/plugin-scaffolder-backend@1.22.0-next.0 - @backstage/plugin-permission-common@0.7.13-next.0 - @backstage/plugin-search-backend-module-techdocs@0.1.17-next.0 - @backstage/plugin-search-backend-module-catalog@0.1.17-next.0 - @backstage/plugin-search-backend-module-explore@0.1.17-next.0 - @backstage/backend-defaults@0.2.13-next.0 - @backstage/plugin-kubernetes-backend@0.16.0-next.0 - @backstage/plugin-adr-backend@0.4.10-next.0 - @backstage/plugin-proxy-backend@0.4.11-next.0 - @backstage/backend-tasks@0.5.18-next.0 - @backstage/plugin-search-backend-node@1.2.17-next.0 - @backstage/plugin-signals-backend@0.0.4-next.0 - @backstage/plugin-search-backend@1.5.3-next.0 - @backstage/plugin-devtools-backend@0.3.0-next.0 - @backstage/plugin-permission-node@0.7.24-next.0 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.6-next.0 - @backstage/plugin-badges-backend@0.3.10-next.0 - @backstage/plugin-permission-backend@0.5.36-next.0 - @backstage/plugin-app-backend@0.3.61-next.0 - @backstage/plugin-auth-backend-module-github-provider@0.1.10-next.0 - @backstage/plugin-catalog-backend-module-openapi@0.1.30-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.10-next.0 - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.10-next.0 - @backstage/plugin-sonarqube-backend@0.2.15-next.0 - @backstage/plugin-techdocs-backend@1.9.6-next.0 - @backstage/plugin-nomad-backend@0.1.15-next.0 - @backstage/plugin-todo-backend@0.3.11-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.3.10-next.0 - @backstage/catalog-model@1.4.5-next.0 ## e2e-test@0.2.13-next.0 ### Patch Changes - Updated dependencies - @backstage/create-app@0.5.12-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/cli-common@0.1.13 ## techdocs-cli-embedded-app@0.2.92-next.0 ### Patch Changes - Updated dependencies - @backstage/theme@0.5.2-next.0 - @backstage/core-components@0.14.1-next.0 - @backstage/integration-react@1.1.25-next.0 - @backstage/cli@0.25.3-next.0 - @backstage/plugin-catalog@1.17.1-next.0 - @backstage/catalog-model@1.4.5-next.0 - @backstage/config@1.1.2-next.0 - @backstage/core-plugin-api@1.9.1-next.0 - @backstage/plugin-techdocs@1.10.1-next.0 - @backstage/app-defaults@1.5.1-next.0 - @backstage/test-utils@1.5.1-next.0 - @backstage/plugin-techdocs-react@1.1.17-next.0 - @backstage/core-app-api@1.12.1-next.0 ## @internal/plugin-todo-list@1.0.23-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.14.1-next.0 - @backstage/core-plugin-api@1.9.1-next.0 ## @internal/plugin-todo-list-backend@1.0.23-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-common@0.21.3-next.0 - @backstage/plugin-auth-node@0.4.8-next.0 - @backstage/errors@1.2.4-next.0 - @backstage/backend-plugin-api@0.6.13-next.0 ## @internal/plugin-todo-list-common@1.0.18-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.7.13-next.0