Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.35.0-next.0
-
ec547b8: Ensure that an error handler middleware exists at the end of each plugin
httpRouter
handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.If you were using the standard
MiddlewareFactory
just to put anerror
middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.
- 575613f: Go back to using
node-fetch
for gitlab - 8ecf8cb: Exclude
@backstage/backend-common
from schema collection if@backstage/backend-defaults
is present - 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/backend-app-api@1.1.1-next.0
- @backstage/config-loader@1.9.5-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-dev-utils@0.1.5
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.11
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/integration-aws-node@0.1.14
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- dd515e3: Removed the long-deprecated
DefaultCatalogCollatorFactory
andDefaultCatalogCollatorFactoryOptions
exports, which now no longer exist in the search plugin's offerings. If you were using these, you want to migrate to the new backend system and use the catalog collator directly.
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - be0aae7: Improved concurrency of the
entities
endpoint when using the streamed query mode behind thecatalog.disableRelationsCompatibility
flag. - 3d475a0: Updated condition in
resolveCodeOwner
to fix a bug wherenormalizeCodeOwner
could potentially be called with an invalid argument causing an error inCodeOwnersProcessor
- Updated dependencies
- @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/backend-openapi-utils@0.4.1-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-permission-common@0.8.3
- 5d9e5c8: Added the ability to use
${{ context.task.id }}
in nunjucks templating, as well asctx.task.id
in actions to get the current task ID.
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- @backstage/plugin-bitbucket-cloud-common@0.2.26
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-scaffolder-backend-module-azure@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.6-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.5.5-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1-next.0
- @backstage/plugin-scaffolder-common@1.5.8
-
dd515e3: BREAKING: Removed support for the old backend system. Please migrate to the new backend system and enable the catalog collator there.
As part of this, the
/alpha
export path is gone too. Just import the module from the root of the package as usual instead.
- 1e09b06: Internal refactor to use cursor based pagination
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- 02534c7: Corrected spelling mistake in error message
- Updated dependencies
- @backstage/config-loader@1.9.5-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-app-api@1.1.1-next.0
- @backstage/config-loader@1.9.5-next.0
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-events-backend@0.4.1-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.11
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-app-node@0.1.29-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/backend-app-api@1.1.1-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- e937ce0: Fixed incompatible
@typescript-eslint
versions with currenteslint@8.x.x
- Updated dependencies
- @backstage/config-loader@1.9.5-next.0
- @backstage/catalog-model@1.7.2
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.11
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/eslint-plugin@0.1.10
- @backstage/integration@1.16.0
- @backstage/release-manifests@0.0.12
- @backstage/types@1.2.0
- 8ecf8cb: Exclude
@backstage/backend-common
from schema collection if@backstage/backend-defaults
is present - Updated dependencies
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.15
- Updated dependencies
- @backstage/config-loader@1.9.5-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.11
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/catalog-model@1.7.2
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.1
- @backstage/plugin-techdocs-node@1.12.16-next.0
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/config-loader@1.9.5-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-app-node@0.1.29-next.0
- Updated dependencies
- @backstage/config-loader@1.9.5-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.4-next.0
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.4-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.4-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.4-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.4-next.0
- @backstage/plugin-auth-backend-module-okta-provider@0.1.4-next.0
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.4-next.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/plugin-auth-backend@0.24.2-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/plugin-auth-backend@0.24.2-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- d9d62ef: Remove some internal usages of the backend-common package
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/integration-aws-node@0.1.14
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-kubernetes-common@0.9.1
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/backend-openapi-utils@0.4.1-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/integration@1.16.0
- @backstage/plugin-bitbucket-cloud-common@0.2.26
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-kubernetes-common@0.9.1
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- 8379bf4: Remove usages of
PluginDatabaseManager
andPluginEndpointDiscovery
and replace with their equivalent service types - Updated dependencies
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.7.9-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- 575613f: Go back to using
node-fetch
for gitlab - Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.6.1-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- ec547b8: Remove the error handler middleware, since that is now provided by the framework
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- 57e794a: Refactor to no longer use backend-common
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-scaffolder-common@1.5.8
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.6
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-permission-common@0.8.3
- ec547b8: Remove the error handler middleware, since that is now provided by the framework
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/config-loader@1.9.5-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-devtools-common@0.1.14
- @backstage/plugin-permission-common@0.8.3
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/backend-openapi-utils@0.4.1-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- 7932f1e: Exported
QuickStartCard
component. - Updated dependencies
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/core-app-api@1.15.3
- @backstage/core-compat-api@0.3.4
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/frontend-plugin-api@0.9.3
- @backstage/theme@0.6.3
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-home-react@0.1.21
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration-aws-node@0.1.14
- @backstage/types@1.2.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-kubernetes-common@0.9.1
- @backstage/plugin-kubernetes-node@0.2.2-next.0
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/types@1.2.0
- @backstage/plugin-kubernetes-common@0.9.1
- cbc0e63: Remove
@backstage/backend-common
dependency - Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-notifications-common@0.0.7
- @backstage/plugin-notifications-node@0.2.11-next.0
- @backstage/plugin-signals-node@0.1.16-next.0
- bed5f35: Added more examples of the plugin configuration
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/integration-aws-node@0.1.14
- @backstage/types@1.2.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-notifications-common@0.0.7
- @backstage/plugin-notifications-node@0.2.11-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/plugin-notifications-common@0.0.7
- @backstage/plugin-signals-node@0.1.16-next.0
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-permission-common@0.8.3
- d9d62ef: Remove some internal usages of the backend-common package
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-permission-common@0.8.3
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/types@1.2.0
- 3f09ef4: Fix issue with
secrets
not being forwarded properly to the backend when creating a task - Updated dependencies
- @backstage/plugin-scaffolder-react@1.14.3-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/core-compat-api@0.3.4
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/errors@1.2.6
- @backstage/frontend-plugin-api@0.9.3
- @backstage/integration@1.16.0
- @backstage/integration-react@1.2.2
- @backstage/types@1.2.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-permission-react@0.4.29
- @backstage/plugin-scaffolder-common@1.5.8
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.5-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.5-next.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/plugin-bitbucket-cloud-common@0.2.26
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/plugin-notifications-common@0.0.7
- @backstage/plugin-notifications-node@0.2.11-next.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/types@1.2.0
- @backstage/plugin-scaffolder-node-test-utils@0.1.18-next.0
- 5d9e5c8: Added the ability to use
${{ context.task.id }}
in nunjucks templating, as well asctx.task.id
in actions to get the current task ID. - 7dd0013: Deprecate the
logStream
option inexecuteShellCommand
, replacing it with a logger instance. - Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/types@1.2.0
- @backstage/plugin-scaffolder-common@1.5.8
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.6.3-next.0
- @backstage/backend-test-utils@1.2.1-next.0
- @backstage/types@1.2.0
- 37421bc: Fixed scaffolder form fields not resolving correctly in the
useCustomFieldExtensions
hook. - Updated dependencies
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/frontend-plugin-api@0.9.3
- @backstage/theme@0.6.3
- @backstage/types@1.2.0
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-permission-react@0.4.29
- @backstage/plugin-scaffolder-common@1.5.8
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/backend-openapi-utils@0.4.1-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/integration-aws-node@0.1.14
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-search-common@1.2.16
- @backstage/plugin-techdocs-node@1.12.16-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-common@1.2.16
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-signals-node@0.1.16-next.0
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/types@1.2.0
- @backstage/plugin-events-node@0.4.7-next.0
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-search-backend-module-techdocs@0.3.5-next.0
- @backstage/plugin-techdocs-common@0.1.0
- @backstage/plugin-techdocs-node@1.12.16-next.0
- b664b2a: Internal refactor for safer handling of possible null value.
- Updated dependencies
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/integration@1.16.0
- @backstage/integration-react@1.2.2
- @backstage/plugin-techdocs-react@1.2.12
- Updated dependencies
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/integration@1.16.0
- @backstage/integration-aws-node@0.1.14
- @backstage/plugin-search-common@1.2.16
- @backstage/plugin-techdocs-common@0.1.0
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/config@1.3.1
- @backstage/errors@1.2.6
- @backstage/types@1.2.0
- @backstage/plugin-signals-node@0.1.16-next.0
- @backstage/plugin-user-settings-common@0.0.1
- Updated dependencies
- @backstage/plugin-home@0.8.4-next.0
- @backstage/cli@0.29.5-next.0
- @backstage/plugin-scaffolder-react@1.14.3-next.0
- @backstage/plugin-scaffolder@1.27.4-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20-next.0
- @backstage/app-defaults@1.5.15
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/core-app-api@1.15.3
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/frontend-app-api@0.10.3
- @backstage/integration-react@1.2.2
- @backstage/theme@0.6.3
- @backstage/plugin-api-docs@0.12.2
- @backstage/plugin-auth-react@0.1.10
- @backstage/plugin-catalog@1.26.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-graph@0.4.14
- @backstage/plugin-catalog-import@0.12.8
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.12
- @backstage/plugin-devtools@0.1.22
- @backstage/plugin-kubernetes@0.12.2
- @backstage/plugin-kubernetes-cluster@0.0.20
- @backstage/plugin-notifications@0.5.0
- @backstage/plugin-org@0.6.34
- @backstage/plugin-permission-react@0.4.29
- @backstage/plugin-search@1.4.21
- @backstage/plugin-search-common@1.2.16
- @backstage/plugin-search-react@1.8.4
- @backstage/plugin-signals@0.0.14
- @backstage/plugin-techdocs@1.12.0
- @backstage/plugin-techdocs-react@1.2.12
- @backstage/plugin-user-settings@0.8.17
- Updated dependencies
- @backstage/plugin-home@0.8.4-next.0
- @backstage/cli@0.29.5-next.0
- @backstage/plugin-scaffolder-react@1.14.3-next.0
- @backstage/plugin-scaffolder@1.27.4-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20-next.0
- @backstage/app-defaults@1.5.15
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/core-app-api@1.15.3
- @backstage/core-compat-api@0.3.4
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/frontend-app-api@0.10.3
- @backstage/frontend-defaults@0.1.4
- @backstage/frontend-plugin-api@0.9.3
- @backstage/integration-react@1.2.2
- @backstage/theme@0.6.3
- @backstage/plugin-api-docs@0.12.2
- @backstage/plugin-app@0.1.4
- @backstage/plugin-app-visualizer@0.1.14
- @backstage/plugin-auth-react@0.1.10
- @backstage/plugin-catalog@1.26.0
- @backstage/plugin-catalog-common@1.1.2
- @backstage/plugin-catalog-graph@0.4.14
- @backstage/plugin-catalog-import@0.12.8
- @backstage/plugin-catalog-react@1.15.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.12
- @backstage/plugin-kubernetes@0.12.2
- @backstage/plugin-kubernetes-cluster@0.0.20
- @backstage/plugin-notifications@0.5.0
- @backstage/plugin-org@0.6.34
- @backstage/plugin-permission-react@0.4.29
- @backstage/plugin-search@1.4.21
- @backstage/plugin-search-common@1.2.16
- @backstage/plugin-search-react@1.8.4
- @backstage/plugin-signals@0.0.14
- @backstage/plugin-techdocs@1.12.0
- @backstage/plugin-techdocs-react@1.2.12
- @backstage/plugin-user-settings@0.8.17
- Updated dependencies
- @backstage/plugin-catalog-backend-module-openapi@0.2.6-next.0
- @backstage/plugin-devtools-backend@0.5.1-next.0
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-scaffolder-backend@1.29.0-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
- @backstage/plugin-permission-backend@0.5.53-next.0
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-events-backend@0.4.1-next.0
- @backstage/plugin-app-backend@0.4.4-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/plugin-notifications-backend@0.5.1-next.0
- @backstage/plugin-auth-backend@0.24.2-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-model@1.7.2
- @backstage/plugin-auth-backend-module-github-provider@0.2.4-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.4-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4-next.0
- @backstage/plugin-kubernetes-backend@0.19.2-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.4-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-proxy-backend@0.5.10-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.5.5-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.6-next.0
- @backstage/plugin-search-backend@1.8.1-next.0
- @backstage/plugin-search-backend-module-explore@0.2.7-next.0
- @backstage/plugin-search-backend-module-techdocs@0.3.5-next.0
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-signals-backend@0.2.5-next.0
- @backstage/plugin-techdocs-backend@1.11.5-next.0
- Updated dependencies
- @backstage/backend-defaults@0.7.0-next.0
- @backstage/plugin-scaffolder-backend@1.29.0-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.0-next.0
- @backstage/plugin-permission-backend@0.5.53-next.0
- @backstage/plugin-catalog-backend@1.30.0-next.0
- @backstage/plugin-permission-node@0.8.7-next.0
- @backstage/plugin-events-backend@0.4.1-next.0
- @backstage/plugin-app-backend@0.4.4-next.0
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/plugin-auth-backend@0.24.2-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/catalog-client@1.9.0
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/integration@1.16.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4-next.0
- @backstage/plugin-catalog-node@1.15.1-next.0
- @backstage/plugin-events-node@0.4.7-next.0
- @backstage/plugin-kubernetes-backend@0.19.2-next.0
- @backstage/plugin-permission-common@0.8.3
- @backstage/plugin-proxy-backend@0.5.10-next.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.5-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1-next.0
- @backstage/plugin-scaffolder-backend-module-rails@0.5.5-next.0
- @backstage/plugin-search-backend@1.8.1-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.6.4-next.0
- @backstage/plugin-search-backend-module-explore@0.2.7-next.0
- @backstage/plugin-search-backend-module-pg@0.5.40-next.0
- @backstage/plugin-search-backend-module-techdocs@0.3.5-next.0
- @backstage/plugin-search-backend-node@1.3.7-next.0
- @backstage/plugin-signals-backend@0.2.5-next.0
- @backstage/plugin-signals-node@0.1.16-next.0
- @backstage/plugin-techdocs-backend@1.11.5-next.0
- Updated dependencies
- @backstage/create-app@0.5.24-next.0
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.6
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.14.3-next.0
- @backstage/frontend-plugin-api@0.9.3
- Updated dependencies
- @backstage/cli@0.29.5-next.0
- @backstage/app-defaults@1.5.15
- @backstage/catalog-model@1.7.2
- @backstage/config@1.3.1
- @backstage/core-app-api@1.15.3
- @backstage/core-components@0.16.2
- @backstage/core-plugin-api@1.10.2
- @backstage/integration-react@1.2.2
- @backstage/test-utils@1.7.3
- @backstage/theme@0.6.3
- @backstage/plugin-catalog@1.26.0
- @backstage/plugin-techdocs@1.12.0
- @backstage/plugin-techdocs-react@1.2.12
- Updated dependencies
- @backstage/plugin-auth-node@0.5.6-next.0
- @backstage/backend-plugin-api@1.1.1-next.0
- @backstage/errors@1.2.6