fix(deps): update backstage monorepo #26

Merged
kjuulh merged 1 commits from renovate/backstage-monorepo into main 2024-08-22 01:13:50 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/app-defaults (source) dependencies patch 1.5.7 -> 1.5.10
@backstage/backend-common (source) dependencies minor ^0.23.0 -> ^0.24.0
@backstage/backend-tasks (source) dependencies minor ^0.5.0 -> ^0.6.0
@backstage/catalog-client (source) dependencies patch 1.6.5 -> 1.6.6
@backstage/catalog-model (source) dependencies minor 1.5.0 -> 1.6.0
@backstage/cli (source) devDependencies minor ^0.26.0 -> ^0.27.0
@backstage/cli (source) dependencies minor ^0.26.0 -> ^0.27.0
@backstage/core-app-api (source) devDependencies minor 1.13.0 -> 1.14.2
@backstage/core-app-api (source) dependencies minor 1.13.0 -> 1.14.2
@backstage/core-components (source) dependencies patch 0.14.8 -> 0.14.10
@backstage/dev-utils (source) devDependencies patch 1.0.34 -> 1.0.37
@backstage/integration-react (source) dependencies patch 1.1.28 -> 1.1.30
@backstage/plugin-api-docs (source) dependencies patch 0.11.6 -> 0.11.8
@backstage/plugin-app-backend (source) dependencies patch 0.3.70 -> 0.3.72
@backstage/plugin-auth-backend (source) dependencies patch 0.22.8 -> 0.22.10
@backstage/plugin-catalog (source) dependencies minor 1.21.0 -> 1.22.0
@backstage/plugin-catalog-backend (source) dependencies minor 1.23.2 -> 1.25.0
@backstage/plugin-catalog-backend-module-github (source) dependencies minor ^0.6.0 -> ^0.7.0
@backstage/plugin-catalog-common (source) dependencies patch 1.0.24 -> 1.0.26
@backstage/plugin-catalog-graph (source) dependencies patch 0.4.6 -> 0.4.8
@backstage/plugin-catalog-import (source) dependencies patch 0.12.0 -> 0.12.2
@backstage/plugin-catalog-react (source) dependencies patch 1.12.1 -> 1.12.3
@backstage/plugin-org (source) dependencies patch 0.6.26 -> 0.6.28
@backstage/plugin-permission-common (source) dependencies minor ^0.7.0 -> ^0.8.0
@backstage/plugin-permission-node (source) dependencies minor ^0.7.0 -> ^0.8.0
@backstage/plugin-permission-react (source) dependencies patch 0.4.23 -> 0.4.25
@backstage/plugin-proxy-backend (source) dependencies patch 0.5.2 -> 0.5.4
@backstage/plugin-scaffolder (source) dependencies minor 1.22.0 -> 1.24.0
@backstage/plugin-scaffolder-backend (source) dependencies minor 1.22.11 -> 1.24.0
@backstage/plugin-search (source) dependencies patch 1.4.13 -> 1.4.15
@backstage/plugin-search-backend (source) dependencies patch 1.5.13 -> 1.5.15
@backstage/plugin-search-backend-module-pg (source) dependencies patch 0.5.31 -> 0.5.33
@backstage/plugin-search-backend-node (source) dependencies minor 1.2.26 -> 1.3.0
@backstage/plugin-search-react (source) dependencies patch 1.7.12 -> 1.7.14
@backstage/plugin-techdocs (source) dependencies patch 1.10.6 -> 1.10.8
@backstage/plugin-techdocs-backend (source) dependencies patch 1.10.8 -> 1.10.11
@backstage/plugin-techdocs-module-addons-contrib (source) dependencies patch 1.1.11 -> 1.1.13
@backstage/plugin-techdocs-react (source) dependencies patch 1.2.5 -> 1.2.7
@backstage/plugin-user-settings (source) dependencies patch 0.8.8 -> 0.8.11
@backstage/test-utils (source) devDependencies patch 1.5.7 -> 1.5.10

Release Notes

backstage/backstage (@​backstage/app-defaults)

v1.5.10

Compare Source

Patch Changes

v1.5.9

Compare Source

Patch Changes

v1.5.8

Compare Source

Patch Changes
backstage/backstage (@​backstage/backend-common)

v0.24.0

Compare Source

Minor Changes
  • 389f5a4: BREAKING: Removed the following Url Reader deprecated exports:

    • UrlReader: Use UrlReaderService from @backstage/backend-plugin-api instead;
    • AzureUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • BitbucketUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • BitbucketCloudUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • BitbucketServerUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • GithubUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • GitlabUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • GerritUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • GiteaUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • HarnessUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • AwsS3UrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • FetchUrlReader: Import from @backstage/backend-defaults/urlReader instead;
    • UrlReaders: Import from @backstage/backend-defaults/urlReader instead;
    • UrlReadersOptions: Import from @backstage/backend-defaults/urlReader instead;
    • UrlReaderPredicateTuple: Import from @backstage/backend-defaults/urlReader instead;
    • FromReadableArrayOptions: Import from @backstage/backend-defaults/urlReader instead;
    • ReaderFactory: Import from @backstage/backend-defaults/urlReader instead;
    • ReadUrlOptions:Use UrlReaderServiceReadUrlOptions from @backstage/backend-plugin-api instead;
    • ReadUrlResponse: Use UrlReaderServiceReadUrlResponse from @backstage/backend-plugin-api instead;
    • ReadUrlResponseFactory: Import from @backstage/backend-defaults/urlReader instead;
    • ReadUrlResponseFactoryFromStreamOptions: Import from @backstage/backend-defaults/urlReader instead;
    • ReadTreeOptions: Use UrlReaderServiceReadTreeOptions from @backstage/backend-plugin-api instead;
    • ReadTreeResponse: Use UrlReaderServiceReadTreeResponse from @backstage/backend-plugin-api instead;
    • ReadTreeResponseFile: Use UrlReaderServiceReadTreeResponseFile from @backstage/backend-plugin-api instead;
    • ReadTreeResponseDirOptions: Use UrlReaderServiceReadTreeResponseDirOptions from @backstage/backend-plugin-api instead;
    • ReadTreeResponseFactory: Import from @backstage/backend-defaults/urlReader instead;
    • ReadTreeResponseFactoryOptions: Import from @backstage/backend-defaults/urlReader instead;
    • SearchOptions: Use UrlReaderServiceSearchOptions from @backstage/backend-plugin-api instead;
    • SearchResponse: Use UrlReaderServiceSearchResponse from @backstage/backend-plugin-api instead;
    • SearchResponseFile: Use UrlReaderServiceSearchResponseFile from @backstage/backend-plugin-api instead.
Patch Changes

v0.23.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/backend-tasks)

v0.6.0

Compare Source

