# Release v1.45.0-next.0 Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.45.0-next.0](https://backstage.github.io/upgrade-helper/?to=1.45.0-next.0) ## @backstage/backend-test-utils@1.10.0-next.0 ### Minor Changes - d57b13b: Added support for Postgres 18 to the available `TestDatabases`. Note that the set of _default_ databases to test against for users of the `TestDatabases` class was also updated to include Postgres 14 and 18, instead of 13 and 17. If you need to override this, you can pass in an explicit `ids` argument, for example `ids: ['POSTGRES_17', 'POSTGRES_13', 'SQLITE_3']`. ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-app-api@1.2.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/eslint-plugin@0.2.0-next.0 ### Minor Changes - 926389b: Added `@backstage/no-ui-css-imports-in-non-frontend` rule, which ensures that CSS from `@backstage/ui` is not imported outside of the frontend app. ## @backstage/app-defaults@1.7.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/theme@0.7.0 ## @backstage/backend-app-api@1.2.9-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/backend-defaults@0.13.1-next.0 ### Patch Changes - 9bcfa77: Adjusted the log line wording of task worker starting - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - b2f6a5a: Fix #31348 issue where BitbucketUrlReader ignored provided token and instead always used integration credentials - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-app-api@1.2.9-next.0 - @backstage/config-loader@1.10.6-next.0 - @backstage/config@1.3.6-next.0 - @backstage/cli-node@0.2.15-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-dev-utils@0.1.5 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/backend-dynamic-feature-service@0.7.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-catalog-backend@3.1.3-next.0 - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/plugin-events-backend@0.5.8-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config-loader@1.10.6-next.0 - @backstage/config@1.3.6-next.0 - @backstage/cli-node@0.2.15-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-app-node@0.1.39-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/backend-openapi-utils@0.6.3-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/backend-plugin-api@1.4.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/catalog-client@1.12.1-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/errors@1.2.7 ## @backstage/catalog-model@1.7.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/cli@0.34.5-next.0 ### Patch Changes - fc7cbfc: The templates executed with the `yarn new` command now supports templating filenames. - fc7cbfc: Added a template for the `yarn new` command to create an catalog entity provider. To add this template to an explicit list in the root `package.json`, use `@backstage/cli/templates/catalog-provider-module`. - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/eslint-plugin@0.2.0-next.0 - @backstage/config-loader@1.10.6-next.0 - @backstage/config@1.3.6-next.0 - @backstage/cli-node@0.2.15-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/release-manifests@0.0.13 - @backstage/types@1.2.2 ## @backstage/cli-node@0.2.15-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/config@1.3.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/config-loader@1.10.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/core-app-api@1.19.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/core-compat-api@0.5.4-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/version-bridge@1.0.11 ## @backstage/core-components@0.18.3-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/errors@1.2.7 - @backstage/theme@0.7.0 - @backstage/version-bridge@1.0.11 ## @backstage/core-plugin-api@1.11.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/create-app@0.7.6-next.0 ### Patch Changes - fc7cbfc: Added the new `@backstage/cli/templates/catalog-provider-module` template to the explicit template configuration for the `next-app` template. - Updated dependencies - @backstage/cli-common@0.1.15 ## @backstage/dev-utils@1.1.17-next.0 ### Patch Changes - b29a856: Fixed styling of the dev app by adding a lazy import of `@backstage/ui/css/styles.css`. - Updated dependencies - @backstage/ui@0.8.2-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/app-defaults@1.7.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/theme@0.7.0 ## @backstage/frontend-app-api@0.13.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/errors@1.2.7 - @backstage/frontend-defaults@0.3.3-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/frontend-defaults@0.3.3-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-app-api@0.13.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-app@0.3.2-next.0 ## @backstage/frontend-dynamic-feature-loader@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 ## @backstage/frontend-plugin-api@0.12.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/frontend-test-utils@0.4.1-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-app-api@0.13.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/test-utils@1.7.13-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-app@0.3.2-next.0 ## @backstage/integration@1.18.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/errors@1.2.7 ## @backstage/integration-aws-node@0.1.19-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/errors@1.2.7 ## @backstage/integration-react@1.2.12-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 ## @backstage/repo-tools@0.15.4-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config-loader@1.10.6-next.0 - @backstage/cli-node@0.2.15-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 ## @techdocs/cli@1.10.1-next.0 ### Patch Changes - c2a2017: Fix for missing styles due to move to BUI. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-techdocs-node@1.13.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/cli-common@0.1.15 ## @backstage/test-utils@1.7.13-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/ui@0.8.2-next.0 ### Patch Changes - 26c6a78: Fix default text color in Backstage UI - dac851f: Fix the default font size in Backstage UI. - 3c0ea67: Fix CSS layer ordering in Backstage UI to make sure component styles are loaded after tokens and base declarations. - 4eb455c: Fix font smoothing as default in Backstage UI. - 00bfb83: Fix default font wight and font family in Backstage UI. ## @backstage/plugin-api-docs@0.13.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/plugin-catalog@1.31.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 ## @backstage/plugin-app@0.3.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @backstage/plugin-app-backend@0.5.8-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config-loader@1.10.6-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-app-node@0.1.39-next.0 ## @backstage/plugin-app-node@0.1.39-next.0 ### Patch Changes - Updated dependencies - @backstage/config-loader@1.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-app-visualizer@0.1.25-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 ## @backstage/plugin-auth@0.1.2-next.0 ### Patch Changes - 1609e79: Authentication content screen now uses application title. - Updated dependencies - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/errors@1.2.7 - @backstage/theme@0.7.0 ## @backstage/plugin-auth-backend@0.25.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-auth-backend-module-atlassian-provider@0.4.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-auth0-provider@0.2.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-aws-alb-provider@0.4.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-backend@0.25.6-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-bitbucket-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.9-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-github-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-gitlab-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-google-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-guest-provider@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-microsoft-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-oauth2-provider@0.4.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-auth-backend-module-oidc-provider@0.4.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-backend@0.25.6-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-okta-provider@0.2.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-onelogin-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-backend-module-openshift-provider@0.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-pinniped-provider@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.5.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-auth-node@0.6.9-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-auth-react@0.1.21-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-bitbucket-cloud-common@0.3.4-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/integration@1.18.2-next.0 ## @backstage/plugin-catalog@1.31.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.12-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-scaffolder-common@1.7.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @backstage/plugin-catalog-backend@3.1.3-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-catalog-backend-module-aws@0.4.17-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-catalog-backend-module-azure@0.3.11-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.8-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-bitbucket-cloud-common@0.3.4-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-bitbucket-server@0.5.5-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-gcp@0.3.14-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-catalog-backend-module-gerrit@0.3.8-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-gitea@0.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-github@0.11.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-github-org@0.3.16-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-backend-module-github@0.11.2-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-gitlab@0.7.5-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-gitlab-org@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-catalog-backend-module-gitlab@0.7.5-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.6-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-catalog-backend@3.1.3-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-catalog-backend-module-ldap@0.11.11-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-logs@0.1.16-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-backend@3.1.3-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-catalog-backend-module-msgraph@0.8.2-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-openapi@0.2.16-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-puppetdb@0.2.16-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-scaffolder-common@1.7.3-next.0 ## @backstage/plugin-catalog-backend-module-unprocessed@0.6.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-catalog-unprocessed-entities-common@0.0.11-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-catalog-common@1.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-catalog-graph@0.5.3-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-catalog-import@0.13.7-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.12-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 ## @backstage/plugin-catalog-node@1.19.2-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-catalog-react@1.21.3-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/frontend-test-utils@0.4.1-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-catalog-unprocessed-entities@0.2.23-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-catalog-unprocessed-entities-common@0.0.11-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-config-schema@0.1.74-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-devtools@0.1.33-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-devtools-common@0.1.19-next.0 ## @backstage/plugin-devtools-backend@0.5.11-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/config-loader@1.10.6-next.0 - @backstage/config@1.3.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-devtools-common@0.1.19-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-devtools-common@0.1.19-next.0 ### Patch Changes - Updated dependencies - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-events-backend@0.5.8-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-aws-sqs@0.4.17-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-azure@0.2.26-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-events-backend-module-bitbucket-cloud@0.2.26-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-events-backend-module-bitbucket-server@0.1.7-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-events-backend-module-gerrit@0.2.26-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-events-backend-module-github@0.4.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-gitlab@0.3.7-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-events-backend-module-google-pubsub@0.1.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-module-kafka@0.1.5-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-events-backend-test-utils@0.1.50-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 ## @backstage/plugin-events-node@0.4.17-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-gateway-backend@1.0.7-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-home@0.8.14-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/theme@0.7.0 - @backstage/plugin-home-react@0.1.32-next.0 ## @backstage/plugin-home-react@0.1.32-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 ## @backstage/plugin-kubernetes@0.12.13-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-kubernetes-react@0.5.13-next.0 - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-kubernetes-backend@0.20.4-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/plugin-kubernetes-node@0.3.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-kubernetes-common@0.9.8-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-kubernetes-cluster@0.0.31-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-kubernetes-react@0.5.13-next.0 - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-kubernetes-common@0.9.8-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-kubernetes-node@0.3.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-kubernetes-react@0.5.13-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-kubernetes-common@0.9.8-next.0 ## @backstage/plugin-mcp-actions-backend@0.1.5-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-mui-to-bui@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/ui@0.8.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/theme@0.7.0 ## @backstage/plugin-notifications@0.5.11-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/theme@0.7.0 - @backstage/plugin-notifications-common@0.1.2-next.0 - @backstage/plugin-signals-react@0.0.17-next.0 ## @backstage/plugin-notifications-backend@0.5.12-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-notifications-node@0.2.21-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-notifications-common@0.1.2-next.0 - @backstage/plugin-signals-node@0.1.26-next.0 ## @backstage/plugin-notifications-backend-module-email@0.3.15-next.0 ### Patch Changes - 22a5362: Updated `AWS SES` client to version 2 to support `nodemailer` version 7. - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-notifications-node@0.2.21-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-notifications-common@0.1.2-next.0 ## @backstage/plugin-notifications-backend-module-slack@0.2.1-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-notifications-node@0.2.21-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-notifications-common@0.1.2-next.0 ## @backstage/plugin-notifications-common@0.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-notifications-node@0.2.21-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/plugin-notifications-common@0.1.2-next.0 - @backstage/plugin-signals-node@0.1.26-next.0 ## @backstage/plugin-org@0.6.46-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 ## @backstage/plugin-org-react@0.1.44-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/catalog-client@1.12.1-next.0 ## @backstage/plugin-permission-backend@0.7.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-permission-backend-module-allow-all-policy@0.2.14-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-permission-common@0.9.3-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-permission-node@0.10.6-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-permission-react@0.4.38-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-proxy-backend@0.6.8-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 - @backstage/plugin-proxy-node@0.1.10-next.0 ## @backstage/plugin-proxy-node@0.1.10-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 ## @backstage/plugin-scaffolder@1.34.3-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-scaffolder-react@1.19.3-next.0 - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.12-next.0 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-scaffolder-common@1.7.3-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @backstage/plugin-scaffolder-backend@3.0.1-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-bitbucket-cloud-common@0.3.4-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.14-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-scaffolder-backend-module-azure@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.16-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-gerrit@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-gitea@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.9.2-next.0 - @backstage/plugin-scaffolder-backend-module-gitlab@0.9.7-next.0 - @backstage/plugin-scaffolder-common@1.7.3-next.0 ## @backstage/plugin-scaffolder-backend-module-azure@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.16-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.15-next.0 - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.15-next.0 ## @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-bitbucket-cloud-common@0.3.4-next.0 - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.17-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-scaffolder-backend-module-gcp@0.2.15-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-gerrit@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-gitea@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-github@0.9.2-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-node@1.19.2-next.0 ## @backstage/plugin-scaffolder-backend-module-gitlab@0.9.7-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-notifications@0.1.16-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-notifications-node@0.2.21-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-notifications-common@0.1.2-next.0 ## @backstage/plugin-scaffolder-backend-module-rails@0.5.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 ## @backstage/plugin-scaffolder-backend-module-sentry@0.2.15-next.0 ### Patch Changes - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @backstage/plugin-scaffolder-backend-module-yeoman@0.4.16-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-node-test-utils@0.3.5-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-scaffolder-common@1.7.3-next.0 ### Patch Changes - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-scaffolder-node@0.12.1-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-scaffolder-common@1.7.3-next.0 ## @backstage/plugin-scaffolder-node-test-utils@0.3.5-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-test-utils@1.10.0-next.0 - @backstage/plugin-scaffolder-node@0.12.1-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-scaffolder-react@1.19.3-next.0 ### Patch Changes - 886a8a1: Fixed a bug in the Scaffolder's template parsing in the `useTemplateSchema` hook by removing the title instead of setting it to `undefined` - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-scaffolder-common@1.7.3-next.0 ## @backstage/plugin-search@1.4.32-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-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-next.0 ## @backstage/plugin-search-backend@2.0.8-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/backend-openapi-utils@0.6.3-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-catalog@0.3.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-elasticsearch@1.7.8-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-explore@0.3.9-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-pg@0.5.50-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-stack-overflow-collator@0.3.15-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-module-techdocs@0.4.8-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/plugin-techdocs-node@1.13.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-backend-node@1.3.17-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-search-common@1.2.21-next.0 ### Patch Changes - Updated dependencies - @backstage/types@1.2.2 - @backstage/plugin-permission-common@0.9.3-next.0 ## @backstage/plugin-search-react@1.9.6-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 - @backstage/plugin-search-common@1.2.21-next.0 ## @backstage/plugin-signals@0.0.25-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/plugin-signals-react@0.0.17-next.0 ## @backstage/plugin-signals-backend@0.3.10-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 - @backstage/plugin-signals-node@0.1.26-next.0 ## @backstage/plugin-signals-node@0.1.26-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-events-node@0.4.17-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-signals-react@0.0.17-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/types@1.2.2 ## @backstage/plugin-techdocs@1.15.2-next.0 ### Patch Changes - a4d4a70: Fixed an issue where the entire TechDocs page would re-render when navigating between pages within the same entity's documentation. - Updated dependencies - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/integration-react@1.2.12-next.0 - @backstage/theme@0.7.0 - @backstage/plugin-auth-react@0.1.21-next.0 - @backstage/plugin-search-common@1.2.21-next.0 - @backstage/plugin-techdocs-common@0.1.1 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @backstage/plugin-techdocs-addons-test-utils@1.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-techdocs@1.15.2-next.0 - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/test-utils@1.7.13-next.0 - @backstage/plugin-catalog@1.31.5-next.0 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @backstage/plugin-techdocs-backend@2.1.2-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-techdocs-node@1.13.9-next.0 - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/catalog-client@1.12.1-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-node@1.19.2-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-search-backend-module-techdocs@0.4.8-next.0 - @backstage/plugin-techdocs-common@0.1.1 ## @backstage/plugin-techdocs-module-addons-contrib@1.1.30-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @backstage/plugin-techdocs-node@1.13.9-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/config@1.3.6-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/integration@1.18.2-next.0 - @backstage/integration-aws-node@0.1.19-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/plugin-search-common@1.2.21-next.0 - @backstage/plugin-techdocs-common@0.1.1 ## @backstage/plugin-techdocs-react@1.3.5-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/version-bridge@1.0.11 - @backstage/plugin-techdocs-common@0.1.1 ## @backstage/plugin-user-settings@0.8.29-next.0 ### Patch Changes - 2b6fda3: Revert `storageApiRef` implementation - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/errors@1.2.7 - @backstage/theme@0.7.0 - @backstage/types@1.2.2 - @backstage/plugin-signals-react@0.0.17-next.0 - @backstage/plugin-user-settings-common@0.0.1 ## @backstage/plugin-user-settings-backend@0.3.8-next.0 ### Patch Changes - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility. - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 - @backstage/types@1.2.2 - @backstage/plugin-signals-node@0.1.26-next.0 - @backstage/plugin-user-settings-common@0.0.1 ## example-app@0.2.115-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.34.5-next.0 - @backstage/ui@0.8.2-next.0 - @backstage/plugin-scaffolder-react@1.19.3-next.0 - @backstage/plugin-techdocs@1.15.2-next.0 - @backstage/plugin-user-settings@0.8.29-next.0 - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-signals@0.0.25-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/plugin-scaffolder@1.34.3-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.23-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/frontend-app-api@0.13.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/plugin-catalog-import@0.13.7-next.0 - @backstage/app-defaults@1.7.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/theme@0.7.0 - @backstage/plugin-api-docs@0.13.1-next.0 - @backstage/plugin-auth-react@0.1.21-next.0 - @backstage/plugin-catalog@1.31.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-graph@0.5.3-next.0 - @backstage/plugin-devtools@0.1.33-next.0 - @backstage/plugin-home@0.8.14-next.0 - @backstage/plugin-kubernetes@0.12.13-next.0 - @backstage/plugin-kubernetes-cluster@0.0.31-next.0 - @backstage/plugin-mui-to-bui@0.2.1-next.0 - @backstage/plugin-notifications@0.5.11-next.0 - @backstage/plugin-org@0.6.46-next.0 - @backstage/plugin-search@1.4.32-next.0 - @backstage/plugin-search-common@1.2.21-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.30-next.0 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## example-app-next@0.0.29-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.34.5-next.0 - @backstage/ui@0.8.2-next.0 - @backstage/plugin-scaffolder-react@1.19.3-next.0 - @backstage/plugin-techdocs@1.15.2-next.0 - @backstage/plugin-user-settings@0.8.29-next.0 - @backstage/plugin-auth@0.1.2-next.0 - @backstage/plugin-permission-react@0.4.38-next.0 - @backstage/plugin-search-react@1.9.6-next.0 - @backstage/plugin-signals@0.0.25-next.0 - @backstage/plugin-catalog-react@1.21.3-next.0 - @backstage/plugin-scaffolder@1.34.3-next.0 - @backstage/plugin-catalog-unprocessed-entities@0.2.23-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/frontend-app-api@0.13.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/plugin-catalog-import@0.13.7-next.0 - @backstage/app-defaults@1.7.2-next.0 - @backstage/core-compat-api@0.5.4-next.0 - @backstage/frontend-defaults@0.3.3-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/theme@0.7.0 - @backstage/plugin-api-docs@0.13.1-next.0 - @backstage/plugin-app@0.3.2-next.0 - @backstage/plugin-app-visualizer@0.1.25-next.0 - @backstage/plugin-auth-react@0.1.21-next.0 - @backstage/plugin-catalog@1.31.5-next.0 - @backstage/plugin-catalog-common@1.1.7-next.0 - @backstage/plugin-catalog-graph@0.5.3-next.0 - @backstage/plugin-home@0.8.14-next.0 - @backstage/plugin-kubernetes@0.12.13-next.0 - @backstage/plugin-kubernetes-cluster@0.0.31-next.0 - @backstage/plugin-notifications@0.5.11-next.0 - @backstage/plugin-org@0.6.46-next.0 - @backstage/plugin-search@1.4.32-next.0 - @backstage/plugin-search-common@1.2.21-next.0 - @backstage/plugin-techdocs-module-addons-contrib@1.1.30-next.0 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## app-next-example-plugin@0.0.29-next.0 ### Patch Changes - Updated dependencies - @backstage/core-components@0.18.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 ## example-backend@0.0.44-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-defaults@0.13.1-next.0 - @backstage/plugin-catalog-backend@3.1.3-next.0 - @backstage/plugin-notifications-backend@0.5.12-next.0 - @backstage/plugin-scaffolder-backend@3.0.1-next.0 - @backstage/plugin-search-backend-module-elasticsearch@1.7.8-next.0 - @backstage/plugin-search-backend@2.0.8-next.0 - @backstage/plugin-search-backend-node@1.3.17-next.0 - @backstage/plugin-kubernetes-backend@0.20.4-next.0 - @backstage/plugin-events-backend@0.5.8-next.0 - @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.8-next.0 - @backstage/plugin-auth-backend@0.25.6-next.0 - @backstage/plugin-devtools-backend@0.5.11-next.0 - @backstage/plugin-catalog-backend-module-unprocessed@0.6.6-next.0 - @backstage/plugin-auth-node@0.6.9-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/plugin-mcp-actions-backend@0.1.5-next.0 - @backstage/plugin-app-backend@0.5.8-next.0 - @backstage/plugin-auth-backend-module-github-provider@0.3.9-next.0 - @backstage/plugin-auth-backend-module-openshift-provider@0.1.2-next.0 - @backstage/plugin-events-backend-module-google-pubsub@0.1.6-next.0 - @backstage/plugin-permission-backend@0.7.6-next.0 - @backstage/plugin-permission-node@0.10.6-next.0 - @backstage/plugin-proxy-backend@0.6.8-next.0 - @backstage/plugin-signals-backend@0.3.10-next.0 - @backstage/plugin-techdocs-backend@2.1.2-next.0 - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/plugin-auth-backend-module-guest-provider@0.2.14-next.0 - @backstage/plugin-catalog-backend-module-openapi@0.2.16-next.0 - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.14-next.0 - @backstage/plugin-permission-backend-module-allow-all-policy@0.2.14-next.0 - @backstage/plugin-permission-common@0.9.3-next.0 - @backstage/plugin-scaffolder-backend-module-github@0.9.2-next.0 - @backstage/plugin-scaffolder-backend-module-notifications@0.1.16-next.0 - @backstage/plugin-search-backend-module-catalog@0.3.10-next.0 - @backstage/plugin-search-backend-module-explore@0.3.9-next.0 - @backstage/plugin-search-backend-module-techdocs@0.4.8-next.0 ## e2e-test@0.2.34-next.0 ### Patch Changes - Updated dependencies - @backstage/create-app@0.7.6-next.0 - @backstage/cli-common@0.1.15 - @backstage/errors@1.2.7 ## @internal/frontend@0.0.15-next.0 ### Patch Changes - Updated dependencies - @backstage/frontend-plugin-api@0.12.2-next.0 - @backstage/types@1.2.2 - @backstage/version-bridge@1.0.11 ## @internal/scaffolder@0.0.15-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-scaffolder-react@1.19.3-next.0 - @backstage/frontend-plugin-api@0.12.2-next.0 ## techdocs-cli-embedded-app@0.2.114-next.0 ### Patch Changes - Updated dependencies - @backstage/cli@0.34.5-next.0 - @backstage/ui@0.8.2-next.0 - @backstage/plugin-techdocs@1.15.2-next.0 - @backstage/core-app-api@1.19.2-next.0 - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/config@1.3.6-next.0 - @backstage/core-components@0.18.3-next.0 - @backstage/catalog-model@1.7.6-next.0 - @backstage/app-defaults@1.7.2-next.0 - @backstage/integration-react@1.2.12-next.0 - @backstage/test-utils@1.7.13-next.0 - @backstage/theme@0.7.0 - @backstage/plugin-catalog@1.31.5-next.0 - @backstage/plugin-techdocs-react@1.3.5-next.0 ## @internal/plugin-todo-list@1.0.45-next.0 ### Patch Changes - Updated dependencies - @backstage/core-plugin-api@1.11.2-next.0 - @backstage/core-components@0.18.3-next.0 ## @internal/plugin-todo-list-backend@1.0.45-next.0 ### Patch Changes - Updated dependencies - @backstage/backend-plugin-api@1.4.5-next.0 - @backstage/errors@1.2.7 ## @internal/plugin-todo-list-common@1.0.28-next.0 ### Patch Changes - Updated dependencies - @backstage/plugin-permission-common@0.9.3-next.0