# Release v1.46.0-next.2 Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.46.0-next.2](https://backstage.github.io/upgrade-helper/?to=1.46.0-next.2) ## @backstage/backend-plugin-api@1.6.0-next.1 ### Minor Changes - 2a0c4b0: Adds a new experimental `RootSystemMetadataService` for tracking the collection of Backstage instances that may be deployed at any one time. It currently offers a single API, `getInstalledPlugins` that returns a list of installed plugins based on config you have set up in `discovery.endpoints` as well as the plugins installed on the instance you're calling the API with. It does not handle wildcard values or fallback values. The intention is for this plugin to provide plugin authors with a simple interface to fetch a trustworthy list of all installed plugins. ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3 ## @backstage/cli@0.35.0-next.2 ### Minor Changes - f8dff94: Switched the default module resolution to `bundler` and the `module` setting to `ES2020`. You may need to bump some dependencies as part of this change and fix imports in code. The most common source of this is that type checking will now consider the `exports` field in `package.json` when resolving imports. This in turn can break older versions of packages that had incompatible `exports` fields. Generally these issues will have already been fixed in the upstream packages. You might be tempted to use `--skipLibCheck` to hide issues due to this change, but it will weaken the type safety of your project. If you run into a large number of issues and want to keep the old behavior, you can reset the `moduleResolution` and `module` settings your own `tsconfig.json` file to `node` and `ESNext` respectively. But keep in mind that the `node` option will be removed in future versions of TypeScript. A future version of Backstage will make these new settings mandatory, as we move to rely on the `exports` field for type resolution in packages, rather than the `typesVersions` field. ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - 1226647: Updated dependency `esbuild` to `^0.27.0`. - f89a074: Updated dependency `@pmmmwh/react-refresh-webpack-plugin` to `^0.6.0`. - 2b81751: Updated dependency `webpack` to `~5.103.0`. - fafd9e1: Fixed internal usage of `yargs`. - 2bae83a: Switched ECMAScript version to ES2023. - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/catalog-model@1.7.6 - @backstage/cli-node@0.2.16-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/eslint-plugin@0.2.0 - @backstage/release-manifests@0.0.13 - @backstage/types@1.2.2 ## @backstage/plugin-kubernetes-backend@0.21.0-next.2 ### Minor Changes - 7f9846f: Add possibility to extends Kubernetes REST API. Add fetcher to parameters for custom objects provider ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - fb029b6: Updated luxon types - Updated dependencies - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/plugin-kubernetes-node@0.4.0-next.2 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/integration-aws-node@0.1.19 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-kubernetes-common@0.9.9-next.0 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-kubernetes-node@0.4.0-next.2 ### Minor Changes - 7f9846f: Add possibility to extends Kubernetes REST API. Add fetcher to parameters for custom objects provider ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/types@1.2.2 - @backstage/plugin-kubernetes-common@0.9.9-next.0 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.11.0-next.1 ### Minor Changes - f2d034b: In the `gitlabRepoPush` action, add 'auto' possibility for `commitAction` input. ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/backend-app-api@1.4.0-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 ## @backstage/backend-defaults@0.14.0-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - aa79251: build(deps): bump `node-forge` from 1.3.1 to 1.3.2 - f96edff: Allow configuration of the `referrerPolicy` - fb029b6: Updated luxon types - 847a330: Fix for `jose` types - 25b560e: Internal change to support new versions of the `logform` library - 2a0c4b0: Adds a new experimental `RootSystemMetadataService` for tracking the collection of Backstage instances that may be deployed at any one time. It currently offers a single API, `getInstalledPlugins` that returns a list of installed plugins based on config you have set up in `discovery.endpoints` as well as the plugins installed on the instance you're calling the API with. It does not handle wildcard values or fallback values. The intention is for this plugin to provide plugin authors with a simple interface to fetch a trustworthy list of all installed plugins. - 3016a79: Updated dependency `@types/archiver` to `^7.0.0`. - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/backend-dev-utils@0.1.6-next.0 - @backstage/backend-app-api@1.4.0-next.1 - @backstage/cli-node@0.2.16-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/integration-aws-node@0.1.19 - @backstage/types@1.2.2 ## @backstage/backend-dev-utils@0.1.6-next.0 ### Patch Changes - 2bae83a: Internal update for Node.js v24 support. ## @backstage/backend-dynamic-feature-service@0.7.7-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/plugin-app-node@0.1.40-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-catalog-backend@3.2.1-next.1 - @backstage/plugin-events-backend@0.5.9-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/cli-node@0.2.16-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-scaffolder-node@0.12.2-next.1 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/backend-openapi-utils@0.6.4-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/backend-test-utils@1.10.2-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - 8be23a4: Switched `textextensions` dependency for `text-extensions`. - 5a737e1: Fix PostgreSQL 18 `TestDatabases` by pinning the data directory - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/backend-app-api@1.4.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3 ## @backstage/cli-common@0.1.16-next.2 ### Patch Changes - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/errors@1.2.7 ## @backstage/codemods@0.1.53-next.2 ### Patch Changes - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/cli-common@0.1.16-next.2 ## @backstage/config-loader@1.10.7-next.1 ### Patch Changes - 741c47a: Updated dependency `typescript-json-schema` to `^0.67.0`. - Updated dependencies - @backstage/cli-common@0.1.16-next.2 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/core-app-api@1.19.3-next.1 ### Patch Changes - 75683ed: Added replay functionality to `AlertApiForwarder` to buffer and replay recent alerts to new subscribers, preventing missed alerts that were posted before subscription. - Updated dependencies - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/core-components@0.18.4-next.2 ### Patch Changes - 4c00303: Add `tooltipClasses` prop to `OverflowTooltip` component to allow customisation of the tooltip - Updated dependencies - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/theme@0.7.1-next.0 - @backstage/version-bridge@1.0.11 ## @backstage/create-app@0.7.7-next.2 ### Patch Changes - 2bae83a: Updated engines to support Node 22 or 24 - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/cli-common@0.1.16-next.2 ## @backstage/frontend-plugin-api@0.13.2-next.1 ### Patch Changes - 75683ed: Added a new `errorPresentation` prop to `ExtensionBoundary` to control how errors are presented to the user. The default is `'error-display'`, which is the current behavior of showing the error in the `ErrorDisplay` component. The new option is `'error-api'`, posts errors to the `ErrorApi` and does not allow retries. The `AppRootElementBlueprint` now wraps its element in an `ErrorBoundary` using the new `'error-api'` presentation mode. - f3f84f1: Made the return type of `.withOverrides` to be simplified. - Updated dependencies - @backstage/core-components@0.18.4-next.2 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/integration@1.18.3-next.1 ### Patch Changes - fb029b6: Updated luxon types - Updated dependencies - @backstage/config@1.3.6 - @backstage/errors@1.2.7 ## @backstage/repo-tools@0.16.1-next.2 ### Patch Changes - 2bae83a: Bump `@microsoft/api-documenter` and `@microsoft/api-extractor` to latest versions. - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/catalog-model@1.7.6 - @backstage/cli-node@0.2.16-next.1 - @backstage/errors@1.2.7 ## @techdocs/cli@1.10.3-next.2 ### Patch Changes - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-techdocs-node@1.13.10-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 ## @backstage/plugin-api-docs@0.13.2-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - Updated dependencies - @backstage/plugin-catalog@1.32.1-next.1 - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-permission-react@0.4.39-next.0 ## @backstage/plugin-app@0.3.3-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - f7bc228: Support to set `defaultLanguage` and `availableLanguages` for the app language API in the new frontend system - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/core-components@0.18.4-next.2 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/integration-react@1.2.13-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-permission-react@0.4.39-next.0 ## @backstage/plugin-app-backend@0.5.9-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-app-node@0.1.40-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-app-node@0.1.40-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 ## @backstage/plugin-auth-backend@0.25.7-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.4.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-auth0-provider@0.2.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.4.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-backend@0.25.7-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.15-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-bitbucket-provider@0.3.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.10-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-github-provider@0.3.10-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.3.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-google-provider@0.3.10-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-guest-provider@0.2.15-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.3.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.4.10-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.15-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-oidc-provider@0.4.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-backend@0.25.7-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-okta-provider@0.2.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-onelogin-provider@0.3.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-auth-backend-module-openshift-provider@0.1.3-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.3.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.10-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 ## @backstage/plugin-auth-node@0.6.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - e9dd634: fix flawed cookie removal logic with chunked tokens - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-catalog@1.32.1-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - 91f5ed8: Fixed `catalogAboutEntityCard` to filter icon links before calling useProps(), preventing side effects from hooks in filtered-out links - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/core-compat-api@0.5.5-next.0 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.13-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-permission-react@0.4.39-next.0 - @backstage/plugin-scaffolder-common@1.7.4-next.0 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-search-react@1.10.1-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 ## @backstage/plugin-catalog-backend@3.2.1-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-catalog-backend-module-aws@0.4.18-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/integration-aws-node@0.1.19 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-kubernetes-common@0.9.9-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.3.12-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.9-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.6-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-bitbucket-cloud-common@0.3.5-next.0 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.5.6-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-gcp@0.3.15-next.2 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-kubernetes-common@0.9.9-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.3.9-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-gitea@0.1.7-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-github@0.11.3-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-github-org@0.3.17-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/plugin-catalog-backend-module-github@0.11.3-next.2 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-gitlab@0.7.6-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-gitlab-org@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-catalog-backend-module-gitlab@0.7.6-next.1 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.7-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - fb029b6: Updated luxon types - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-catalog-backend@3.2.1-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-catalog-backend-module-ldap@0.12.1-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-logs@0.1.17-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend@3.2.1-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-catalog-backend-module-msgraph@0.8.3-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-openapi@0.2.17-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-puppetdb@0.2.17-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.15-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-scaffolder-common@1.7.4-next.0 ## @backstage/plugin-catalog-backend-module-unprocessed@0.6.7-next.2 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-catalog-unprocessed-entities-common@0.0.12-next.0 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-catalog-graph@0.5.4-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-catalog-node@1.20.1-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-catalog-react@1.21.4-next.2 ### Patch Changes - b3c0594: Use a versioned context for `useEntityList`, to better work with mixed `@backstage/plugin-catalog-react` versions. - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/core-compat-api@0.5.5-next.0 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/frontend-test-utils@0.4.2-next.0 - @backstage/integration-react@1.2.13-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-permission-react@0.4.39-next.0 ## @backstage/plugin-devtools-backend@0.5.12-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config-loader@1.10.7-next.1 - @backstage/cli-common@0.1.16-next.2 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-devtools-common@0.1.19 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-events-backend@0.5.9-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-aws-sqs@0.4.18-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-azure@0.2.27-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.27-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-events-backend-module-bitbucket-server@0.1.8-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-events-backend-module-gerrit@0.2.27-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-events-backend-module-github@0.4.7-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-gitlab@0.3.8-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 ## @backstage/plugin-events-backend-module-google-pubsub@0.1.7-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-kafka@0.1.6-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-events-node@0.4.18-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-gateway-backend@1.1.1-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-home@0.8.15-next.1 ### Patch Changes - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`. Updated dependency `@rjsf/core` to `5.24.13`. Updated dependency `@rjsf/material-ui` to `5.24.13`. Updated dependency `@rjsf/validator-ajv8` to `5.24.13`. - Updated dependencies - @backstage/core-app-api@1.19.3-next.1 - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/plugin-home-react@0.1.33-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/theme@0.7.1-next.0 ## @backstage/plugin-home-react@0.1.33-next.1 ### Patch Changes - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`. Updated dependency `@rjsf/core` to `5.24.13`. Updated dependency `@rjsf/material-ui` to `5.24.13`. Updated dependency `@rjsf/validator-ajv8` to `5.24.13`. - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/core-components@0.18.4-next.2 - @backstage/core-plugin-api@1.12.1-next.0 ## @backstage/plugin-kubernetes-cluster@0.0.32-next.2 ### Patch Changes - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/plugin-kubernetes-common@0.9.9-next.0 - @backstage/plugin-kubernetes-react@0.5.14-next.1 - @backstage/plugin-permission-react@0.4.39-next.0 ## @backstage/plugin-mcp-actions-backend@0.1.6-next.1 ### Patch Changes - e83e038: Added `@cfworker/json-schema` as a dependency to this package part of the `@modelcontextprotocol/sdk` bump as it's required in the types - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-notifications-backend@0.6.1-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-signals-node@0.1.27-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-notifications-common@0.2.0 - @backstage/plugin-notifications-node@0.2.22-next.1 ## @backstage/plugin-notifications-backend-module-email@0.3.17-next.1 ### Patch Changes - b267aea: Updated dependency `@types/nodemailer` to `^7.0.0`. - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/integration-aws-node@0.1.19 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-notifications-common@0.2.0 - @backstage/plugin-notifications-node@0.2.22-next.1 ## @backstage/plugin-notifications-backend-module-slack@0.2.2-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-notifications-common@0.2.0 - @backstage/plugin-notifications-node@0.2.22-next.1 ## @backstage/plugin-notifications-node@0.2.22-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-signals-node@0.1.27-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/plugin-notifications-common@0.2.0 ## @backstage/plugin-org@0.6.47-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/plugin-catalog-common@1.1.7 ## @backstage/plugin-permission-backend@0.7.7-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.2.15-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-permission-node@0.10.7-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3 ## @backstage/plugin-proxy-backend@0.6.9-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/types@1.2.2 - @backstage/plugin-proxy-node@0.1.11-next.1 ## @backstage/plugin-proxy-node@0.1.11-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 ## @backstage/plugin-scaffolder@1.34.4-next.1 ### Patch Changes - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`. Updated dependency `@rjsf/core` to `5.24.13`. Updated dependency `@rjsf/material-ui` to `5.24.13`. Updated dependency `@rjsf/validator-ajv8` to `5.24.13`. - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-scaffolder-react@1.19.4-next.2 - @backstage/integration@1.18.3-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.13-next.0 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-permission-react@0.4.39-next.0 - @backstage/plugin-scaffolder-common@1.7.4-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 ## @backstage/plugin-scaffolder-backend@3.1.0-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - 2bae83a: Updated `isolated-vm` to `6.0.1` - 25b560e: Internal change to support new versions of the `logform` library - 1226647: Updated dependency `esbuild` to `^0.27.0`. - Updated dependencies - @backstage/plugin-scaffolder-backend-module-gitlab@0.11.0-next.1 - @backstage/backend-defaults@0.14.0-next.1 - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.16-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-bitbucket-cloud-common@0.3.5-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.15-next.1 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-scaffolder-backend-module-azure@0.2.16-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.17-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.16-next.1 - @backstage/plugin-scaffolder-backend-module-gerrit@0.2.16-next.1 - @backstage/plugin-scaffolder-backend-module-gitea@0.2.16-next.1 - @backstage/plugin-scaffolder-backend-module-github@0.9.3-next.1 - @backstage/plugin-scaffolder-common@1.7.4-next.0 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-azure@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.17-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.16-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.16-next.1 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-bitbucket-cloud-common@0.3.5-next.0 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.16-next.1 ### Patch Changes - 5a6aca2: Improve error message when provided target branch is missing - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.18-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-gcp@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-gitea@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-github@0.9.3-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-notifications@0.1.17-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-notifications-common@0.2.0 - @backstage/plugin-notifications-node@0.2.22-next.1 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-rails@0.5.16-next.1 ### Patch Changes - 2bae83a: Bumped dev dependencies `@types/node` - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-sentry@0.2.16-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.17-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/types@1.2.2 - @backstage/plugin-scaffolder-node@0.12.2-next.1 - @backstage/plugin-scaffolder-node-test-utils@0.3.6-next.1 ## @backstage/plugin-scaffolder-node@0.12.2-next.1 ### Patch Changes - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-scaffolder-common@1.7.4-next.0 ## @backstage/plugin-scaffolder-node-test-utils@0.3.6-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-test-utils@1.10.2-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/types@1.2.2 - @backstage/plugin-scaffolder-node@0.12.2-next.1 ## @backstage/plugin-scaffolder-react@1.19.4-next.2 ### Patch Changes - fb029b6: Updated luxon types - be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`. Updated dependency `@rjsf/core` to `5.24.13`. Updated dependency `@rjsf/material-ui` to `5.24.13`. Updated dependency `@rjsf/validator-ajv8` to `5.24.13`. - 9b38f22: Updated dependency `use-immer` to `^0.11.0`. - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-permission-react@0.4.39-next.0 - @backstage/plugin-scaffolder-common@1.7.4-next.0 ## @backstage/plugin-search@1.5.1-next.1 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-search-react@1.10.1-next.0 ## @backstage/plugin-search-backend@2.0.9-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/backend-openapi-utils@0.6.4-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-catalog@0.3.11-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-elasticsearch@1.7.9-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/integration-aws-node@0.1.19 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-explore@0.3.10-next.1 ### Patch Changes - 9b69262: Updated dependency `@backstage-community/plugin-explore-common` to `^0.9.0`. - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-pg@0.5.51-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.3.16-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-module-techdocs@0.4.9-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-techdocs-node@1.13.10-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-node@1.20.1-next.1 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-search-backend-node@1.4.0-next.1 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-search-backend-node@1.4.0-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-search-common@1.2.21 ## @backstage/plugin-signals-backend@0.3.11-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/plugin-signals-node@0.1.27-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-signals-node@0.1.27-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-events-node@0.4.18-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/config@1.3.6 - @backstage/types@1.2.2 ## @backstage/plugin-techdocs@1.16.1-next.2 ### Patch Changes - f3f84f1: Minor extension type updates after frontend API bump - Updated dependencies - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.13-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/plugin-auth-react@0.1.22-next.0 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-search-react@1.10.1-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 ## @backstage/plugin-techdocs-backend@2.1.3-next.2 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - 2bae83a: Corrected `ErrorCallback` type to work with Node 22 types - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-techdocs-node@1.13.10-next.1 - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-client@1.12.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.20.1-next.1 ## @backstage/plugin-techdocs-node@1.13.10-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - 703f8c0: There was an issue in the uploading of large size files to the AWS S3. We have modified the logic by adding retry along with multipart uploading functionality. - Updated dependencies - @backstage/integration@1.18.3-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/errors@1.2.7 - @backstage/integration-aws-node@0.1.19 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-techdocs-common@0.1.1 ## @backstage/plugin-user-settings-backend@0.3.9-next.1 ### Patch Changes - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0 - Updated dependencies - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-signals-node@0.1.27-next.1 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-user-settings-common@0.0.1 ## example-app@0.2.116-next.2 ### Patch Changes - Updated dependencies - @backstage/core-app-api@1.19.3-next.1 - @backstage/cli@0.35.0-next.2 - @backstage/plugin-catalog-graph@0.5.4-next.1 - @backstage/plugin-api-docs@0.13.2-next.1 - @backstage/plugin-techdocs@1.16.1-next.2 - @backstage/plugin-catalog@1.32.1-next.1 - @backstage/plugin-search@1.5.1-next.1 - @backstage/plugin-org@0.6.47-next.1 - @backstage/plugin-scaffolder-react@1.19.4-next.2 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/plugin-home@0.8.15-next.1 - @backstage/plugin-scaffolder@1.34.4-next.1 - @backstage/plugin-kubernetes-cluster@0.0.32-next.2 - @backstage/app-defaults@1.7.3-next.0 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/frontend-app-api@0.13.3-next.0 - @backstage/integration-react@1.2.13-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/ui@0.10.0-next.1 - @backstage/plugin-auth-react@0.1.22-next.0 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-import@0.13.8-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.24-next.1 - @backstage/plugin-devtools@0.1.34-next.0 - @backstage/plugin-kubernetes@0.12.14-next.1 - @backstage/plugin-mui-to-bui@0.2.2-next.1 - @backstage/plugin-notifications@0.5.12-next.0 - @backstage/plugin-permission-react@0.4.39-next.0 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-search-react@1.10.1-next.0 - @backstage/plugin-signals@0.0.26-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.31-next.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 - @backstage/plugin-user-settings@0.8.30-next.0 ## example-app-next@0.0.30-next.2 ### Patch Changes - Updated dependencies - @backstage/core-app-api@1.19.3-next.1 - @backstage/cli@0.35.0-next.2 - @backstage/plugin-catalog-graph@0.5.4-next.1 - @backstage/plugin-api-docs@0.13.2-next.1 - @backstage/plugin-techdocs@1.16.1-next.2 - @backstage/plugin-catalog@1.32.1-next.1 - @backstage/plugin-search@1.5.1-next.1 - @backstage/plugin-app@0.3.3-next.1 - @backstage/plugin-org@0.6.47-next.1 - @backstage/frontend-plugin-api@0.13.2-next.1 - @backstage/plugin-scaffolder-react@1.19.4-next.2 - @backstage/plugin-catalog-react@1.21.4-next.2 - @backstage/core-components@0.18.4-next.2 - @backstage/plugin-home@0.8.15-next.1 - @backstage/plugin-scaffolder@1.34.4-next.1 - @backstage/plugin-kubernetes-cluster@0.0.32-next.2 - @backstage/app-defaults@1.7.3-next.0 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/core-compat-api@0.5.5-next.0 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/frontend-app-api@0.13.3-next.0 - @backstage/frontend-defaults@0.3.4-next.0 - @backstage/integration-react@1.2.13-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/ui@0.10.0-next.1 - @backstage/plugin-app-visualizer@0.1.26-next.1 - @backstage/plugin-auth@0.1.3-next.0 - @backstage/plugin-auth-react@0.1.22-next.0 - @backstage/plugin-catalog-common@1.1.7 - @backstage/plugin-catalog-import@0.13.8-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.24-next.1 - @backstage/plugin-kubernetes@0.12.14-next.1 - @backstage/plugin-notifications@0.5.12-next.0 - @backstage/plugin-permission-react@0.4.39-next.0 - @backstage/plugin-search-common@1.2.21 - @backstage/plugin-search-react@1.10.1-next.0 - @backstage/plugin-signals@0.0.26-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.31-next.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 - @backstage/plugin-user-settings@0.8.30-next.0 ## example-backend@0.0.45-next.1 ### Patch Changes - Updated dependencies - @backstage/plugin-mcp-actions-backend@0.1.6-next.1 - @backstage/backend-defaults@0.14.0-next.1 - @backstage/plugin-app-backend@0.5.9-next.1 - @backstage/plugin-auth-backend-module-guest-provider@0.2.15-next.1 - @backstage/plugin-auth-backend-module-openshift-provider@0.1.3-next.1 - @backstage/plugin-auth-backend@0.25.7-next.1 - @backstage/plugin-auth-node@0.6.10-next.1 - @backstage/plugin-catalog-backend@3.2.1-next.1 - @backstage/plugin-devtools-backend@0.5.12-next.1 - @backstage/plugin-events-backend@0.5.9-next.1 - @backstage/plugin-kubernetes-backend@0.21.0-next.2 - @backstage/plugin-notifications-backend@0.6.1-next.1 - @backstage/plugin-permission-backend@0.7.7-next.1 - @backstage/plugin-permission-node@0.10.7-next.1 - @backstage/plugin-proxy-backend@0.6.9-next.1 - @backstage/plugin-scaffolder-backend@3.1.0-next.1 - @backstage/plugin-search-backend@2.0.9-next.1 - @backstage/plugin-signals-backend@0.3.11-next.1 - @backstage/plugin-techdocs-backend@2.1.3-next.2 - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/plugin-search-backend-module-explore@0.3.10-next.1 - @backstage/catalog-model@1.7.6 - @backstage/plugin-auth-backend-module-github-provider@0.3.10-next.1 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.9-next.1 - @backstage/plugin-catalog-backend-module-openapi@0.2.17-next.1 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.15-next.1 - @backstage/plugin-catalog-backend-module-unprocessed@0.6.7-next.2 - @backstage/plugin-events-backend-module-google-pubsub@0.1.7-next.1 - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.15-next.1 - @backstage/plugin-permission-common@0.9.3 - @backstage/plugin-scaffolder-backend-module-github@0.9.3-next.1 - @backstage/plugin-scaffolder-backend-module-notifications@0.1.17-next.1 - @backstage/plugin-search-backend-module-catalog@0.3.11-next.1 - @backstage/plugin-search-backend-module-elasticsearch@1.7.9-next.1 - @backstage/plugin-search-backend-module-techdocs@0.4.9-next.1 - @backstage/plugin-search-backend-node@1.4.0-next.1 ## techdocs-cli-embedded-app@0.2.115-next.2 ### Patch Changes - Updated dependencies - @backstage/core-app-api@1.19.3-next.1 - @backstage/cli@0.35.0-next.2 - @backstage/plugin-techdocs@1.16.1-next.2 - @backstage/plugin-catalog@1.32.1-next.1 - @backstage/core-components@0.18.4-next.2 - @backstage/app-defaults@1.7.3-next.0 - @backstage/catalog-model@1.7.6 - @backstage/config@1.3.6 - @backstage/core-plugin-api@1.12.1-next.0 - @backstage/integration-react@1.2.13-next.0 - @backstage/test-utils@1.7.14-next.0 - @backstage/theme@0.7.1-next.0 - @backstage/ui@0.10.0-next.1 - @backstage/plugin-techdocs-react@1.3.6-next.0 ## @internal/plugin-todo-list-backend@1.0.46-next.1 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.6.0-next.1 - @backstage/errors@1.2.7