Minor Changes
  • fc24d9e: This package is deprecated and will be removed in a near future, follow the instructions below to stop using it:

    • TaskScheduler: Please migrate to the new backend system, and depend on coreServices.scheduler from @backstage/backend-plugin-api instead, or use DefaultSchedulerService from `@backstage/backend-defaults;
    • TaskRunner: Please import SchedulerServiceTaskRunner from @backstage/backend-plugin-api instead;
    • TaskFunction: Please import SchedulerServiceTaskFunction from @backstage/backend-plugin-api instead;
    • TaskDescriptor: Please import SchedulerServiceTaskDescriptor from @backstage/backend-plugin-api instead;
    • TaskInvocationDefinition: Please import SchedulerServiceTaskInvocationDefinition from @backstage/backend-plugin-api instead;
    • TaskScheduleDefinition: Please import SchedulerServiceTaskFunction from @backstage/backend-plugin-api instead;
    • TaskScheduleDefinitionConfig: Please import SchedulerServiceTaskScheduleDefinitionConfig from @backstage/backend-plugin-api instead;
    • PluginTaskScheduler: Please use SchedulerService from @backstage/backend-plugin-api instead (most likely via coreServices.scheduler);
    • readTaskScheduleDefinitionFromConfig: Please import readSchedulerServiceTaskScheduleDefinitionFromConfig from @backstage/backend-plugin-api instead;
    • HumanDuration: Import TypesHumanDuration from @backstage/types instead.
Patch Changes

v0.5.27

Compare Source

Patch Changes
backstage/backstage (@​backstage/catalog-client)

v1.6.6

Compare Source

Patch Changes
backstage/backstage (@​backstage/catalog-model)

v1.6.0

Compare Source

Minor Changes
  • 34fa803: Introduce an optional spec.type attribute on the Domain and System entity kinds
Patch Changes
backstage/backstage (@​backstage/cli)

v0.27.0

Compare Source

Minor Changes
  • 32a38e1: BREAKING: The lockfile (yarn.lock) dependency analysis and mutations have been removed from several commands.

    The versions:bump command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only update package.json files.

    The versions:check command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using the yarn dedupe command instead, or the yarn-deduplicate package if you're using Yarn classic.

    The check that was built into the package start command has been removed, it will no longer warn about lockfile mismatches.

    The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future.

Patch Changes

v0.26.11

Compare Source

Patch Changes
  • 133464c: Added experimental support for dynamic frontend plugin builds, enabled via setting EXPERIMENTAL_MODULE_FEDERATION for the app build, and using the frontend-dynamic-container package role to create a container. Both of these are experimental and will change in the future.
  • e2e320c: - remove unused dependencies winston and yn from the template of backend plugins;
    • update msw to version 2.3.1 in the template of backend plugins;
      starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2;
  • 0540c5a: Updated the scaffolding output message for plugin-common in backstage-cli. Now, when executing backstage-cli new to create a new plugin-common package, the output message accurately reflects the action by displaying Creating common plugin package... instead of the previous, less accurate Creating backend plugin....
  • 7652db4: Only bootstrap global-agent if it's actually being used
  • f0c0039: Fix issue with CLI that was preventing upgrading from 1.28
  • d228862: Update default backend plugin created by the cli to use non-deprecated error handling middleware
  • da90cce: Updated dependency esbuild to ^0.21.0.
  • a60d73b: Fix a few minor issues with the backend template that were causing failing linting checks in the main repo.
  • 0510d98: Subpath export package.json should be of a unique name to avoid typescript resolution issues
  • 4baac0c: The backendPlugin and backendModule factory now includes a step for automatically adding the new backend plugin/module to the index.ts file of the backend.
  • Updated dependencies
backstage/backstage (@​backstage/core-app-api)

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes

v1.14.0

Compare Source

Minor Changes
  • d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.

    app:
      routes:
        bindings:
    

This has the effect of removing the button for registering new

catalog entities in the scaffolder template list view

    scaffolder.registerComponent: false
##### Patch Changes

- db2e2d5: Updated config schema to support app.routes.bindings
- Updated dependencies
- @​backstage/config@1.2.0
- @​backstage/core-plugin-api@1.9.3
- @​backstage/types@1.1.1
- @​backstage/version-bridge@1.0.8
backstage/backstage (@​backstage/core-components)

v0.14.10

Compare Source

Patch Changes

v0.14.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/dev-utils)

v1.0.37

Compare Source

Patch Changes

v1.0.36

Compare Source

Patch Changes

v1.0.35

Compare Source

Patch Changes
backstage/backstage (@​backstage/integration-react)

v1.1.30

Compare Source

Patch Changes

v1.1.29

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-api-docs)

v0.11.8

Compare Source

Patch Changes

v0.11.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-backend)

v0.3.72

Compare Source

Patch Changes

v0.3.71

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend)

v0.22.10

Compare Source

Patch Changes

v0.22.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog)

v1.22.0

Compare Source

Minor Changes
  • 6925dcb: Introduces the HasSubdomainsCard component that displays the subdomains of a given domain
Patch Changes

v1.21.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v1.25.0

Compare Source

Minor Changes
  • 163ba08: Deprecated RouterOptions, CatalogBuilder, and CatalogEnvironment. Please make sure to upgrade to the new backend system.
  • fc24d9e: Stop using @backstage/backend-tasks as it will be deleted in near future.
Patch Changes

v1.24.0

Compare Source

Minor Changes
  • b9ed1bb: bumped better-sqlite3 from ^9.0.0 to ^11.0.0
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend-module-github)

v0.7.0

Compare Source

Minor Changes
  • fc24d9e: Stop using @backstage/backend-tasks as it will be deleted in near future.
Patch Changes

v0.6.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-common)

v1.0.26

Compare Source

Patch Changes

v1.0.25

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-graph)

v0.4.8

Compare Source

Patch Changes

v0.4.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-import)

v0.12.2

Compare Source

Patch Changes

v0.12.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-react)

v1.12.3

Compare Source

Patch Changes

v1.12.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-org)

v0.6.28

Compare Source

Patch Changes

v0.6.27

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-common)

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • f4085b8: BREAKING: Removed the deprecated and unused token option from EvaluatorRequestOptions. The PermissionsClient now has its own PermissionClientRequestOptions type that declares the token option instead.
Patch Changes
backstage/backstage (@​backstage/plugin-permission-node)

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes
  • 36f91e8: BREAKING: Updated the ServerPermissionClient to match the new PermissionsService interface, where the deprecated token option has been removed and the options are now required.
Patch Changes
  • ed10fd2: The PermissionPolicy interface has been updated to align with the recent changes to the Backstage auth system. The second argument to the handle method is now of the new PolicyQueryUser type. This type maintains the old fields from the BackstageIdentityResponse, which are now all deprecated. Instead, two new fields have been added, which allows access to the same information:

    • credentials - A BackstageCredentials object, which is useful for making requests to other services on behalf of the user as part of evaluating the policy. This replaces the deprecated token field. See the Auth Service documentation for information about how to create a token using these credentials.
    • info - A BackstageUserInfo object, which contains the same information as the deprecated identity, except for the type field that was redundant.

    Most existing policies can be updated by replacing the BackstageIdentityResponse type with PolicyQueryUser, which is exported from @backstage/plugin-permission-node, as well as replacing any occurrences of user?.identity with user?.info.

  • 28b2cfb: Fix invalid cross-reference in API Reference docs

  • Updated dependencies

backstage/backstage (@​backstage/plugin-permission-react)

v0.4.25

Compare Source

Patch Changes

v0.4.24

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-proxy-backend)

v0.5.4

Compare Source

Patch Changes

v0.5.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder)

v1.24.0

Compare Source

Minor Changes
  • 1552c33: Changed the way to display entities in MyGroupsPicker to use entityPresentationApi and make it consistent across scaffolder pickers
  • 3fca643: Added field extension RepoBranchPicker that supports autocompletion for Bitbucket
Patch Changes

v1.23.0

Compare Source

Minor Changes
  • 52b6db0: Use virtualization with EntityPicker as done earlier with MultiEntityPicker to fix performance issues with large data sets. VirtualizedListbox extracted into reusable component.
  • 3583ce5: Use virtualization with MultiEntityPicker. Fixes performance issues with large data sets.
  • b5deed0: Add support for bitbucketCloud autocomplete in RepoUrlPicker
Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder-backend)

v1.24.0

Compare Source

Minor Changes
  • fc24d9e: Stop using @backstage/backend-tasks as it will be deleted in near future.
  • dcd6a79: Added OpenTelemetry support to Scaffolder metrics
Patch Changes

v1.23.0

Compare Source

Minor Changes
  • b5deed0: Add support for autocomplete extension point to provide additional autocomplete handlers
  • 0b52438: Serialization of the scaffolder workspace into GCP bucket
Patch Changes
backstage/backstage (@​backstage/plugin-search)

v1.4.15

Compare Source

Patch Changes

v1.4.14

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend)

v1.5.15

Compare Source

Patch Changes

v1.5.14

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-module-pg)

v0.5.33

Compare Source

Patch Changes

v0.5.32

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-node)

v1.3.0

Compare Source

Minor Changes
  • fc24d9e: Stop using @backstage/backend-tasks as it will be deleted in near future.
Patch Changes

v1.2.27

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-react)

v1.7.14

Compare Source

Patch Changes

v1.7.13

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs)

v1.10.8

Compare Source

Patch Changes

v1.10.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-backend)

v1.10.11

Compare Source

v1.10.10

Compare Source

Patch Changes

v1.10.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-module-addons-contrib)

v1.1.13

Compare Source

Patch Changes

v1.1.12

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-react)

v1.2.7

Compare Source

Patch Changes

v1.2.6

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-user-settings)

v0.8.11

Compare Source

Patch Changes

v0.8.10

Compare Source

Patch Changes

v0.8.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/test-utils)

v1.5.10

Compare Source

Patch Changes

v1.5.9

Compare Source

Patch Changes

v1.5.8

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@backstage/app-defaults](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults)) | dependencies | patch | [`1.5.7` -> `1.5.10`](https://renovatebot.com/diffs/npm/@backstage%2fapp-defaults/1.5.7/1.5.10) | | [@backstage/backend-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common)) | dependencies | minor | [`^0.23.0` -> `^0.24.0`](https://renovatebot.com/diffs/npm/@backstage%2fbackend-common/0.23.2/0.24.0) | | [@backstage/backend-tasks](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks)) | dependencies | minor | [`^0.5.0` -> `^0.6.0`](https://renovatebot.com/diffs/npm/@backstage%2fbackend-tasks/0.5.26/0.6.0) | | [@backstage/catalog-client](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client)) | dependencies | patch | [`1.6.5` -> `1.6.6`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-client/1.6.5/1.6.6) | | [@backstage/catalog-model](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model)) | dependencies | minor | [`1.5.0` -> `1.6.0`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-model/1.5.0/1.6.0) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | devDependencies | minor | [`^0.26.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.26.10/0.27.0) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | dependencies | minor | [`^0.26.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.26.10/0.27.0) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | devDependencies | minor | [`1.13.0` -> `1.14.2`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.13.0/1.14.2) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | dependencies | minor | [`1.13.0` -> `1.14.2`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.13.0/1.14.2) | | [@backstage/core-components](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-components)) | dependencies | patch | [`0.14.8` -> `0.14.10`](https://renovatebot.com/diffs/npm/@backstage%2fcore-components/0.14.8/0.14.10) | | [@backstage/dev-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils)) | devDependencies | patch | [`1.0.34` -> `1.0.37`](https://renovatebot.com/diffs/npm/@backstage%2fdev-utils/1.0.34/1.0.37) | | [@backstage/integration-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react)) | dependencies | patch | [`1.1.28` -> `1.1.30`](https://renovatebot.com/diffs/npm/@backstage%2fintegration-react/1.1.28/1.1.30) | | [@backstage/plugin-api-docs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs)) | dependencies | patch | [`0.11.6` -> `0.11.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-api-docs/0.11.6/0.11.8) | | [@backstage/plugin-app-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/app-backend)) | dependencies | patch | [`0.3.70` -> `0.3.72`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-app-backend/0.3.70/0.3.72) | | [@backstage/plugin-auth-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend)) | dependencies | patch | [`0.22.8` -> `0.22.10`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-auth-backend/0.22.8/0.22.10) | | [@backstage/plugin-catalog](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog)) | dependencies | minor | [`1.21.0` -> `1.22.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog/1.21.0/1.22.0) | | [@backstage/plugin-catalog-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend)) | dependencies | minor | [`1.23.2` -> `1.25.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend/1.23.2/1.25.0) | | [@backstage/plugin-catalog-backend-module-github](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github)) | dependencies | minor | [`^0.6.0` -> `^0.7.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend-module-github/0.6.4/0.7.0) | | [@backstage/plugin-catalog-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common)) | dependencies | patch | [`1.0.24` -> `1.0.26`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-common/1.0.24/1.0.26) | | [@backstage/plugin-catalog-graph](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph)) | dependencies | patch | [`0.4.6` -> `0.4.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-graph/0.4.6/0.4.8) | | [@backstage/plugin-catalog-import](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import)) | dependencies | patch | [`0.12.0` -> `0.12.2`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-import/0.12.0/0.12.2) | | [@backstage/plugin-catalog-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react)) | dependencies | patch | [`1.12.1` -> `1.12.3`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-react/1.12.1/1.12.3) | | [@backstage/plugin-org](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/org)) | dependencies | patch | [`0.6.26` -> `0.6.28`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-org/0.6.26/0.6.28) | | [@backstage/plugin-permission-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common)) | dependencies | minor | [`^0.7.0` -> `^0.8.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-common/0.7.14/0.8.1) | | [@backstage/plugin-permission-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node)) | dependencies | minor | [`^0.7.0` -> `^0.8.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-node/0.7.32/0.8.1) | | [@backstage/plugin-permission-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react)) | dependencies | patch | [`0.4.23` -> `0.4.25`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-react/0.4.23/0.4.25) | | [@backstage/plugin-proxy-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend)) | dependencies | patch | [`0.5.2` -> `0.5.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-proxy-backend/0.5.2/0.5.4) | | [@backstage/plugin-scaffolder](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder)) | dependencies | minor | [`1.22.0` -> `1.24.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder/1.22.0/1.24.0) | | [@backstage/plugin-scaffolder-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend)) | dependencies | minor | [`1.22.11` -> `1.24.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder-backend/1.22.11/1.24.0) | | [@backstage/plugin-search](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search)) | dependencies | patch | [`1.4.13` -> `1.4.15`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search/1.4.13/1.4.15) | | [@backstage/plugin-search-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend)) | dependencies | patch | [`1.5.13` -> `1.5.15`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend/1.5.13/1.5.15) | | [@backstage/plugin-search-backend-module-pg](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg)) | dependencies | patch | [`0.5.31` -> `0.5.33`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-module-pg/0.5.31/0.5.33) | | [@backstage/plugin-search-backend-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node)) | dependencies | minor | [`1.2.26` -> `1.3.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-node/1.2.26/1.3.0) | | [@backstage/plugin-search-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react)) | dependencies | patch | [`1.7.12` -> `1.7.14`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-react/1.7.12/1.7.14) | | [@backstage/plugin-techdocs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs)) | dependencies | patch | [`1.10.6` -> `1.10.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs/1.10.6/1.10.8) | | [@backstage/plugin-techdocs-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend)) | dependencies | patch | [`1.10.8` -> `1.10.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-backend/1.10.8/1.10.11) | | [@backstage/plugin-techdocs-module-addons-contrib](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib)) | dependencies | patch | [`1.1.11` -> `1.1.13`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-module-addons-contrib/1.1.11/1.1.13) | | [@backstage/plugin-techdocs-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react)) | dependencies | patch | [`1.2.5` -> `1.2.7`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-react/1.2.5/1.2.7) | | [@backstage/plugin-user-settings](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings)) | dependencies | patch | [`0.8.8` -> `0.8.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-user-settings/0.8.8/0.8.11) | | [@backstage/test-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils)) | devDependencies | patch | [`1.5.7` -> `1.5.10`](https://renovatebot.com/diffs/npm/@backstage%2ftest-utils/1.5.7/1.5.10) | --- ### Release Notes <details> <summary>backstage/backstage (@&#8203;backstage/app-defaults)</summary> ### [`v1.5.10`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#1510) [Compare Source](https://github.com/backstage/backstage/compare/36c9f7ab8d1962e731f8b1c95a790548bf717af2...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 ### [`v1.5.9`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#159-next0) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...36c9f7ab8d1962e731f8b1c95a790548bf717af2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.1-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 ### [`v1.5.8`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#158) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 </details> <details> <summary>backstage/backstage (@&#8203;backstage/backend-common)</summary> ### [`v0.24.0`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#0240) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...v0.24.0) ##### Minor Changes - [`389f5a4`](https://github.com/backstage/backstage/commit/389f5a4): **BREAKING**: Removed the following `Url Reader` deprecated exports: - UrlReader: Use `UrlReaderService` from `@backstage/backend-plugin-api` instead; - AzureUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - BitbucketUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - BitbucketCloudUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - BitbucketServerUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - GithubUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - GitlabUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - GerritUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - GiteaUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - HarnessUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - AwsS3UrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - FetchUrlReader: Import from `@backstage/backend-defaults/urlReader` instead; - UrlReaders: Import from `@backstage/backend-defaults/urlReader` instead; - UrlReadersOptions: Import from `@backstage/backend-defaults/urlReader` instead; - UrlReaderPredicateTuple: Import from `@backstage/backend-defaults/urlReader` instead; - FromReadableArrayOptions: Import from `@backstage/backend-defaults/urlReader` instead; - ReaderFactory: Import from `@backstage/backend-defaults/urlReader` instead; - ReadUrlOptions:Use `UrlReaderServiceReadUrlOptions` from `@backstage/backend-plugin-api` instead; - ReadUrlResponse: Use `UrlReaderServiceReadUrlResponse` from `@backstage/backend-plugin-api` instead; - ReadUrlResponseFactory: Import from `@backstage/backend-defaults/urlReader` instead; - ReadUrlResponseFactoryFromStreamOptions: Import from `@backstage/backend-defaults/urlReader` instead; - ReadTreeOptions: Use `UrlReaderServiceReadTreeOptions` from `@backstage/backend-plugin-api` instead; - ReadTreeResponse: Use `UrlReaderServiceReadTreeResponse` from `@backstage/backend-plugin-api` instead; - ReadTreeResponseFile: Use `UrlReaderServiceReadTreeResponseFile` from `@backstage/backend-plugin-api` instead; - ReadTreeResponseDirOptions: Use `UrlReaderServiceReadTreeResponseDirOptions` from `@backstage/backend-plugin-api` instead; - ReadTreeResponseFactory: Import from `@backstage/backend-defaults/urlReader` instead; - ReadTreeResponseFactoryOptions: Import from `@backstage/backend-defaults/urlReader` instead; - SearchOptions: Use `UrlReaderServiceSearchOptions` from `@backstage/backend-plugin-api` instead; - SearchResponse: Use `UrlReaderServiceSearchResponse` from `@backstage/backend-plugin-api` instead; - SearchResponseFile: Use `UrlReaderServiceSearchResponseFile` from `@backstage/backend-plugin-api` instead. ##### Patch Changes - [`ba8571e`](https://github.com/backstage/backstage/commit/ba8571e): Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail. - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`6795e33`](https://github.com/backstage/backstage/commit/6795e33): This package is marked as `deprecated` and will be removed in a near future, please follow the deprecated instructions for the exports you still use. - [`7e13b7a`](https://github.com/backstage/backstage/commit/7e13b7a): The remaining exports in the package have now been deprecated: - `cacheToPluginCacheManager` - `createLegacyAuthAdapters` - `LegacyCreateRouter` - `legacyPlugin` - `loggerToWinstonLogger` - `makeLegacyPlugin` Users of these export should fully [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating). - [`ddde5fe`](https://github.com/backstage/backstage/commit/ddde5fe): Internal type refactor. - [`b63d378`](https://github.com/backstage/backstage/commit/b63d378): export `createConfigSecretEnumerator` from `@backstage/backend-common` instead of `@backstage/backend-app-api`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/backend-dev-utils](https://github.com/backstage/backend-dev-utils)[@&#8203;0](https://github.com/0).1.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-aws-node](https://github.com/backstage/integration-aws-node)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.23.3`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-common/CHANGELOG.md#0233) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`8c09c97`](https://github.com/backstage/backstage/commit/8c09c97): Deprecate legacy status check factory, handler and types. - [`d228862`](https://github.com/backstage/backstage/commit/d228862): Update default backend plugin created by the cli to use non-deprecated error handling middleware - [`c964a3d`](https://github.com/backstage/backstage/commit/c964a3d): Add dependencies that are needed by cross-imports from backend-defaults - [`b60db08`](https://github.com/backstage/backstage/commit/b60db08): Fixing exporting of classes properly from new packages - [`b9ed1bb`](https://github.com/backstage/backstage/commit/b9ed1bb): bumped better-sqlite3 from ^9.0.0 to ^11.0.0 - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/backend-dev-utils](https://github.com/backstage/backend-dev-utils)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-aws-node](https://github.com/backstage/integration-aws-node)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/backend-tasks)</summary> ### [`v0.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#060) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...v0.6.0) ##### Minor Changes - [`fc24d9e`](https://github.com/backstage/backstage/commit/fc24d9e): This package is deprecated and will be removed in a near future, follow the instructions below to stop using it: - `TaskScheduler`: Please migrate to the new backend system, and depend on `coreServices.scheduler` from `@backstage/backend-plugin-api` instead, or use `DefaultSchedulerService` from \`@backstage/backend-defaults; - `TaskRunner`: Please import `SchedulerServiceTaskRunner` from `@backstage/backend-plugin-api` instead; - `TaskFunction`: Please import `SchedulerServiceTaskFunction` from `@backstage/backend-plugin-api` instead; - `TaskDescriptor`: Please import `SchedulerServiceTaskDescriptor` from `@backstage/backend-plugin-api` instead; - `TaskInvocationDefinition`: Please import `SchedulerServiceTaskInvocationDefinition` from `@backstage/backend-plugin-api` instead; - `TaskScheduleDefinition`: Please import `SchedulerServiceTaskFunction` from `@backstage/backend-plugin-api` instead; - `TaskScheduleDefinitionConfig`: Please import `SchedulerServiceTaskScheduleDefinitionConfig` from `@backstage/backend-plugin-api` instead; - `PluginTaskScheduler`: Please use `SchedulerService` from `@backstage/backend-plugin-api` instead (most likely via `coreServices.scheduler`); - `readTaskScheduleDefinitionFromConfig`: Please import `readSchedulerServiceTaskScheduleDefinitionFromConfig` from `@backstage/backend-plugin-api` instead; - `HumanDuration`: Import `TypesHumanDuration` from `@backstage/types` instead. ##### Patch Changes - [`ba9abf4`](https://github.com/backstage/backstage/commit/ba9abf4): The `PluginTaskScheduler` now allows tasks with `frequency: { trigger: 'manual' }`. This means that the task will not be scheduled, but rather run only when manually triggered with `PluginTaskScheduler.triggerTask`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.5.27`](https://github.com/backstage/backstage/blob/HEAD/packages/backend-tasks/CHANGELOG.md#0527) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`083eaf9`](https://github.com/backstage/backstage/commit/083eaf9): Fix bug where ISO durations could no longer be used for schedules - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-client)</summary> ### [`v1.6.6`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#166) [Compare Source](https://github.com/backstage/backstage/compare/ed6b896ab2ea83a273e14da49f365cea4a4f87e6...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-model)</summary> ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/v1.5.0...v1.6.0) ##### Minor Changes - [`34fa803`](https://github.com/backstage/backstage/commit/34fa803): Introduce an optional spec.type attribute on the Domain and System entity kinds ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/cli)</summary> ### [`v0.27.0`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0270) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...v0.27.0) ##### Minor Changes - [`32a38e1`](https://github.com/backstage/backstage/commit/32a38e1): **BREAKING**: The lockfile (`yarn.lock`) dependency analysis and mutations have been removed from several commands. The `versions:bump` command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only update `package.json` files. The `versions:check` command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using the `yarn dedupe` command instead, or the `yarn-deduplicate` package if you're using Yarn classic. The check that was built into the `package start` command has been removed, it will no longer warn about lockfile mismatches. The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future. ##### Patch Changes - [`7eb08a6`](https://github.com/backstage/backstage/commit/7eb08a6): Add frontend-dynamic-container role to eslint config factory - [`b2d97fd`](https://github.com/backstage/backstage/commit/b2d97fd): Fixing loading of additional config files with new `ConfigSources` - [`fbc7819`](https://github.com/backstage/backstage/commit/fbc7819): Use ES2022 in CLI bundler - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`6d898d8`](https://github.com/backstage/backstage/commit/6d898d8): Switched the `process` polyfill to use `require.resolve` for greater compatability. - [`e53074f`](https://github.com/backstage/backstage/commit/e53074f): Updated default backend plugin to use `RootConfigService` instead of `Config`. This also removes the dependency on `@backstage/config` as it's no longer used. - [`ee2b0e5`](https://github.com/backstage/backstage/commit/ee2b0e5): The experimental module federation build now has the ability to force the use of development versions of `react` and `react-dom` by setting the `FORCE_REACT_DEVELOPMENT` flag. - [`239dffc`](https://github.com/backstage/backstage/commit/239dffc): Remove usage of deprecated functionality from [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader) - [`e6e7d86`](https://github.com/backstage/backstage/commit/e6e7d86): Switched the target from `'ES2022'` to `'es2022'` for better compatibility with older versions of `swc`. - [`2ced236`](https://github.com/backstage/backstage/commit/2ced236): Updated dependency `@module-federation/enhanced` to `0.3.1` - [`0eedec3`](https://github.com/backstage/backstage/commit/0eedec3): Add support for dynamic plugins via the EXPERIMENTAL_MODULE_FEDERATION environment variable when running `yarn start`. - [`adabb40`](https://github.com/backstage/backstage/commit/adabb40): New command now supports setting package license - [`dc4fb4f`](https://github.com/backstage/backstage/commit/dc4fb4f): Fix for `repo build --all` not properly detecting the experimental public entry point. - Updated dependencies - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.26.11`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#02611) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`133464c`](https://github.com/backstage/backstage/commit/133464c): Added experimental support for dynamic frontend plugin builds, enabled via setting `EXPERIMENTAL_MODULE_FEDERATION` for the app build, and using the `frontend-dynamic-container` package role to create a container. Both of these are experimental and will change in the future. - [`e2e320c`](https://github.com/backstage/backstage/commit/e2e320c): - remove unused dependencies `winston` and `yn` from the template of backend plugins; - update `msw` to version `2.3.1` in the template of backend plugins; starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2; - [`0540c5a`](https://github.com/backstage/backstage/commit/0540c5a): Updated the scaffolding output message for `plugin-common` in `backstage-cli`. Now, when executing `backstage-cli new` to create a new `plugin-common` package, the output message accurately reflects the action by displaying `Creating common plugin package...` instead of the previous, less accurate `Creating backend plugin...`. - [`7652db4`](https://github.com/backstage/backstage/commit/7652db4): Only bootstrap global-agent if it's actually being used - [`f0c0039`](https://github.com/backstage/backstage/commit/f0c0039): Fix issue with CLI that was preventing upgrading from 1.28 - [`d228862`](https://github.com/backstage/backstage/commit/d228862): Update default backend plugin created by the cli to use non-deprecated error handling middleware - [`da90cce`](https://github.com/backstage/backstage/commit/da90cce): Updated dependency `esbuild` to `^0.21.0`. - [`a60d73b`](https://github.com/backstage/backstage/commit/a60d73b): Fix a few minor issues with the backend template that were causing failing linting checks in the main repo. - [`0510d98`](https://github.com/backstage/backstage/commit/0510d98): Subpath export `package.json` should be of a unique name to avoid typescript resolution issues - [`4baac0c`](https://github.com/backstage/backstage/commit/4baac0c): The `backendPlugin` and `backendModule` factory now includes a step for automatically adding the new backend plugin/module to the `index.ts` file of the backend. - Updated dependencies - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.8 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-app-api)</summary> ### [`v1.14.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1142) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.1...v1.14.2) ##### Patch Changes - [`9a46a81`](https://github.com/backstage/backstage/commit/9a46a81): The request to delete the session cookie when running the app in protected mode is now done with a plain `fetch` rather than `FetchApi`. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.14.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1141-next0) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.0...v1.14.1) ##### Patch Changes - [`9a46a81`](https://github.com/backstage/backstage/commit/9a46a81): The request to delete the session cookie when running the app in protected mode is now done with a plain `fetch` rather than `FetchApi`. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.0...v1.14.0) ##### Minor Changes - [`d3c39fc`](https://github.com/backstage/backstage/commit/d3c39fc): Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets. ```yaml app: routes: bindings: ``` ### This has the effect of removing the button for registering new ### catalog entities in the scaffolder template list view scaffolder.registerComponent: false <!----> ##### Patch Changes - db2e2d5: Updated config schema to support app.routes.bindings - Updated dependencies - @&#8203;backstage/config@1.2.0 - @&#8203;backstage/core-plugin-api@1.9.3 - @&#8203;backstage/types@1.1.1 - @&#8203;backstage/version-bridge@1.0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-components)</summary> ### [`v0.14.10`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#01410) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`678971a`](https://github.com/backstage/backstage/commit/678971a): Move the `Link` component to the `RoutedTabs` instead of the `HeaderTabs` component - [`13a9c63`](https://github.com/backstage/backstage/commit/13a9c63): Corrected the documentation for the GCP IAP auth module and updated the configuration to follow proxy configuration conventions by ignoring authEnv - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v0.14.9`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0149) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`d4ffdbb`](https://github.com/backstage/backstage/commit/d4ffdbb): Fixed bug where `<Select>` component with empty string as placeholder gave an error - [`99d672d`](https://github.com/backstage/backstage/commit/99d672d): Modified the `Select` component to take in a `data-testid` parameter ensuring backwards compatibility with default value corresponding to previously hardcoded `data-testid` of "select". - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/dev-utils)</summary> ### [`v1.0.37`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1037) [Compare Source](https://github.com/backstage/backstage/compare/36c9f7ab8d1962e731f8b1c95a790548bf717af2...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.10 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 ### [`v1.0.36`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1036-next0) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...36c9f7ab8d1962e731f8b1c95a790548bf717af2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.1-next.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.9-next.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30-next.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 ### [`v1.0.35`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#1035) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.8 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 </details> <details> <summary>backstage/backstage (@&#8203;backstage/integration-react)</summary> ### [`v1.1.30`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1130) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 ### [`v1.1.29`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#1129) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-api-docs)</summary> ### [`v0.11.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0118) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`770ba02`](https://github.com/backstage/backstage/commit/770ba02): `ConsumingComponentsCard` and `ProvidingComponentsCard` will now optionally accept `columns` to override which table columns are displayed - [`fe1fbb2`](https://github.com/backstage/backstage/commit/fe1fbb2): Migrating usages of the deprecated `createExtension` `v1` format to the newer `v2` format, and old `create*Extension` extension creators to blueprints. - [`ebfeb40`](https://github.com/backstage/backstage/commit/ebfeb40): Added `resolvers` prop to `AsyncApiDefinitionWidget`. This allows to override the default http/https resolvers, for example to add authentication to requests to internal schema registries. - [`4b6d2cb`](https://github.com/backstage/backstage/commit/4b6d2cb): Updated dependency `@graphiql/react` to `^0.23.0`. - [`6582799`](https://github.com/backstage/backstage/commit/6582799): Add `tableOptions` to all tables and additionally `title` to API tables. - Updated dependencies - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).22.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 ### [`v0.11.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0117) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).21.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-app-backend)</summary> ### [`v0.3.72`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0372) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`6bd6fda`](https://github.com/backstage/backstage/commit/6bd6fda): Deprecate `createRouter` and its options in favour of the new backend system. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.23 ### [`v0.3.71`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0371) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.22 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-auth-backend)</summary> ### [`v0.22.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#02210) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`cc9a7a5`](https://github.com/backstage/backstage/commit/cc9a7a5): Deprecated `createRouter` and its router options in favour of the new backend system. - Updated dependencies - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.2.0 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.2.4 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.6 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.18 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.1.4 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.15 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.18 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.20 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.20 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.20 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.2.4 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.2.4 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.16 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.6 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.16 ### [`v0.22.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0229) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.2.3 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.17 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.1.14 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.5 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.1.5 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.5 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.17 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.1.19 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.1.19 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.1.19 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.1.17 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.2.3 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.1.15 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.0.15 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.1.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog)</summary> ### [`v1.22.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1220) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.1...v1.22.0) ##### Minor Changes - [`6925dcb`](https://github.com/backstage/backstage/commit/6925dcb): Introduces the HasSubdomainsCard component that displays the subdomains of a given domain ##### Patch Changes - [`496b8a9`](https://github.com/backstage/backstage/commit/496b8a9): Export `RelatedEntitiesCard` presets to be reused. - [`604a504`](https://github.com/backstage/backstage/commit/604a504): The entity relation cards available for the new frontend system via `/alpha` now have more accurate and granular default filters. - [`7bd27e1`](https://github.com/backstage/backstage/commit/7bd27e1): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead. - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`6582799`](https://github.com/backstage/backstage/commit/6582799): Add `tableOptions` to all tables and additionally `title` to API tables. - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.14 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.5 ### [`v1.21.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1211) [Compare Source](https://github.com/backstage/backstage/compare/v1.21.0...v1.21.1) ##### Patch Changes - [`06c0956`](https://github.com/backstage/backstage/commit/06c0956): Support i18n for catalog and catalog-react plugins - [`d133eaa`](https://github.com/backstage/backstage/commit/d133eaa): Added small notes to AboutCard to discourage customizability PRs - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.4 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.13 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend)</summary> ### [`v1.25.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1250) [Compare Source](https://github.com/backstage/backstage/compare/v1.24.0...v1.25.0) ##### Minor Changes - [`163ba08`](https://github.com/backstage/backstage/commit/163ba08): Deprecated `RouterOptions`, `CatalogBuilder`, and `CatalogEnvironment`. Please make sure to upgrade to the new backend system. - [`fc24d9e`](https://github.com/backstage/backstage/commit/fc24d9e): Stop using `@backstage/backend-tasks` as it will be deleted in near future. ##### Patch Changes - [`776eb56`](https://github.com/backstage/backstage/commit/776eb56): `ProcessorOutputCollector` returns an error when receiving deferred entities that have an invalid `metadata.annotations` format. This allows to return an error on an actual validation issue instead of reporting that the location annotations are missing afterwards, which is misleading for the users. - [`389f5a4`](https://github.com/backstage/backstage/commit/389f5a4): Update deprecated url-reader-related imports. - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`a629fb2`](https://github.com/backstage/backstage/commit/a629fb2): Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint - [`51240ee`](https://github.com/backstage/backstage/commit/51240ee): Preserve default `allowedLocationTypes` when `setAllowedLocationTypes()` of `CatalogLocationsExtensionPoint` is not called. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.16 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.9 ### [`v1.24.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1240) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.2...v1.24.0) ##### Minor Changes - [`b9ed1bb`](https://github.com/backstage/backstage/commit/b9ed1bb): bumped better-sqlite3 from ^9.0.0 to ^11.0.0 ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.27 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.8 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.15 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).1.28 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend-module-github)</summary> ### [`v0.7.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#070) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...v0.7.0) ##### Minor Changes - [`fc24d9e`](https://github.com/backstage/backstage/commit/fc24d9e): Stop using `@backstage/backend-tasks` as it will be deleted in near future. ##### Patch Changes - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`c1eb809`](https://github.com/backstage/backstage/commit/c1eb809): Fix GitHub `repository` event support. - `$.repository.organization` is only provided for `push` events. Switched to `$.organization.login` instead. - `$.repository.url` is not always returning the expected and required value. Use `$.repository.html_url` instead. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).25.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.9 ### [`v0.6.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#065) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`9112efc`](https://github.com/backstage/backstage/commit/9112efc): Adds support for `repository` events. The provider adds a subscription to the topic `github.repository`. Hereby, it supports events of type `repository` with actions - `archived` - `deleted` - `edited` - `renamed` - `transferred` - `unarchived` Actions skipped as they don't require entity changes: - `created` - `privatized` - `publicized` If the config option `validateLocationsExist` is enabled, an API request is necessary and will be executed. This affects the actions `renamed`, `transferred`, and `unarchive` of event type `repository`. Catalog entities related to the `GithubEntityProvider` instance will be adjusted according to action and its meaning for them. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.27 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.8 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).24.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-common)</summary> ### [`v1.0.26`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1026) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 ### [`v1.0.25`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#1025) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-graph)</summary> ### [`v0.4.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#048) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`fba7537`](https://github.com/backstage/backstage/commit/fba7537): Memoize entity graph nodes when applying an `entityFilter` to prevent repeated redraws - [`4a529c2`](https://github.com/backstage/backstage/commit/4a529c2): Use `entityPresentationApi` for the node title and the icon. - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.4.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#047) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-import)</summary> ### [`v0.12.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#0122) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 ### [`v0.12.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#0121) [Compare Source](https://github.com/backstage/backstage/compare/v0.12.0...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-react)</summary> ### [`v1.12.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1123) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`7bd27e1`](https://github.com/backstage/backstage/commit/7bd27e1): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead. - [`31bfc44`](https://github.com/backstage/backstage/commit/31bfc44): Updated alpha definitions of extension data references. - [`7ca331c`](https://github.com/backstage/backstage/commit/7ca331c): Correct `EntityDisplayName`'s icon alignment with the text. - [`9b89b82`](https://github.com/backstage/backstage/commit/9b89b82): Internal refactor to remove unnecessary `routable` prop in the implementation of the `createEntityContentExtension` alpha export. - [`bebd569`](https://github.com/backstage/backstage/commit/bebd569): Fix extra divider displayed on user list picker component - [`519b8e0`](https://github.com/backstage/backstage/commit/519b8e0): Added utilities for converting existing entity card and content extensions to the new frontend system. This is in particular useful when used in combination with the new `convertLegacyPlugin` utility from `@backstage/core-compat-api`. - [`d001a42`](https://github.com/backstage/backstage/commit/d001a42): Fix label related accessibility issues with `FavorityEntity` - [`012e3eb`](https://github.com/backstage/backstage/commit/012e3eb): Entity page extensions created for the new frontend system via the `/alpha` exports will now be enabled by default. - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 ### [`v1.12.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1122) [Compare Source](https://github.com/backstage/backstage/compare/v1.12.1...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`06c0956`](https://github.com/backstage/backstage/commit/06c0956): Support i18n for catalog and catalog-react plugins - [`2030962`](https://github.com/backstage/backstage/commit/2030962): Make EntityOwnerPicker display metadata.title or spec.profile.displayName for mode=only-owners instead of metadata.name - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-org)</summary> ### [`v0.6.28`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0628) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 ### [`v0.6.27`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0627) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`5132d28`](https://github.com/backstage/backstage/commit/5132d28): The `useGetEntities` hook could result in requests to `/api/catalog/entities` where the headers exceed the default maximum Node.js header size of 16KB. The hook logic has been adjusted to batch the requests. - [`c307ef4`](https://github.com/backstage/backstage/commit/c307ef4): Added `relationType` property to EntityMembersListCard component that allows for display users related to a group via some other relationship aside from `memberOf`. Also, as a side effect, the `relationsType` property has been deprecated in favor of a more accurately named `relationAggregation` property. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-common)</summary> ### [`v0.8.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-common/CHANGELOG.md#081) [Compare Source](https://github.com/backstage/backstage/compare/v0.8.0...v0.8.1) ##### Patch Changes - [`df784fe`](https://github.com/backstage/backstage/commit/df784fe): Add the MetadataResponse type from [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node), since this type might be used in frontend code. - [`137fa34`](https://github.com/backstage/backstage/commit/137fa34): Add the MetadataResponseSerializedRule type from [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node), since this type might be used in frontend code. - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-common/CHANGELOG.md#080) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...v0.8.0) ##### Minor Changes - [`f4085b8`](https://github.com/backstage/backstage/commit/f4085b8): **BREAKING**: Removed the deprecated and unused `token` option from `EvaluatorRequestOptions`. The `PermissionsClient` now has its own `PermissionClientRequestOptions` type that declares the `token` option instead. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-node)</summary> ### [`v0.8.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#081) [Compare Source](https://github.com/backstage/backstage/compare/v0.8.0...v0.8.1) ##### Patch Changes - [`df784fe`](https://github.com/backstage/backstage/commit/df784fe): The MetadataResponse type has been moved to [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common) to match the recent move of MetadataResponseSerializedRule, and should be imported from there going forward. To avoid an immediate breaking change, this type is still re-exported from this package, but is marked as deprecated and will be removed in a future release. - [`5cd9878`](https://github.com/backstage/backstage/commit/5cd9878): The MetadataResponseSerializedRule type has been moved to [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common), and should be imported from there going forward. To avoid an immediate breaking change, this type is still re-exported from this package, but is marked as deprecated and will be removed in a future release. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v0.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#080) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...v0.8.0) ##### Minor Changes - [`36f91e8`](https://github.com/backstage/backstage/commit/36f91e8): **BREAKING**: Updated the `ServerPermissionClient` to match the new `PermissionsService` interface, where the deprecated `token` option has been removed and the options are now required. ##### Patch Changes - [`ed10fd2`](https://github.com/backstage/backstage/commit/ed10fd2): The `PermissionPolicy` interface has been updated to align with the recent changes to the Backstage auth system. The second argument to the `handle` method is now of the new `PolicyQueryUser` type. This type maintains the old fields from the `BackstageIdentityResponse`, which are now all deprecated. Instead, two new fields have been added, which allows access to the same information: - `credentials` - A `BackstageCredentials` object, which is useful for making requests to other services on behalf of the user as part of evaluating the policy. This replaces the deprecated `token` field. See the [Auth Service documentation](https://backstage.io/docs/backend-system/core-services/auth#creating-request-tokens) for information about how to create a token using these credentials. - `info` - A `BackstageUserInfo` object, which contains the same information as the deprecated `identity`, except for the `type` field that was redundant. Most existing policies can be updated by replacing the `BackstageIdentityResponse` type with `PolicyQueryUser`, which is exported from `@backstage/plugin-permission-node`, as well as replacing any occurrences of `user?.identity` with `user?.info`. - [`28b2cfb`](https://github.com/backstage/backstage/commit/28b2cfb): Fix invalid cross-reference in API Reference docs - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.17 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-react)</summary> ### [`v0.4.25`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0425) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 ### [`v0.4.24`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0424) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`28b2cfb`](https://github.com/backstage/backstage/commit/28b2cfb): Improve API Reference documentation - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-proxy-backend)</summary> ### [`v0.5.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#054) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`b63d378`](https://github.com/backstage/backstage/commit/b63d378): Update internal imports - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v0.5.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#053) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder)</summary> ### [`v1.24.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1240) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.0...v1.24.0) ##### Minor Changes - [`1552c33`](https://github.com/backstage/backstage/commit/1552c33): Changed the way to display entities in `MyGroupsPicker` to use `entityPresentationApi` and make it consistent across scaffolder pickers - [`3fca643`](https://github.com/backstage/backstage/commit/3fca643): Added field extension `RepoBranchPicker` that supports autocompletion for Bitbucket ##### Patch Changes - [`47ed51b`](https://github.com/backstage/backstage/commit/47ed51b): Add an extra bit of height to the EntityPicker dropdown to make it clear there are more options to select from, and to remove the scroll bar when there is less than 10 options - [`46e5e55`](https://github.com/backstage/backstage/commit/46e5e55): Change scaffolder widgets to use `TextField` component for more flexibility in theme overrides. - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`2ae63cd`](https://github.com/backstage/backstage/commit/2ae63cd): add i18n for scaffolder - [`d18f4eb`](https://github.com/backstage/backstage/commit/d18f4eb): Fix undefined in the title of Scaffolder Runs on the page load - [`896a22d`](https://github.com/backstage/backstage/commit/896a22d): Fix helper text margin for scaffolder EntityNamePicker and EntityTagsPicker when using outlined text field - [`bbd9f56`](https://github.com/backstage/backstage/commit/bbd9f56): Cleaned up codebase of RepoUrlPicker - [`b8600fe`](https://github.com/backstage/backstage/commit/b8600fe): Fix issue with `RepoUrlPicker` not refreshing the credentials for a different host - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).11.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.5 ### [`v1.23.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1230) [Compare Source](https://github.com/backstage/backstage/compare/v1.22.0...v1.23.0) ##### Minor Changes - [`52b6db0`](https://github.com/backstage/backstage/commit/52b6db0): Use virtualization with `EntityPicker` as done earlier with `MultiEntityPicker` to fix performance issues with large data sets. `VirtualizedListbox` extracted into reusable component. - [`3583ce5`](https://github.com/backstage/backstage/commit/3583ce5): Use virtualization with `MultiEntityPicker`. Fixes performance issues with large data sets. - [`b5deed0`](https://github.com/backstage/backstage/commit/b5deed0): Add support for `bitbucketCloud` autocomplete in `RepoUrlPicker` ##### Patch Changes - [`4d7e11f`](https://github.com/backstage/backstage/commit/4d7e11f): enable resizing of the task log stream viewer - [`661b354`](https://github.com/backstage/backstage/commit/661b354): Fixed a bug where the `RepoUrlPicker` would still require the `owner` field for `azure` - [`cc81579`](https://github.com/backstage/backstage/commit/cc81579): Updated dependency `@rjsf/utils` to `5.18.5`. Updated dependency `@rjsf/core` to `5.18.5`. Updated dependency `@rjsf/material-ui` to `5.18.5`. Updated dependency `@rjsf/validator-ajv8` to `5.18.5`. - [`89c44b3`](https://github.com/backstage/backstage/commit/89c44b3): Support `catalogFilter` array on `OwnedEntityPicker` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder-backend)</summary> ### [`v1.24.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1240) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.0...v1.24.0) ##### Minor Changes - [`fc24d9e`](https://github.com/backstage/backstage/commit/fc24d9e): Stop using `@backstage/backend-tasks` as it will be deleted in near future. - [`dcd6a79`](https://github.com/backstage/backstage/commit/dcd6a79): Added OpenTelemetry support to Scaffolder metrics ##### Patch Changes - [`389f5a4`](https://github.com/backstage/backstage/commit/389f5a4): Update deprecated url-reader-related imports. - [`c544f81`](https://github.com/backstage/backstage/commit/c544f81): Add support for status filtering in scaffolder tasks endpoint - [`b63d378`](https://github.com/backstage/backstage/commit/b63d378): Update internal imports - [`ef87e06`](https://github.com/backstage/backstage/commit/ef87e06): Fix scaffolder action `catalog:write` to write to directories that don't already exist - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.9 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.13 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.13 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.13 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.15 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.13 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.15 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).4.5 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-bitbucket-cloud-common](https://github.com/backstage/plugin-bitbucket-cloud-common)[@&#8203;0](https://github.com/0).2.22 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.21 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.5 ### [`v1.23.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1230) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...v1.23.0) ##### Minor Changes - [`b5deed0`](https://github.com/backstage/backstage/commit/b5deed0): Add support for `autocomplete` extension point to provide additional `autocomplete` handlers - [`0b52438`](https://github.com/backstage/backstage/commit/0b52438): Serialization of the scaffolder workspace into GCP bucket ##### Patch Changes - [`b9451dd`](https://github.com/backstage/backstage/commit/b9451dd): Updated `catalog:write` scaffolder action to show correct file path location in log message - [`ff1bb4c`](https://github.com/backstage/backstage/commit/ff1bb4c): Added a documentation how to use checkpoints - [`da90cce`](https://github.com/backstage/backstage/commit/da90cce): Updated dependency `esbuild` to `^0.21.0`. - [`62d1fe3`](https://github.com/backstage/backstage/commit/62d1fe3): Fix user entity not being fetched for scaffolder dry runner - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.27 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).4.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).4.8 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.12 - [@&#8203;backstage/plugin-bitbucket-cloud-common](https://github.com/backstage/plugin-bitbucket-cloud-common)[@&#8203;0](https://github.com/0).2.21 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).4.17 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.20 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).12.4 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.2.12 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).1.12 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search)</summary> ### [`v1.4.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1415) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`3123c16`](https://github.com/backstage/backstage/commit/3123c16): Fix package metadata - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.14 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.4.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1414) [Compare Source](https://github.com/backstage/backstage/compare/2a0bdac5ba623b9f5dbc037289e6703e0d5d0347...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`1117aba`](https://github.com/backstage/backstage/commit/1117aba): Update deps in search api extension to include fetch api - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.13 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend)</summary> ### [`v1.5.15`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#1515) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`3123c16`](https://github.com/backstage/backstage/commit/3123c16): Fix package metadata - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.16 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 ### [`v1.5.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#1514) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`343f656`](https://github.com/backstage/backstage/commit/343f656): The `AuthorizedSearchEngine` will now ignore the deprecated `token` option, and treat it as an unauthorized request. This will not have any effect in practice, since credentials are always provided by the router. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).1.15 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.27 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-module-pg)</summary> ### [`v0.5.33`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0533) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`7251567`](https://github.com/backstage/backstage/commit/7251567): Removing `@backstage/backend-app-api` dependency - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 ### [`v0.5.32`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0532) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-app-api](https://github.com/backstage/backend-app-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).2.27 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-node)</summary> ### [`v1.3.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#130) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...v1.3.0) ##### Minor Changes - [`fc24d9e`](https://github.com/backstage/backstage/commit/fc24d9e): Stop using `@backstage/backend-tasks` as it will be deleted in near future. ##### Patch Changes - [`389f5a4`](https://github.com/backstage/backstage/commit/389f5a4): Update deprecated url-reader-related imports. - [`3123c16`](https://github.com/backstage/backstage/commit/3123c16): Fix package metadata - [`7c5f3b0`](https://github.com/backstage/backstage/commit/7c5f3b0): Explicit declare if the service ref accepts `single` or `multiple` implementations. - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).4.2 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 ### [`v1.2.27`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#1227) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.27 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-react)</summary> ### [`v1.7.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#1714) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`7bd27e1`](https://github.com/backstage/backstage/commit/7bd27e1): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead. - [`31bfc44`](https://github.com/backstage/backstage/commit/31bfc44): Updated alpha definitions of extension data references. - [`3123c16`](https://github.com/backstage/backstage/commit/3123c16): Fix package metadata - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.7.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#1713) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs)</summary> ### [`v1.10.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1108) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`69bd940`](https://github.com/backstage/backstage/commit/69bd940): Use annotation constants from new techdocs-common package. - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`27794d1`](https://github.com/backstage/backstage/commit/27794d1): Allow for more granular control of TechDocsReaderPage styling. Theme overrides can now be provided to TechDocs without affecting the theme in other areas of Backstage. - [`4490d73`](https://github.com/backstage/backstage/commit/4490d73): Refactor TechDocs' mkdocs-redirects support. - [`8543e72`](https://github.com/backstage/backstage/commit/8543e72): TechDocs redirect feature now includes a notification to the user before they are redirected. - [`67e76f2`](https://github.com/backstage/backstage/commit/67e76f2): TechDocs now supports the `mkdocs-redirects` plugin. Redirects defined using the `mkdocs-redirect` plugin will be handled automatically in TechDocs. Redirecting to external urls is not supported. In the case that an external redirect url is provided, TechDocs will redirect to the current documentation site home. - [`bdc5471`](https://github.com/backstage/backstage/commit/bdc5471): Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size. - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.14 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-techdocs-common](https://github.com/backstage/plugin-techdocs-common)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.7 ### [`v1.10.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1107) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`8fc2622`](https://github.com/backstage/backstage/commit/8fc2622): Fixed an issue that was causing techdocs pages unnecessarily re-render on navigate. - [`6fa652c`](https://github.com/backstage/backstage/commit/6fa652c): Improve default sorting of docs table - [`605b691`](https://github.com/backstage/backstage/commit/605b691): Allow for searching TechDocs by entity title - [`60caa92`](https://github.com/backstage/backstage/commit/60caa92): Fix double scrollbar bug in reader - Updated dependencies - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.13 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.4 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).7.13 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-backend)</summary> ### [`v1.10.11`](https://github.com/backstage/backstage/compare/821f065ee9dc781de74c1cfa7ce38b751f1e35b2...a1ed278c04cbbca5791515a1fa73edd15947832d) [Compare Source](https://github.com/backstage/backstage/compare/821f065ee9dc781de74c1cfa7ce38b751f1e35b2...a1ed278c04cbbca5791515a1fa73edd15947832d) ### [`v1.10.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#11010) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`69bd940`](https://github.com/backstage/backstage/commit/69bd940): Use annotation constants from new techdocs-common package. - [`93095ee`](https://github.com/backstage/backstage/commit/93095ee): Make sure node-fetch is version 2.7.0 or greater - [`b77fbf4`](https://github.com/backstage/backstage/commit/b77fbf4): Added back `type: 'local'` to TechDocs config schema for `publisher` - [`a16632c`](https://github.com/backstage/backstage/commit/a16632c): Update configuration schema to match actual behavior - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).24.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.9 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-techdocs-common](https://github.com/backstage/plugin-techdocs-common)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.26 ### [`v1.10.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1109) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`9ecf5fd`](https://github.com/backstage/backstage/commit/9ecf5fd): Adds extension point for publishers to the techdocs backend - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).23.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.8 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).1.27 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.25 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.5 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-module-addons-contrib)</summary> ### [`v1.1.13`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1113) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.30 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.7 ### [`v1.1.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1112) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).1.29 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-react)</summary> ### [`v1.2.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#127) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).6.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 ### [`v1.2.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#126) [Compare Source](https://github.com/backstage/backstage/compare/5bf78d71e7d40ea7ad8c9417cd00df4e251187b9...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`8ac9ce5`](https://github.com/backstage/backstage/commit/8ac9ce5): Resolved the issue where changes in TechDoc add-ons, including the TextSize add-on, were not reapplying during navigation - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).5.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.8 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-user-settings)</summary> ### [`v0.8.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#0811) [Compare Source](https://github.com/backstage/backstage/compare/36c9f7ab8d1962e731f8b1c95a790548bf717af2...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - [`c7603e8`](https://github.com/backstage/backstage/commit/c7603e8): Deprecate the old pattern of `create*Extension`, and replace it with the equivalent Blueprint implementation instead - [`6349099`](https://github.com/backstage/backstage/commit/6349099): Added config input type to the extensions - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).7.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 ### [`v0.8.10`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#0810-next0) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...36c9f7ab8d1962e731f8b1c95a790548bf717af2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.8-next.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.3-next.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.10-next.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.1-next.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.8-next.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 ### [`v0.8.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#089) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).14.9 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).12.2 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).6.7 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).2.7 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.4 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/test-utils)</summary> ### [`v1.5.10`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#1510) [Compare Source](https://github.com/backstage/backstage/compare/36c9f7ab8d1962e731f8b1c95a790548bf717af2...821f065ee9dc781de74c1cfa7ce38b751f1e35b2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.25 ### [`v1.5.9`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#159-next0) [Compare Source](https://github.com/backstage/backstage/compare/0e8d7f64df0b54b7a565edd00045470b7feb4dcf...36c9f7ab8d1962e731f8b1c95a790548bf717af2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.1-next.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 ### [`v1.5.8`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#158) [Compare Source](https://github.com/backstage/backstage/compare/31a1b1643d68670d9d1dd2b50afa880d2d45e91e...0e8d7f64df0b54b7a565edd00045470b7feb4dcf) ##### Patch Changes - [`95a3a0b`](https://github.com/backstage/backstage/commit/95a3a0b): Rename frontend and backend `setupRequestMockHandlers` methods to `registerMswTestHooks`. - Updated dependencies - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.24 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).5.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-08-21 23:54:10 +02:00
fix(deps): update backstage monorepo
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
e7dff1c465
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-08-21 23:54:11 +02:00
kjuulh force-pushed renovate/backstage-monorepo from e7dff1c465 to c359d215dd 2024-08-22 01:13:42 +02:00 Compare
kjuulh merged commit c359d215dd into main 2024-08-22 01:13:50 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#26
No description provided.