Release v1.43.0-next.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.43.0-next.0
@backstage/backend-test-utils@1.9.0-next.0
Minor Changes
- 4e2c237: The
mockServices.rootConfig()instance now has anupdatemethod that can be used to test configuration subscriptions and updates.
Patch Changes
- Updated dependencies
- @backstage/backend-app-api@1.2.6
- @backstage/backend-defaults@0.12.0
- @backstage/backend-plugin-api@1.4.2
- @backstage/config@1.3.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.6.6
- @backstage/plugin-events-node@0.4.14
- @backstage/plugin-permission-common@0.9.1
@backstage/plugin-catalog-backend-module-msgraph@0.8.0-next.0
Minor Changes
-
577f0ed: BREAKING: Encode query filters for requests made to msgraph. If you currently have manually encoded characters in a filter, this is a breaking change and must be updated to avoid requests being double encoded.
user:
- filter: department in('MARKETING', 'RESEARCH %26 DEVELOPMENT')
+ filter: department in('MARKETING', 'RESEARCH & DEVELOPMENT')
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.2
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.18.0
@backstage/cli@0.34.1-next.0
Patch Changes
- 080f252: Fixed the
new-frontend-plugintemplate that was incorrectly passingidinstead ofpluginIdtocreateFrontendPluginand unnecessarily importingReact. - 275bda8: Fixed an issue that could cause conflicts of detected modules in workspaces with multiple apps.
- Updated dependencies
- @backstage/catalog-model@1.7.5
- @backstage/cli-common@0.1.15
- @backstage/cli-node@0.2.14
- @backstage/config@1.3.3
- @backstage/config-loader@1.10.2
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.11
- @backstage/integration@1.17.1
- @backstage/release-manifests@0.0.13
- @backstage/types@1.2.1
@backstage/core-compat-api@0.5.2-next.0
Patch Changes
- dc01d6f: Fix for
compatWrappercreating many wrappingProviderswhen they should not - Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/version-bridge@1.0.11
@backstage/create-app@0.7.4-next.0
Patch Changes
- b2d9fc1: Creates a plugin that redirects from the Home page to the Catalog index page to avoid seeing a not found page error when starting the app.
- Updated dependencies
- @backstage/cli-common@0.1.15
@backstage/dev-utils@1.1.14-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/app-defaults@1.6.5
- @backstage/catalog-model@1.7.5
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/theme@0.6.8
@backstage/plugin-api-docs@0.12.11-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-catalog@1.31.3-next.0
Patch Changes
- ce1239e: Auto-focus the first menu item in
EntityContextMenu, and do not render a divider if an empty array is passed toUNSTABLE_extraContextMenuItems. - Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/integration-react@1.2.9
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-scaffolder-common@1.7.0
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-techdocs-common@0.1.1
- @backstage/plugin-techdocs-react@1.3.2
@backstage/plugin-catalog-graph@0.4.23-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/types@1.2.1
@backstage/plugin-catalog-import@0.13.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/plugin-catalog-common@1.1.5
@backstage/plugin-catalog-react@1.20.2-next.0
Patch Changes
- ad0f58d: Support
default*for older packages as this package is in range for breaking/alphachanges - Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/frontend-test-utils@0.3.5
- @backstage/integration-react@1.2.9
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
@backstage/plugin-devtools@0.1.31-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/plugin-devtools-common@0.1.17
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-home@0.8.12-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/plugin-home-react@0.1.29
@backstage/plugin-kubernetes@0.12.11-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/plugin-kubernetes-common@0.9.6
- @backstage/plugin-kubernetes-react@0.5.10
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-kubernetes-backend@0.20.2-next.0
Patch Changes
- 80cf8c9: Fix issue with default objects not being loaded properly
- Updated dependencies
- @backstage/backend-plugin-api@1.4.2
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.17
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.6.6
- @backstage/plugin-catalog-node@1.18.0
- @backstage/plugin-kubernetes-common@0.9.6
- @backstage/plugin-kubernetes-node@0.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.3
@backstage/plugin-kubernetes-cluster@0.0.29-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/plugin-kubernetes-common@0.9.6
- @backstage/plugin-kubernetes-react@0.5.10
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-notifications@0.5.9-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/types@1.2.1
- @backstage/plugin-notifications-common@0.1.0
- @backstage/plugin-signals-react@0.0.15
@backstage/plugin-org@0.6.44-next.0
Patch Changes
- 22b69f2: Fixing issue with extra slash in the routing
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/plugin-catalog-common@1.1.5
@backstage/plugin-org-react@0.1.42-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
@backstage/plugin-scaffolder@1.34.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-scaffolder-common@1.7.0
- @backstage/plugin-scaffolder-react@1.19.1-next.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.2
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-node@0.11.0
- @backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
@backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-test-utils@1.9.0-next.0
- @backstage/backend-plugin-api@1.4.2
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-node@0.11.0
@backstage/plugin-scaffolder-react@1.19.1-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-scaffolder-common@1.7.0
@backstage/plugin-search@1.4.30-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.3
@backstage/plugin-search-backend-module-explore@0.3.6-next.0
Patch Changes
- 9a93520: Deprecate and mark explore collator as moved
- Updated dependencies
- @backstage/backend-plugin-api@1.4.2
- @backstage/config@1.3.3
- @backstage/plugin-search-backend-node@1.3.14
- @backstage/plugin-search-common@1.2.19
@backstage/plugin-signals@0.0.23-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/types@1.2.1
- @backstage/plugin-signals-react@0.0.15
@backstage/plugin-techdocs@1.14.2-next.0
Patch Changes
- 1dfee19: Reverts a change in CSS layout that shifted the content of the Techdocs too far to the left.
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-client@1.11.0
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/theme@0.6.8
- @backstage/plugin-auth-react@0.1.18
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-techdocs-common@0.1.1
- @backstage/plugin-techdocs-react@1.3.2
@backstage/plugin-techdocs-addons-test-utils@1.0.53-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.14.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/core-app-api@1.18.0
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/test-utils@1.7.11
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-techdocs-react@1.3.2
@backstage/plugin-user-settings@0.8.26-next.0
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.11.0
- @backstage/theme@0.6.8
- @backstage/types@1.2.1
- @backstage/plugin-signals-react@0.0.15
- @backstage/plugin-user-settings-common@0.0.1
example-app@0.2.113-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.34.1-next.0
- @backstage/plugin-org@0.6.44-next.0
- @backstage/plugin-techdocs@1.14.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/app-defaults@1.6.5
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-app-api@0.12.0
- @backstage/integration-react@1.2.9
- @backstage/theme@0.6.8
- @backstage/ui@0.7.0
- @backstage/plugin-api-docs@0.12.11-next.0
- @backstage/plugin-auth-react@0.1.18
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-graph@0.4.23-next.0
- @backstage/plugin-catalog-import@0.13.5-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
- @backstage/plugin-devtools@0.1.31-next.0
- @backstage/plugin-home@0.8.12-next.0
- @backstage/plugin-kubernetes@0.12.11-next.0
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
- @backstage/plugin-notifications@0.5.9-next.0
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-scaffolder@1.34.1-next.0
- @backstage/plugin-scaffolder-react@1.19.1-next.0
- @backstage/plugin-search@1.4.30-next.0
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-signals@0.0.23-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
- @backstage/plugin-techdocs-react@1.3.2
- @backstage/plugin-user-settings@0.8.26-next.0
example-app-next@0.0.27-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.34.1-next.0
- @backstage/plugin-org@0.6.44-next.0
- @backstage/plugin-techdocs@1.14.2-next.0
- @backstage/core-compat-api@0.5.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/plugin-catalog-react@1.20.2-next.0
- @backstage/app-defaults@1.6.5
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-app-api@0.12.0
- @backstage/frontend-defaults@0.3.0
- @backstage/frontend-plugin-api@0.11.0
- @backstage/integration-react@1.2.9
- @backstage/theme@0.6.8
- @backstage/ui@0.7.0
- @backstage/plugin-api-docs@0.12.11-next.0
- @backstage/plugin-app@0.2.0
- @backstage/plugin-app-visualizer@0.1.22
- @backstage/plugin-auth-react@0.1.18
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-graph@0.4.23-next.0
- @backstage/plugin-catalog-import@0.13.5-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.21-next.0
- @backstage/plugin-home@0.8.12-next.0
- @backstage/plugin-kubernetes@0.12.11-next.0
- @backstage/plugin-kubernetes-cluster@0.0.29-next.0
- @backstage/plugin-notifications@0.5.9-next.0
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-scaffolder@1.34.1-next.0
- @backstage/plugin-scaffolder-react@1.19.1-next.0
- @backstage/plugin-search@1.4.30-next.0
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.3
- @backstage/plugin-signals@0.0.23-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.27
- @backstage/plugin-techdocs-react@1.3.2
- @backstage/plugin-user-settings@0.8.26-next.0
example-backend@0.0.42-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-explore@0.3.6-next.0
- @backstage/plugin-kubernetes-backend@0.20.2-next.0
- @backstage/backend-defaults@0.12.0
- @backstage/backend-plugin-api@1.4.2
- @backstage/catalog-model@1.7.5
- @backstage/plugin-app-backend@0.5.5
- @backstage/plugin-auth-backend@0.25.3
- @backstage/plugin-auth-backend-module-github-provider@0.3.6
- @backstage/plugin-auth-backend-module-guest-provider@0.2.11
- @backstage/plugin-auth-node@0.6.6
- @backstage/plugin-catalog-backend@3.0.1
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.5
- @backstage/plugin-catalog-backend-module-openapi@0.2.13
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.11
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.3
- @backstage/plugin-devtools-backend@0.5.8
- @backstage/plugin-events-backend@0.5.5
- @backstage/plugin-events-backend-module-google-pubsub@0.1.3
- @backstage/plugin-mcp-actions-backend@0.1.2
- @backstage/plugin-notifications-backend@0.5.9
- @backstage/plugin-permission-backend@0.7.3
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.11
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.3
- @backstage/plugin-proxy-backend@0.6.5
- @backstage/plugin-scaffolder-backend@2.2.0
- @backstage/plugin-scaffolder-backend-module-github@0.8.2
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.13
- @backstage/plugin-search-backend@2.0.5
- @backstage/plugin-search-backend-module-catalog@0.3.7
- @backstage/plugin-search-backend-module-techdocs@0.4.5
- @backstage/plugin-search-backend-node@1.3.14
- @backstage/plugin-signals-backend@0.3.7
- @backstage/plugin-techdocs-backend@2.0.5
e2e-test@0.2.32-next.0
Patch Changes
- Updated dependencies
- @backstage/create-app@0.7.4-next.0
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
@internal/scaffolder@0.0.13-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.11.0
- @backstage/plugin-scaffolder-react@1.19.1-next.0
techdocs-cli-embedded-app@0.2.112-next.0
Patch Changes
- Updated dependencies
- @backstage/cli@0.34.1-next.0
- @backstage/plugin-techdocs@1.14.2-next.0
- @backstage/plugin-catalog@1.31.3-next.0
- @backstage/app-defaults@1.6.5
- @backstage/catalog-model@1.7.5
- @backstage/config@1.3.3
- @backstage/core-app-api@1.18.0
- @backstage/core-components@0.17.5
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/test-utils@1.7.11
- @backstage/theme@0.6.8
- @backstage/plugin-techdocs-react@1.3.2