Release v1.44.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.44.0
@backstage/plugin-scaffolder-backend@3.0.0
Major Changes
-
9b81a90: BREAKING - Removing the deprecated types and interfaces, there's no replacement for these types, and hopefully not currently used as they offer no value with the plugin being on the new backend system and no way to consume them.
Affected types:
CreateWorkerOptions,CurrentClaimedTask,DatabaseTaskStore,DatabaseTaskStoreOptions,TaskManager,TaskStore,TaskStoreCreateTaskOptions,TaskStoreCreateTaskResult,TaskStoreEmitOptions,TaskStoreListEventsOptions,TaskStoreRecoverTaskOptions,TaskStoreShutDownTaskOptions,TaskWorkerandTemplateActionRegistry.
Patch Changes
-
f222a2e: Fixed distributed actions not being visible in the scaffolder template actions.
Depending on the plugin startup order, some of the distributed actions were not being registered correctly, causing them to be invisible in the scaffolder template actions list.
-
Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.15
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.14
- @backstage/plugin-scaffolder-backend-module-github@0.9.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.9.6
- @backstage/plugin-scaffolder-backend-module-azure@0.2.14
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.14
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/plugin-bitbucket-cloud-common@0.3.3
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
- @backstage/plugin-scaffolder-common@1.7.2
@backstage/backend-defaults@0.13.0
Minor Changes
-
2d3e2b2: implement support for direct url for AzureBlobStorageUrlReader search function
-
8b91238: Adds support for configuring server-level HTTP options through the
app-config.yamlfile under thebackend.serverkey. Supported options includeheadersTimeout,keepAliveTimeout,requestTimeout,timeout,maxHeadersCount, andmaxRequestsPerSocket.These are passed directly to the underlying Node.js HTTP server. If omitted, Node.js defaults are used.
-
8495b18: Add a new
externalTokenHandlersServiceRefto allow custom external token validations
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@1.2.8
- @backstage/integration@1.18.1
- @backstage/config-loader@1.10.5
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-node@0.10.5
@backstage/frontend-test-utils@0.4.0
Minor Changes
- c41dd80: BREAKING: Removed the
extensionsoption fromrenderInTestApp. If you need to pass extensions to the test app, use the newrenderTestApputility instead.
Patch Changes
- Updated dependencies
- @backstage/plugin-app@0.3.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/frontend-app-api@0.13.1
- @backstage/test-utils@1.7.12
@techdocs/cli@1.10.0
Minor Changes
- 43afbe5: Techdocs CLI serve supports automatic refresh, relying on
mkdocswatchfeature.
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/config@1.3.5
- @backstage/plugin-techdocs-node@1.13.8
@backstage/theme@0.7.0
Minor Changes
-
865bce8: BREAKING: Removed the built-in
CssBaselinefromUnifiedThemeProvider. If your Backstage instance looks broken after this update, you likely forgot to add our new Backstage UI global CSS. To do that, please import@backstage/ui/css/styles.cssinpackages/app/src/index.tsx:import '@backstage/ui/css/styles.css';This change also removes the
noCssBaselineprop, which became redundant.
Patch Changes
- d5cbdba: The
UnifiedThemeProvidernow coordinates theme attributes on the documentbodyin case multiple theme providers are rendered.
@backstage/ui@0.8.0
Minor Changes
- 9acc1d6: BREAKING: Added a new
PasswordFieldcomponent. As part of this change, thepasswordandsearchtypes have been removed fromTextField. - b0d11b5: BREAKING Restructure Backstage UI component styling to use CSS Modules instead of pure CSS. We don't expect this to be an issue in practice but it is important to call out that all styles are now loaded through CSS modules with generated class names. We are still providing fixed class names for all components to allow anyone to style their Backstage instance.
- 0c53517: BREAKING The ScrollArea component has been removed from Backstage UI because it did not meet our accessibility standards.
- 7b319c5: BREAKING Remove Icon component in Backstage UI. This component was creating issue for tree-shaking. It is recommended to use icons from @remixicon/react until we found a better alternative in Backstage UI.
Patch Changes
- 2591b42: Adding a new Dialog component to Backstage UI.
- 827340f: remove default selection of tab
- 5dc17cc: Fix margin utility classes in Backstage UI.
- 85faee0: Fix scroll jumping when opening menu in Backstage UI.
- 3c921c5: Making href mandatory in tabs that are part of a Header component
- df7d2cf: Update react-aria-components to version 1.13.0
- 507ee55: Fix table sorting icon position in Backstage UI.
- 8b7c3c9: Add new
virtualized,maxWidthandmaxHeightprops toMenu,MenuListBox,MenuAutocompleteandMenuAutocompleteListBoxto allow for virtalization of long lists inside menus. - b940062: Added support for data attributes in
<Box />,<Container />,<Flex />, and<Grid />components, ensuring they are correctly applied to the rendered elements. - 206c801: Cleaning up Backstage UI props definitions as well as removing ScrollArea in Card to improve accessibility.
- 5c21e45: Add react router for internal routing for ButtonLinks
- 865bce8: Added a background color default on the body
- af4d9b4: We are restructuring our CSS to have a better layer structure.
- 9a47125: Improved SearchField component flex layout and animations. Fixed SearchField behavior in Header components by switching from width-based transitions to flex-basis transitions for better responsive behavior. Added new Storybook stories to test SearchField integration with Header component.
- 9781815: Remove auto selection of tabs for tabs that all have href defined
- 4adbb03: Avoid overriding onChange when spreading props
- f6dff5b: Using react router for internal links in the Menu component
@backstage/plugin-api-docs@0.13.0
Minor Changes
-
b8a381e: Remove explicit dependency on
isomorphic-form-data.This explicit dependency was added to address an issue in the dependency
swagger-ui-react. That issue has since been resolved, andisomorphic-form-datano longer needs to be declared.Additionally, this changeset updates the
swagger-ui-reactdependency to version5.19.0or higher, which includes compatibility with the latest versions of the OpenAPI specification.
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/plugin-catalog@1.31.4
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-mui-to-bui@0.2.0
Minor Changes
- d5cbdba: This is the first release of the Material UI to Backstage UI migration helper plugin. It adds a new page at
/mui-to-buithat converts an existing MUI v5 theme into Backstage UI (BUI) CSS variables, with live preview and copy/download.
Patch Changes
- 28ee81c: Fix invalid conversion for
--bui-bgvariable - Updated dependencies
- @backstage/ui@0.8.0
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-notifications-backend-module-slack@0.2.0
Minor Changes
- 3d09bb2: Adds username as optional config in order to send Slack notifications with a specific username in the case when using one Slack App for more than just Backstage.
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-notifications-node@0.2.20
@backstage/plugin-scaffolder-node@0.12.0
Minor Changes
-
9b81a90: BREAKING - Marking optional fields as required in the
TaskBroker, these can be fixed with a no-op() => voidif you don't want to implement the functions.cancel,recoverTasksandretryare the required methods on theTaskBrokerinterface.
NOTE: If you're affected by this breaking change, please reach out to us in an issue as we're thinking about completely removing the
TaskBrokerextension point soon and would like to hear your use cases for the upcoming re-architecture of thescaffolder-backendplugin.
Patch Changes
-
c8aa210: BREAKING ALPHA: We've moved the
scaffolderActionsExtensionPointfrom/alphato the main export.// before
import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node/alpha';
// after
import { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node'; -
6e2bda7: DEPRECATION: We're going to be working on refactoring a lot of the internals of the Scaffolder backend plugin, and with that comes a lot of deprecations and removals for public types that are making these things hard.
If you're using these types, please reach out to us either on Discord or a GitHub issue with your use cases.
SerializedTask,SerializedTaskEvent,TaskBroker,TaskContext,TaskBrokerDispatchOptions,TaskBrokerDispatchResult,TaskCompletionState,TaskEventType,TaskFilter,TaskFilters,TaskStatusare the types that have now been marked as deprecated, and will be removed in a future release.
-
Updated dependencies
- @backstage/integration@1.18.1
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-scaffolder-common@1.7.2
@backstage/app-defaults@1.7.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/theme@0.7.0
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-react@0.4.37
@backstage/backend-app-api@1.2.8
Patch Changes
- dd69cf6: Moved up registration of unhandled rejections and errors listeners to be done as early as possible, avoiding flakiness in backend startups and instead always logging these failures rather than sometimes crashing the process.
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/backend-dynamic-feature-service@0.7.5
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.1.2
- @backstage/backend-defaults@0.13.0
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config-loader@1.10.5
- @backstage/config@1.3.5
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-app-node@0.1.38
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-events-backend@0.5.7
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/backend-openapi-utils@0.6.2
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
@backstage/backend-plugin-api@1.4.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/backend-test-utils@1.9.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/backend-app-api@1.2.8
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
@backstage/cli@0.34.4
Patch Changes
-
f2cf564: Removed the script transform cache from the default Jest configuration. The script cache provided a moderate performance boost, but it is incompatible with Jest 30.
-
33faad2: Allow using custom manifest location in the yarn plugin and version bump.
The Backstage yarn plugin and version bump allows two new environment variables to configure custom manifest location:
BACKSTAGE_VERSIONS_BASE_URL: The base URL for fetching the Backstage version manifest. Defaults tohttps://versions.backstage.io/v1/releases/VERSION/manifest.json. Useful for running the plugin in environment without direct access to the internet, for example by using a mirror of the versions API or a proxy. Note that the environment variable is just the host name, and the path is appended by the plugin. If you are using the yarn plugin, bump version command will also try to fetch the new version of the yarn plugin from the same base URL (defaults tohttps://versions.backstage.io/v1/releases/RELEASE/yarn-plugin)BACKSTAGE_MANIFEST_FILE: Path to a local manifest file. If set, the plugin will not attempt to fetch the manifest from the network. Useful for running the plugin in environment without internet access and without mirror of the versions API.
-
6ebc1ea: Fixed module federation config by only setting
import: falseon shared libraries for remote. -
ab96bb7: Added a new
--entrypointoption to thepackage startcommand, which allows you to specify a custom entry directory/file for development applications. This is particularly useful when maintaining separate dev apps for different versions of your plugin (e.g., stable and alpha).Example usage:
Consider the following plugin dev folder structure:
dev/
index.tsx
alpha/
index.ts- The default
yarn package startcommand uses thedev/folder as the entry point and executesdev/index.tsxfile; - Running
yarn package start --entrypoint dev/alphawill instead usedev/alpha/as the entry point and executedev/alpha/index.tsfile.
- The default
-
024645e: Remove unused @octokit modules from cli package
- @octokit/graphql
- @octokit/graphql-schema
- @octokit/oauth-app
-
d14ef24: Added automatic detection and support for the Backstage Yarn plugin when generating new packages with
yarn new. When the plugin is installed, new packages will automatically usebackstage:^ranges for@backstage/*dependencies. -
Updated dependencies
- @backstage/eslint-plugin@0.1.12
- @backstage/integration@1.18.1
- @backstage/config-loader@1.10.5
- @backstage/config@1.3.5
@backstage/config@1.3.5
Patch Changes
- b45b094: Allow colon to be used as config key.
@backstage/config-loader@1.10.5
Patch Changes
- b45b094: Allow colon to be used as config key.
- Updated dependencies
- @backstage/config@1.3.5
@backstage/core-app-api@1.19.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/core-plugin-api@1.11.1
@backstage/core-compat-api@0.5.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-plugin-api@1.11.1
@backstage/core-components@0.18.2
Patch Changes
- d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
- 431130c: Added
renderEdgeprop to<DependencyGraph />component in@backstage/core-componentsto allow custom rendering of graph edges. - 6981ae6: Fixed DependencyGraph
svgsize not adapting to the container size - 95935fb: Fixed dependency graph automatically scrolling forever
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/core-plugin-api@1.11.1
@backstage/core-plugin-api@1.11.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
@backstage/create-app@0.7.5
Patch Changes
- c73bfa4: Bumped create-app version.
- c2c6054: Bumped create-app version.
- ffb5b44: Bumped create-app version.
- 316d077: Bumped create-app version.
- 7dcedff: Bump
better-sqlite3to the latest version
@backstage/dev-utils@1.1.15
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/theme@0.7.0
- @backstage/app-defaults@1.7.1
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
@backstage/eslint-plugin@0.1.12
Patch Changes
-
5e98e61: Minor doc updates
-
a1dae71: Allow frontend plugin to import from another frontend plugin with same plugin id.
This prevents the ESLint rule from incorrectly flagging these imports in the new frontend system where plugin override requires cross-plugin imports.
@backstage/frontend-app-api@0.13.1
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/frontend-defaults@0.3.2
@backstage/frontend-defaults@0.3.2
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/plugin-app@0.3.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/frontend-app-api@0.13.1
@backstage/frontend-dynamic-feature-loader@0.1.6
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
@backstage/frontend-plugin-api@0.12.1
Patch Changes
- 8ed53eb: Added
coreExtensionData.title, especially useful for creating extensible layout with tabbed pages, but available for use for other cases too. - Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/core-plugin-api@1.11.1
@backstage/integration@1.18.1
Patch Changes
- d772b51: remove host from azure blob storage integration type
- 84443f1: Adds config definitions for Azure Blob Storage.
- Updated dependencies
- @backstage/config@1.3.5
@backstage/integration-aws-node@0.1.18
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
@backstage/integration-react@1.2.11
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/core-plugin-api@1.11.1
@backstage/repo-tools@0.15.3
Patch Changes
- 1359279: Fixed an issue with the OpenAPI generated client and server where import/export statements were duplicated.
- Updated dependencies
- @backstage/config-loader@1.10.5
- @backstage/backend-plugin-api@1.4.4
@backstage/test-utils@1.7.12
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-app@0.3.1
Patch Changes
- ae1dad0: Fixed an issue that caused the
NotFoundpage to not render correctly when a Page was mounted at/. - Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-app-backend@0.5.7
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.5
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-app-node@0.1.38
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-app-node@0.1.38
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-app-visualizer@0.1.24
Patch Changes
- 4406144: Ensure that the text rendering has react keys for all elements
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-auth@0.1.1
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
@backstage/plugin-auth-backend@0.25.5
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-auth-backend-module-atlassian-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-auth0-provider@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-aws-alb-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-backend@0.25.5
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-bitbucket-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-github-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-gitlab-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-google-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-guest-provider@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-microsoft-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-oauth2-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-oidc-provider@0.4.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-backend@0.25.5
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-okta-provider@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-onelogin-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-openshift-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-pinniped-provider@0.3.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
@backstage/plugin-auth-node@0.6.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-auth-react@0.1.20
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-bitbucket-cloud-common@0.3.3
Patch Changes
- 2aded73: Allow for passing a
pagelenparameter to configure thepagelengthproperty of theBitbucketCloudEntityProvidersearchCodepagination to resolve bug pertaining to duplicate results being returned. - Updated dependencies
- @backstage/integration@1.18.1
@backstage/plugin-catalog@1.31.4
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/plugin-search-react@1.9.5
- @backstage/core-compat-api@0.5.3
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-permission-react@0.4.37
- @backstage/plugin-scaffolder-common@1.7.2
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-catalog-backend@3.1.2
Patch Changes
-
9890488: Internal refactor to remove remnants of the old backend system
-
6493c98: Log before provider-orphaning eviction happens
-
2aaf01a: Fix for duplicate search results in entity-facets API call
-
e489661: Moved catalog processor and provider disabling and priorities under own config objects.
This is due to issue with some existing providers, such as GitHub, using array syntax for the provider configuration.
The new config format is not backwards compatible, so users will need to update their config files. The new format is as follows:
catalog:
providerOptions:
providerA:
disabled: false
providerB:
disabled: true
processorOptions:
processorA:
disabled: false
priority: 10
processorB:
disabled: true -
77516c5: Added new
catalog:validate-entityaction to actions registry.This action can be used to validate entities against the software catalog. This is useful for validating
catalog-info.yamlfile changes locally using the Backstage MCP server. -
Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-catalog-backend-module-aws@0.4.16
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-azure@0.3.10
Patch Changes
- 84443f1: Adds config definitions for Azure Blob Storage.
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-backstage-openapi@0.5.7
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.4
Patch Changes
- 2aded73: Allow for passing a
pagelenparameter to configure thepagelengthproperty of theBitbucketCloudEntityProvidersearchCodepagination to resolve bug pertaining to duplicate results being returned. - 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/plugin-bitbucket-cloud-common@0.3.3
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.4
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-gcp@0.3.13
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-gerrit@0.3.7
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-gitea@0.1.5
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-github@0.11.1
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-github-org@0.3.15
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/plugin-catalog-backend-module-github@0.11.1
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-gitlab@0.7.4
Patch Changes
- 0443119: Fixed an issue in
GitlabDiscoveryEntityProviderwhere entity fetching could fail for projects with special characters or that had been renamed or moved. - 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.14
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.7.4
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.5
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.1.2
- @backstage/backend-defaults@0.13.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-catalog-backend-module-ldap@0.11.10
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-logs@0.1.15
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.1.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-catalog-backend-module-msgraph@0.8.1
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-openapi@0.2.15
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-puppetdb@0.2.15
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-scaffolder-common@1.7.2
@backstage/plugin-catalog-backend-module-unprocessed@0.6.5
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.10
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-catalog-common@1.1.6
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-catalog-graph@0.5.2
Patch Changes
- 87b5e6e: Add missing API implementation for catalog graph plugin in NFS apps.
- 431130c: Added
renderEdgeprop to<DependencyGraph />component in@backstage/core-componentsto allow custom rendering of graph edges. - 6981ae6: Fixed DependencyGraph
svgsize not adapting to the container size - Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-catalog-import@0.13.6
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/integration@1.18.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-catalog-common@1.1.6
@backstage/plugin-catalog-node@1.19.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-catalog-react@1.21.2
Patch Changes
- 2a3704d: Correct translation key from "type" to "owner" for owner column in entity table to ensure the right translation is loaded.
- ace202e: Update
material-ui-popup-stateto latest available version. - Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/frontend-test-utils@0.4.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-catalog-unprocessed-entities@0.2.22
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-catalog-unprocessed-entities-common@0.0.10
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-config-schema@0.1.73
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-devtools@0.1.32
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-devtools-common@0.1.18
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-devtools-backend@0.5.10
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/config-loader@1.10.5
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-devtools-common@0.1.18
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-devtools-common@0.1.18
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-events-backend@0.5.7
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-aws-sqs@0.4.16
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-azure@0.2.25
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.25
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-bitbucket-server@0.1.6
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-gerrit@0.2.25
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-github@0.4.5
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-gitlab@0.3.6
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-google-pubsub@0.1.5
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-module-kafka@0.1.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-backend-test-utils@0.1.49
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-events-node@0.4.16
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-gateway-backend@1.0.6
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-home@0.8.13
Patch Changes
- e7d59d3: fix(home): correct
clearAlllogic to properly handledeletableflag - Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-home-react@0.1.31
@backstage/plugin-home-react@0.1.31
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-kubernetes@0.12.12
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/plugin-kubernetes-react@0.5.12
- @backstage/core-components@0.18.2
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-kubernetes-backend@0.20.3
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-kubernetes-node@0.3.5
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-kubernetes-cluster@0.0.30
Patch Changes
- 99fcf98: Removed unused dependencies
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/plugin-kubernetes-react@0.5.12
- @backstage/core-components@0.18.2
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-react@0.4.37
@backstage/plugin-kubernetes-common@0.9.7
Patch Changes
- bdd7f95: Make SERVICEACCOUNT_CA_PATH public so it can be imported by external modules.
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-kubernetes-node@0.3.5
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-kubernetes-react@0.5.12
Patch Changes
- ac405f2: The configmaps added to be rendered
- f7a4144: Fixes calculation of CPU utilization in the PodTable
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/plugin-kubernetes-common@0.9.7
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-mcp-actions-backend@0.1.4
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-notifications@0.5.10
Patch Changes
- f5e0963: Removed unused dependencies
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-signals-react@0.0.16
@backstage/plugin-notifications-backend@0.5.11
Patch Changes
- f5e0963: Removed unused dependencies
- 3b8e156: Fixed exclude entity reference not working in notification sending
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-notifications-node@0.2.20
- @backstage/plugin-signals-node@0.1.25
@backstage/plugin-notifications-backend-module-email@0.3.14
Patch Changes
- b8cf31a: chore(deps): bump
nodemailerfrom 6.9.16 to 7.0.7 - f5e0963: Removed unused dependencies
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-notifications-node@0.2.20
@backstage/plugin-notifications-common@0.1.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
@backstage/plugin-notifications-node@0.2.20
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-signals-node@0.1.25
@backstage/plugin-org@0.6.45
Patch Changes
- 8b7351f: Add
initialRelationAggregationandshowAggregateMembersToggleoptions toEntityMembersListCardas well toEntityOwnershipCard - Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-catalog-common@1.1.6
@backstage/plugin-org-react@0.1.43
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-permission-backend@0.7.5
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
@backstage/plugin-permission-common@0.9.2
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
@backstage/plugin-permission-node@0.10.5
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-permission-react@0.4.37
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-proxy-backend@0.6.7
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-proxy-node@0.1.9
@backstage/plugin-proxy-node@0.1.9
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder@1.34.2
Patch Changes
- e0ffe84: Add missing
templatingExtensionsoption to RouterProps.contextMenu to allow global control across scaffolder pages - d9aed74: Forward
ui:disabledinOwnedEntityPickerto allow disabling it - 075e064: Added missing form fields for the new frontend system.
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.19.2
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/integration@1.18.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/core-compat-api@0.5.3
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-permission-react@0.4.37
- @backstage/plugin-scaffolder-common@1.7.2
@backstage/plugin-scaffolder-backend-module-azure@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.15
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/plugin-bitbucket-cloud-common@0.3.3
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - f5e0963: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.16
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-gcp@0.2.14
Patch Changes
- baf1cab: Fix documentation strings to mention GCP instead of Azure
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-gitea@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-github@0.9.1
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-node@1.19.1
@backstage/plugin-scaffolder-backend-module-gitlab@0.9.6
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - f5e0963: Removed unused dependencies
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-notifications@0.1.15
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-notifications-common@0.1.1
- @backstage/plugin-notifications-node@0.2.20
@backstage/plugin-scaffolder-backend-module-rails@0.5.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-sentry@0.2.14
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - eea5360: Add sentry:fetch:dsn action to retrieve a Sentry project's DSN
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.15
Patch Changes
- c8aa210: Updating import for the
scaffolderActionsExtensionPointto be the main export - Updated dependencies
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-scaffolder-node-test-utils@0.3.4
@backstage/plugin-scaffolder-common@1.7.2
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-scaffolder-node-test-utils@0.3.4
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/backend-plugin-api@1.4.4
- @backstage/backend-test-utils@1.9.1
@backstage/plugin-scaffolder-react@1.19.2
Patch Changes
- e61f89e: Don't change loading to false until we've actually got some log state
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-permission-react@0.4.37
- @backstage/plugin-scaffolder-common@1.7.2
@backstage/plugin-search@1.4.31
Patch Changes
- 67a3e1a: Implemented AbortController request cancellation for overlapping search requests. This change ensures that when users type quickly, previous search requests are properly canceled before new ones start.
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/plugin-search-react@1.9.5
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend@2.0.7
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/config@1.3.5
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-catalog@0.3.9
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-elasticsearch@1.7.7
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-explore@0.3.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-pg@0.5.49
Patch Changes
- a919ca3: Truncate long docs to fit PG index size limit
- 8d15a51: Added the < character to the query filter regexp
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-stack-overflow-collator@0.3.14
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-backend-module-techdocs@0.4.7
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-search-common@1.2.20
- @backstage/plugin-techdocs-node@1.13.8
@backstage/plugin-search-backend-node@1.3.16
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-search-common@1.2.20
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2
@backstage/plugin-search-react@1.9.5
Patch Changes
- 67a3e1a: Implemented AbortController request cancellation for overlapping search requests. This change ensures that when users type quickly, previous search requests are properly canceled before new ones start.
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-signals@0.0.24
Patch Changes
- 7b41d9d: Remove
app-root-element:signals/signals-displaywhich was not doing anything useful - Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-signals-react@0.0.16
@backstage/plugin-signals-backend@0.3.9
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-signals-node@0.1.25
@backstage/plugin-signals-node@0.1.25
Patch Changes
- Updated dependencies
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-events-node@0.4.16
@backstage/plugin-signals-react@0.0.16
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-techdocs@1.15.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/integration@1.18.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/plugin-search-react@1.9.5
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-auth-react@0.1.20
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-techdocs-addons-test-utils@1.1.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/plugin-search-react@1.9.5
- @backstage/plugin-catalog@1.31.4
- @backstage/test-utils@1.7.12
- @backstage/plugin-techdocs@1.15.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
@backstage/plugin-techdocs-backend@2.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-search-backend-module-techdocs@0.4.7
- @backstage/plugin-techdocs-node@1.13.8
@backstage/plugin-techdocs-module-addons-contrib@1.1.29
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/integration@1.18.1
- @backstage/frontend-plugin-api@0.12.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
@backstage/plugin-techdocs-node@1.13.8
Patch Changes
- Updated dependencies
- @backstage/integration@1.18.1
- @backstage/config@1.3.5
- @backstage/backend-plugin-api@1.4.4
- @backstage/integration-aws-node@0.1.18
- @backstage/plugin-search-common@1.2.20
@backstage/plugin-techdocs-react@1.3.4
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/config@1.3.5
- @backstage/core-plugin-api@1.11.1
@backstage/plugin-user-settings@0.8.27
Patch Changes
- 52fa068: Added user settings storage API blueprint
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
- @backstage/theme@0.7.0
- @backstage/core-compat-api@0.5.3
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/plugin-signals-react@0.0.16
@backstage/plugin-user-settings-backend@0.3.7
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-signals-node@0.1.25
example-app@0.2.114
Patch Changes
- Updated dependencies
- @backstage/ui@0.8.0
- @backstage/plugin-mui-to-bui@0.2.0
- @backstage/plugin-catalog-graph@0.5.2
- @backstage/plugin-scaffolder-react@1.19.2
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/plugin-signals@0.0.24
- @backstage/cli@0.34.4
- @backstage/plugin-home@0.8.13
- @backstage/plugin-org@0.6.45
- @backstage/plugin-scaffolder@1.34.2
- @backstage/plugin-search-react@1.9.5
- @backstage/plugin-search@1.4.31
- @backstage/plugin-notifications@0.5.10
- @backstage/plugin-api-docs@0.13.0
- @backstage/config@1.3.5
- @backstage/plugin-user-settings@0.8.27
- @backstage/theme@0.7.0
- @backstage/plugin-kubernetes-cluster@0.0.30
- @backstage/plugin-kubernetes@0.12.12
- @backstage/frontend-app-api@0.13.1
- @backstage/plugin-catalog@1.31.4
- @backstage/app-defaults@1.7.1
- @backstage/plugin-techdocs@1.15.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
- @backstage/plugin-auth-react@0.1.20
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-import@0.13.6
- @backstage/plugin-catalog-unprocessed-entities@0.2.22
- @backstage/plugin-devtools@0.1.32
- @backstage/plugin-permission-react@0.4.37
- @backstage/plugin-search-common@1.2.20
- @backstage/plugin-techdocs-module-addons-contrib@1.1.29
example-app-next@0.0.28
Patch Changes
- Updated dependencies
- @backstage/ui@0.8.0
- @backstage/plugin-catalog-graph@0.5.2
- @backstage/plugin-scaffolder-react@1.19.2
- @backstage/plugin-catalog-react@1.21.2
- @backstage/core-components@0.18.2
- @backstage/plugin-app@0.3.1
- @backstage/plugin-signals@0.0.24
- @backstage/cli@0.34.4
- @backstage/plugin-home@0.8.13
- @backstage/plugin-org@0.6.45
- @backstage/frontend-plugin-api@0.12.1
- @backstage/plugin-scaffolder@1.34.2
- @backstage/plugin-search-react@1.9.5
- @backstage/plugin-search@1.4.31
- @backstage/plugin-notifications@0.5.10
- @backstage/plugin-api-docs@0.13.0
- @backstage/config@1.3.5
- @backstage/plugin-user-settings@0.8.27
- @backstage/plugin-app-visualizer@0.1.24
- @backstage/theme@0.7.0
- @backstage/plugin-kubernetes-cluster@0.0.30
- @backstage/plugin-kubernetes@0.12.12
- @backstage/core-compat-api@0.5.3
- @backstage/frontend-app-api@0.13.1
- @backstage/plugin-catalog@1.31.4
- @backstage/app-defaults@1.7.1
- @backstage/plugin-auth@0.1.1
- @backstage/plugin-techdocs@1.15.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/frontend-defaults@0.3.2
- @backstage/integration-react@1.2.11
- @backstage/plugin-auth-react@0.1.20
- @backstage/plugin-catalog-common@1.1.6
- @backstage/plugin-catalog-import@0.13.6
- @backstage/plugin-catalog-unprocessed-entities@0.2.22
- @backstage/plugin-permission-react@0.4.37
- @backstage/plugin-search-common@1.2.20
- @backstage/plugin-techdocs-module-addons-contrib@1.1.29
app-next-example-plugin@0.0.28
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/frontend-plugin-api@0.12.1
example-backend@0.0.43
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.1.2
- @backstage/backend-defaults@0.13.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.15
- @backstage/plugin-scaffolder-backend-module-github@0.9.1
- @backstage/plugin-scaffolder-backend@3.0.0
- @backstage/plugin-notifications-backend@0.5.11
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-app-backend@0.5.7
- @backstage/plugin-auth-backend@0.25.5
- @backstage/plugin-auth-backend-module-github-provider@0.3.8
- @backstage/plugin-auth-backend-module-guest-provider@0.2.13
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.1
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.7
- @backstage/plugin-catalog-backend-module-openapi@0.2.15
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.5
- @backstage/plugin-devtools-backend@0.5.10
- @backstage/plugin-events-backend@0.5.7
- @backstage/plugin-events-backend-module-google-pubsub@0.1.5
- @backstage/plugin-kubernetes-backend@0.20.3
- @backstage/plugin-mcp-actions-backend@0.1.4
- @backstage/plugin-permission-backend@0.7.5
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.13
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
- @backstage/plugin-proxy-backend@0.6.7
- @backstage/plugin-search-backend@2.0.7
- @backstage/plugin-search-backend-module-catalog@0.3.9
- @backstage/plugin-search-backend-module-explore@0.3.8
- @backstage/plugin-search-backend-module-techdocs@0.4.7
- @backstage/plugin-search-backend-node@1.3.16
- @backstage/plugin-signals-backend@0.3.9
- @backstage/plugin-techdocs-backend@2.1.1
e2e-test@0.2.33
Patch Changes
- Updated dependencies
- @backstage/create-app@0.7.5
@internal/frontend@0.0.14
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.12.1
@internal/scaffolder@0.0.14
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.19.2
- @backstage/frontend-plugin-api@0.12.1
techdocs-cli-embedded-app@0.2.113
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/cli@0.34.4
- @backstage/config@1.3.5
- @backstage/theme@0.7.0
- @backstage/plugin-catalog@1.31.4
- @backstage/app-defaults@1.7.1
- @backstage/test-utils@1.7.12
- @backstage/plugin-techdocs@1.15.1
- @backstage/plugin-techdocs-react@1.3.4
- @backstage/core-app-api@1.19.1
- @backstage/core-plugin-api@1.11.1
- @backstage/integration-react@1.2.11
@internal/plugin-todo-list@1.0.44
Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.2
- @backstage/core-plugin-api@1.11.1
@internal/plugin-todo-list-backend@1.0.44
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.4
@internal/plugin-todo-list-common@1.0.27
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.2