Skip to main content

Release v1.20.0-next.2

@backstage/plugin-api-docs@0.10.0-next.2

Minor Changes

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-scaffolder@1.16.0-next.2

Minor Changes

  • #20357 f28c11743a Thanks @acierto! - Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-scaffolder-react@1.6.0-next.2

@backstage/plugin-techdocs@1.9.0-next.2

Minor Changes

  • #20851 17f93d5589 Thanks @agentbellnorm! - A new analytics event not-found will be published when a user visits a documentation site that does not exist

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-search-react@1.7.2-next.2
    • @backstage/plugin-techdocs-react@1.1.13-next.2

@backstage/app-defaults@1.4.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/backend-app-api@0.5.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/config-loader@1.5.3-next.0

@backstage/backend-common@0.19.9-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-app-api@0.5.8-next.2
    • @backstage/config-loader@1.5.3-next.0

@backstage/backend-defaults@0.2.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-app-api@0.5.8-next.2

@backstage/backend-openapi-utils@0.1.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/backend-plugin-api@0.6.7-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/backend-tasks@0.5.12-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-common@0.19.9-next.2

@backstage/backend-test-utils@0.2.8-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-app-api@0.5.8-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/core-components@0.13.8-next.2

Patch Changes

  • #20777 eb817ee6d4 Thanks @is343! - Fix spacing inconsistency with links and labels in headers

  • #20357 f28c11743a Thanks @acierto! - Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template

  • #20842 0c5b78650c Thanks @benjdlambert! - Reverting the MissingAnnotationEmptyState component due to cyclical dependency. This component is now deprecated, please use the import from @backstage/plugin-catalog-react instead to use the new functionality

@backstage/create-app@0.5.7-next.2

Patch Changes

  • #20771 770763487a Thanks @awanlin! - Cleaned up cases where deprecated code was being used but had a new location they should be imported from

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

    You can do the same in your own Backstage repository to ensure that you get future node 18+ relevant updates, by having the following lines in your packages/backend/package.json:

    "dependencies": {
    // ...
    "knex": "^3.0.0"
    },
    "devDependencies": {
    // ...
    "better-sqlite3": "^9.0.0",
  • #20695 e6b7ab8d2b Thanks @fjudith! - Added missing node-gyp dependency to fix Docker image build

@backstage/dev-utils@1.0.23-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/app-defaults@1.4.5-next.2
    • @backstage/integration-react@1.1.21-next.1

@backstage/frontend-app-api@0.3.0-next.2

Patch Changes

  • #20999 fdc348d5d3 Thanks @Rugvip! - The options parameter of createApp is now optional.

  • #20888 733bd95746 Thanks @Rugvip! - Implement new AppTreeApi

  • #20999 fa28d4e6df Thanks @Rugvip! - No longer throw error on invalid input if the child is disabled.

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-graphiql@0.3.0-next.2

@backstage/frontend-plugin-api@0.3.0-next.2

Patch Changes

  • #20888 733bd95746 Thanks @Rugvip! - Add new AppTreeApi.

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2

@techdocs/cli@1.6.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-techdocs-node@1.10.0-next.2

@backstage/plugin-adr@0.6.9-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-search-react@1.7.2-next.2

@backstage/plugin-adr-backend@0.4.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-airbrake@0.3.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/dev-utils@1.0.23-next.2

@backstage/plugin-airbrake-backend@0.3.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-allure@0.1.42-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-analytics-module-ga@0.1.35-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-analytics-module-ga4@0.1.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-analytics-module-newrelic-browser@0.0.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-apache-airflow@0.2.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-apollo-explorer@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-app-backend@0.3.55-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-app-node@0.1.7-next.2
    • @backstage/config-loader@1.5.3-next.0

@backstage/plugin-app-node@0.1.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/plugin-auth-backend@0.20.0-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.2
    • @backstage/plugin-auth-backend-module-github-provider@0.1.4-next.2
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.2
    • @backstage/plugin-auth-backend-module-google-provider@0.1.4-next.2
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-github-provider@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-gitlab-provider@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-google-provider@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-microsoft-provider@0.1.2-next.2

Patch Changes

  • #20706 fde212dd10 Thanks @pjungermann! - Re-add the missing profile photo as well as access token retrieval for foreign scopes.

    Additionally, we switch from previously 48x48 to 96x96 which is the size used at the profile card.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-oauth2-provider@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-backend-module-pinniped-provider@0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-auth-node@0.4.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-azure-devops@0.3.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-azure-devops-backend@0.4.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-azure-sites@0.1.15-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-azure-sites-backend@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-badges@0.2.50-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-badges-backend@0.3.4-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-bazaar@0.2.18-next.2

Patch Changes

  • #20830 c6e7940ccf Thanks @AmbrishRamachandiran! - Updated Readme document in bazaar plugin

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-bazaar-backend@0.3.5-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-bitrise@0.1.53-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-catalog@1.15.0-next.2

Patch Changes

  • #20777 eb817ee6d4 Thanks @is343! - Fix spacing inconsistency with links and labels in headers

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-search-react@1.7.2-next.2

@backstage/plugin-catalog-backend@1.15.0-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/backend-openapi-utils@0.1.0-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-events-node@0.2.16-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-search-backend-module-catalog@0.1.11-next.2

@backstage/plugin-catalog-backend-module-aws@0.3.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-azure@0.1.26-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/backend-openapi-utils@0.1.0-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-bitbucket@0.2.22-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.22-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.20-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-gcp@0.1.7-next.2

Patch Changes

  • #20321 62180df4ee Thanks @szubster! - Allow integration with kubernetes dashboard

  • Updated dependencies

    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-gerrit@0.1.23-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-github@0.4.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-catalog-backend-module-github-org@0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-backend-module-github@0.4.5-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-gitlab@0.3.4-next.2

Patch Changes

  • #20893 0873a43ac1 Thanks @pushit-tech! - Resolved a bug affecting the retrieval of users from group members. By appending '/all' to the API call, we now include members from all inherited groups, as per Gitlab's API specifications. This change is reflected in the listSaaSUsers function.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.11-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-catalog-backend-module-ldap@0.5.22-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-msgraph@0.5.14-next.2

Patch Changes

  • #20958 224aa6f64c Thanks @mrooding! - export the function to read ms graph provider config

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-openapi@0.1.24-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-puppetdb@0.1.12-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-catalog-graph@0.2.38-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-catalog-import@0.10.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1

@backstage/plugin-catalog-node@1.5.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/plugin-catalog-react@1.9.0-next.2

Patch Changes

  • #20962 000dcd01af Thanks @Rugvip! - Removed unnecessary @backstage/integration dependency, replaced by @backstage/integration-react.

  • #20842 6c357184e2 Thanks @benjdlambert! - Export MissingAnnotationEmptyState from @backstage/plugin-catalog-react

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/integration-react@1.1.21-next.1

@backstage/plugin-catalog-unprocessed-entities@0.1.5-next.2

Patch Changes

  • #20998 a11cdb9200 Thanks @alde! - Added filtering and sorting to unprocessed entities tables.

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-cicd-statistics@0.1.28-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-cicd-statistics-module-gitlab@0.1.22-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-cicd-statistics@0.1.28-next.2

@backstage/plugin-circleci@0.3.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-cloudbuild@0.3.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-code-climate@0.1.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-code-coverage@0.2.19-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-code-coverage-backend@0.2.21-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-codescene@0.1.19-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-config-schema@0.1.47-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-cost-insights@0.12.15-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-devtools@0.1.6-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-devtools-backend@0.2.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/config-loader@1.5.3-next.0

@backstage/plugin-dynatrace@8.0.0-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-entity-feedback@0.2.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-entity-feedback-backend@0.2.4-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-entity-validation@0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-events-backend@0.2.16-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-aws-sqs@0.2.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-azure@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-gerrit@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-github@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-module-gitlab@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-backend-test-utils@0.1.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.2.16-next.2

@backstage/plugin-events-node@0.2.16-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/plugin-explore@0.4.12-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-search-react@1.7.2-next.2
    • @backstage/plugin-explore-react@0.0.33-next.0

@backstage/plugin-explore-backend@0.0.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-search-backend-module-explore@0.1.11-next.2

@backstage/plugin-firehydrant@0.2.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-fossa@0.2.58-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-gcalendar@0.3.20-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-gcp-projects@0.3.43-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-git-release-manager@0.3.39-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-github-actions@0.6.7-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • #21010 ee0c44ce62 Thanks @vinzscam! - Fixed an issue that was preventing the sorting of workflow runs by their status.

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1

@backstage/plugin-github-deployments@0.1.57-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1

@backstage/plugin-github-issues@0.2.15-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-github-pull-requests-board@0.1.20-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-gitops-profiles@0.3.42-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-gocd@0.1.32-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-graphiql@0.3.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2

@backstage/plugin-graphql-backend@0.2.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-graphql-voyager@0.1.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-home@0.5.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-home-react@0.1.5-next.2

@backstage/plugin-home-react@0.1.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-ilert@0.2.15-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-jenkins@0.9.1-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-jenkins-backend@0.3.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2

@backstage/plugin-kafka@0.3.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-kafka-backend@0.3.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-kubernetes@0.11.1-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-kubernetes-react@0.1.1-next.2

@backstage/plugin-kubernetes-backend@0.13.1-next.2

Patch Changes

  • #20321 62180df4ee Thanks @szubster! - Allow storing dashboard parameters for kubernetes in catalog

  • #20951 df40b067e1 Thanks @Jenson3210! - Fixed the lack of resourcequotas as part of the Default Objects to fetch from the kubernetes api

  • Updated dependencies

    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-kubernetes-node@0.1.1-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2

@backstage/plugin-kubernetes-cluster@0.0.2-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-kubernetes-react@0.1.1-next.2

@backstage/plugin-kubernetes-common@0.7.1-next.1

Patch Changes

@backstage/plugin-kubernetes-node@0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/plugin-kubernetes-react@0.1.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.7.1-next.1
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-lighthouse@0.4.11-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-lighthouse-backend@0.3.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-linguist@0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-linguist-backend@0.5.4-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-microsoft-calendar@0.1.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-newrelic@0.3.42-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-newrelic-dashboard@0.3.1-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-nomad@0.1.7-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-nomad-backend@0.1.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-octopus-deploy@0.2.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-opencost@0.2.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-org@0.6.16-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-org-react@0.1.15-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-pagerduty@0.6.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-home-react@0.1.5-next.2

@backstage/plugin-periskop@0.1.24-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-periskop-backend@0.2.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-permission-backend@0.5.30-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2

@backstage/plugin-permission-backend-module-allow-all-policy@0.1.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2

@backstage/plugin-permission-node@0.7.18-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-playlist@0.1.18-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-search-react@1.7.2-next.2

@backstage/plugin-playlist-backend@0.3.11-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2

@backstage/plugin-proxy-backend@0.4.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-puppetdb@0.1.9-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-rollbar@0.4.26-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-rollbar-backend@0.1.52-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-scaffolder-backend@1.19.0-next.2

Patch Changes

  • #20531 ae30a9ae8c Thanks @andym0457! - Added description for publish:gerrit scaffolder actions

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.31-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-gitlab@0.2.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-rails@0.4.24-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-sentry@0.1.15-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-backend-module-yeoman@0.2.28-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.8-next.2

@backstage/plugin-scaffolder-node@0.2.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-scaffolder-react@1.6.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-search@1.4.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/plugin-search-react@1.7.2-next.2

@backstage/plugin-search-backend@1.4.7-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-openapi-utils@0.1.0-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-catalog@0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-elasticsearch@1.3.10-next.2

Patch Changes

  • #20212 006df4a581 Thanks @aochsner! - Support AWS OpenSearch Serverless search backend. Does not support _refresh endpoint.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-explore@0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-pg@0.5.16-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/plugin-search-backend-module-techdocs@0.1.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2
    • @backstage/plugin-techdocs-node@1.10.0-next.2

@backstage/plugin-search-backend-node@1.2.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2

@backstage/plugin-search-react@1.7.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-app-api@0.3.0-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2

@backstage/plugin-sentry@0.5.11-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-shortcuts@0.3.16-next.2

Patch Changes

  • #20990 55725922a5 Thanks @freben! - Ensure that shortcuts aren't duplicate-checked against themselves

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-sonarqube@0.7.8-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-sonarqube-backend@0.2.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-splunk-on-call@0.4.15-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-stack-overflow@0.1.22-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-home-react@0.1.5-next.2
    • @backstage/plugin-search-react@1.7.2-next.2

@backstage/plugin-stack-overflow-backend@0.2.11-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.0-next.2

@backstage/plugin-stackstorm@0.1.8-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-tech-insights@0.3.18-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-tech-insights-backend@0.5.21-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-tech-insights-node@0.4.13-next.2

@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.39-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-tech-insights-node@0.4.13-next.2

@backstage/plugin-tech-insights-node@0.4.13-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2

@backstage/plugin-tech-radar@0.6.10-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2

@backstage/plugin-techdocs-addons-test-utils@1.0.23-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-techdocs@1.9.0-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-search-react@1.7.2-next.2
    • @backstage/plugin-techdocs-react@1.1.13-next.2

@backstage/plugin-techdocs-backend@1.9.0-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-search-backend-module-techdocs@0.1.11-next.2
    • @backstage/plugin-techdocs-node@1.10.0-next.2

@backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-techdocs-react@1.1.13-next.2

@backstage/plugin-techdocs-node@1.10.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2

@backstage/plugin-techdocs-react@1.1.13-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@backstage/plugin-todo@0.2.30-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-todo-backend@0.3.5-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-openapi-utils@0.1.0-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2

@backstage/plugin-user-settings@0.7.12-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-user-settings-backend@0.2.6-next.2

Patch Changes

  • #20570 013611b42e Thanks @freben! - knex has been bumped to major version 3 and better-sqlite3 to major version 9, which deprecate node 16 support.

  • Updated dependencies

    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2

@backstage/plugin-vault@0.1.21-next.2

Patch Changes

  • #20842 fdb5e23602 Thanks @benjdlambert! - Import MissingAnnotationEmptyState from @backstage/plugin-catalog-react to remove the cyclical dependency

  • Updated dependencies

    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2

@backstage/plugin-vault-backend@0.4.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-vault-node@0.1.0-next.2

@backstage/plugin-vault-node@0.1.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2

@backstage/plugin-xcmetrics@0.2.45-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

example-app@0.2.89-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-api-docs@0.10.0-next.2
    • @backstage/plugin-shortcuts@0.3.16-next.2
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-scaffolder@1.16.0-next.2
    • @backstage/frontend-app-api@0.3.0-next.2
    • @backstage/plugin-catalog-unprocessed-entities@0.1.5-next.2
    • @backstage/plugin-kubernetes-cluster@0.0.2-next.2
    • @backstage/plugin-newrelic-dashboard@0.3.1-next.2
    • @backstage/plugin-github-actions@0.6.7-next.2
    • @backstage/plugin-code-coverage@0.2.19-next.2
    • @backstage/plugin-azure-sites@0.1.15-next.2
    • @backstage/plugin-cloudbuild@0.3.26-next.2
    • @backstage/plugin-kubernetes@0.11.1-next.2
    • @backstage/plugin-lighthouse@0.4.11-next.2
    • @backstage/plugin-dynatrace@8.0.0-next.2
    • @backstage/plugin-airbrake@0.3.26-next.2
    • @backstage/plugin-circleci@0.3.26-next.2
    • @backstage/plugin-puppetdb@0.1.9-next.2
    • @backstage/plugin-techdocs@1.9.0-next.2
    • @backstage/plugin-jenkins@0.9.1-next.2
    • @backstage/plugin-rollbar@0.4.26-next.2
    • @backstage/plugin-sentry@0.5.11-next.2
    • @backstage/plugin-kafka@0.3.26-next.2
    • @backstage/plugin-nomad@0.1.7-next.2
    • @backstage/plugin-gocd@0.1.32-next.2
    • @backstage/plugin-adr@0.6.9-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/app-defaults@1.4.5-next.2
    • @backstage/cli@0.24.0-next.1
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-apache-airflow@0.2.17-next.2
    • @backstage/plugin-azure-devops@0.3.8-next.2
    • @backstage/plugin-badges@0.2.50-next.2
    • @backstage/plugin-catalog-graph@0.2.38-next.2
    • @backstage/plugin-catalog-import@0.10.2-next.2
    • @backstage/plugin-cost-insights@0.12.15-next.2
    • @backstage/plugin-devtools@0.1.6-next.2
    • @backstage/plugin-entity-feedback@0.2.9-next.2
    • @backstage/plugin-explore@0.4.12-next.2
    • @backstage/plugin-gcalendar@0.3.20-next.2
    • @backstage/plugin-gcp-projects@0.3.43-next.2
    • @backstage/plugin-graphiql@0.3.0-next.2
    • @backstage/plugin-home@0.5.10-next.2
    • @backstage/plugin-linguist@0.1.11-next.2
    • @backstage/plugin-microsoft-calendar@0.1.9-next.2
    • @backstage/plugin-newrelic@0.3.42-next.2
    • @backstage/plugin-octopus-deploy@0.2.8-next.2
    • @backstage/plugin-org@0.6.16-next.2
    • @backstage/plugin-pagerduty@0.6.7-next.2
    • @backstage/plugin-playlist@0.1.18-next.2
    • @backstage/plugin-scaffolder-react@1.6.0-next.2
    • @backstage/plugin-search@1.4.2-next.2
    • @backstage/plugin-search-react@1.7.2-next.2
    • @backstage/plugin-stack-overflow@0.1.22-next.2
    • @backstage/plugin-stackstorm@0.1.8-next.2
    • @backstage/plugin-tech-insights@0.3.18-next.2
    • @backstage/plugin-tech-radar@0.6.10-next.2
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.2
    • @backstage/plugin-techdocs-react@1.1.13-next.2
    • @backstage/plugin-todo@0.2.30-next.2
    • @backstage/plugin-user-settings@0.7.12-next.2

example-app-next@0.0.3-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-api-docs@0.10.0-next.2
    • @backstage/plugin-shortcuts@0.3.16-next.2
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-scaffolder@1.16.0-next.2
    • @backstage/frontend-app-api@0.3.0-next.2
    • @backstage/plugin-catalog-unprocessed-entities@0.1.5-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2
    • @backstage/plugin-newrelic-dashboard@0.3.1-next.2
    • @backstage/plugin-github-actions@0.6.7-next.2
    • @backstage/plugin-code-coverage@0.2.19-next.2
    • @backstage/plugin-azure-sites@0.1.15-next.2
    • @backstage/plugin-cloudbuild@0.3.26-next.2
    • @backstage/plugin-kubernetes@0.11.1-next.2
    • @backstage/plugin-lighthouse@0.4.11-next.2
    • @backstage/plugin-dynatrace@8.0.0-next.2
    • @backstage/plugin-airbrake@0.3.26-next.2
    • @backstage/plugin-circleci@0.3.26-next.2
    • @backstage/plugin-puppetdb@0.1.9-next.2
    • @backstage/plugin-techdocs@1.9.0-next.2
    • @backstage/plugin-jenkins@0.9.1-next.2
    • @backstage/plugin-rollbar@0.4.26-next.2
    • @backstage/plugin-sentry@0.5.11-next.2
    • @backstage/plugin-kafka@0.3.26-next.2
    • @backstage/plugin-gocd@0.1.32-next.2
    • @backstage/plugin-adr@0.6.9-next.2
    • @backstage/plugin-catalog-react@1.9.0-next.2
    • @backstage/app-defaults@1.4.5-next.2
    • app-next-example-plugin@0.0.3-next.2
    • @backstage/cli@0.24.0-next.1
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-apache-airflow@0.2.17-next.2
    • @backstage/plugin-azure-devops@0.3.8-next.2
    • @backstage/plugin-badges@0.2.50-next.2
    • @backstage/plugin-catalog-graph@0.2.38-next.2
    • @backstage/plugin-catalog-import@0.10.2-next.2
    • @backstage/plugin-cost-insights@0.12.15-next.2
    • @backstage/plugin-devtools@0.1.6-next.2
    • @backstage/plugin-entity-feedback@0.2.9-next.2
    • @backstage/plugin-explore@0.4.12-next.2
    • @backstage/plugin-gcalendar@0.3.20-next.2
    • @backstage/plugin-gcp-projects@0.3.43-next.2
    • @backstage/plugin-graphiql@0.3.0-next.2
    • @backstage/plugin-home@0.5.10-next.2
    • @backstage/plugin-linguist@0.1.11-next.2
    • @backstage/plugin-microsoft-calendar@0.1.9-next.2
    • @backstage/plugin-newrelic@0.3.42-next.2
    • @backstage/plugin-octopus-deploy@0.2.8-next.2
    • @backstage/plugin-org@0.6.16-next.2
    • @backstage/plugin-pagerduty@0.6.7-next.2
    • @backstage/plugin-playlist@0.1.18-next.2
    • @backstage/plugin-scaffolder-react@1.6.0-next.2
    • @backstage/plugin-search@1.4.2-next.2
    • @backstage/plugin-search-react@1.7.2-next.2
    • @backstage/plugin-stackstorm@0.1.8-next.2
    • @backstage/plugin-tech-insights@0.3.18-next.2
    • @backstage/plugin-tech-radar@0.6.10-next.2
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.2-next.2
    • @backstage/plugin-techdocs-react@1.1.13-next.2
    • @backstage/plugin-todo@0.2.30-next.2
    • @backstage/plugin-user-settings@0.7.12-next.2
    • @backstage/core-compat-api@0.0.1-next.2

app-next-example-plugin@0.0.3-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/frontend-plugin-api@0.3.0-next.2

example-backend@0.2.89-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-backend@0.13.1-next.2
    • @backstage/plugin-scaffolder-backend@1.19.0-next.2
    • @backstage/plugin-search-backend-module-elasticsearch@1.3.10-next.2
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.2
    • @backstage/plugin-search-backend-module-pg@0.5.16-next.2
    • @backstage/plugin-entity-feedback-backend@0.2.4-next.2
    • @backstage/plugin-code-coverage-backend@0.2.21-next.2
    • @backstage/plugin-tech-insights-backend@0.5.21-next.2
    • @backstage/plugin-linguist-backend@0.5.4-next.2
    • @backstage/plugin-playlist-backend@0.3.11-next.2
    • @backstage/plugin-techdocs-backend@1.9.0-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-badges-backend@0.3.4-next.2
    • @backstage/plugin-auth-backend@0.20.0-next.2
    • @backstage/plugin-app-backend@0.3.55-next.2
    • example-app@0.2.89-next.2
    • @backstage/plugin-adr-backend@0.4.4-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-azure-devops-backend@0.4.4-next.2
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.2
    • @backstage/plugin-catalog-node@1.5.0-next.2
    • @backstage/plugin-devtools-backend@0.2.4-next.2
    • @backstage/plugin-events-backend@0.2.16-next.2
    • @backstage/plugin-events-node@0.2.16-next.2
    • @backstage/plugin-jenkins-backend@0.3.1-next.2
    • @backstage/plugin-kafka-backend@0.3.5-next.2
    • @backstage/plugin-lighthouse-backend@0.3.4-next.2
    • @backstage/plugin-nomad-backend@0.1.9-next.2
    • @backstage/plugin-permission-backend@0.5.30-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-proxy-backend@0.4.5-next.2
    • @backstage/plugin-search-backend@1.4.7-next.2
    • @backstage/plugin-search-backend-module-catalog@0.1.11-next.2
    • @backstage/plugin-search-backend-module-explore@0.1.11-next.2
    • @backstage/plugin-search-backend-module-techdocs@0.1.11-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2
    • @backstage/plugin-todo-backend@0.3.5-next.2
    • @backstage/plugin-rollbar-backend@0.1.52-next.2
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.8-next.2
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.24-next.2
    • @backstage/plugin-azure-sites-backend@0.1.17-next.2
    • @backstage/plugin-explore-backend@0.0.17-next.2
    • @backstage/plugin-graphql-backend@0.2.1-next.2
    • @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.39-next.2
    • @backstage/plugin-tech-insights-node@0.4.13-next.2

example-backend-next@0.0.17-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-backend@0.13.1-next.2
    • @backstage/plugin-scaffolder-backend@1.19.0-next.2
    • @backstage/plugin-catalog-backend-module-unprocessed@0.3.4-next.2
    • @backstage/plugin-entity-feedback-backend@0.2.4-next.2
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/plugin-linguist-backend@0.5.4-next.2
    • @backstage/plugin-playlist-backend@0.3.11-next.2
    • @backstage/plugin-techdocs-backend@1.9.0-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-badges-backend@0.3.4-next.2
    • @backstage/plugin-app-backend@0.3.55-next.2
    • @backstage/backend-defaults@0.2.7-next.2
    • @backstage/plugin-adr-backend@0.4.4-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-azure-devops-backend@0.4.4-next.2
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.0-next.2
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.4-next.2
    • @backstage/plugin-devtools-backend@0.2.4-next.2
    • @backstage/plugin-jenkins-backend@0.3.1-next.2
    • @backstage/plugin-lighthouse-backend@0.3.4-next.2
    • @backstage/plugin-nomad-backend@0.1.9-next.2
    • @backstage/plugin-permission-backend@0.5.30-next.2
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.1.4-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-proxy-backend@0.4.5-next.2
    • @backstage/plugin-search-backend@1.4.7-next.2
    • @backstage/plugin-search-backend-module-catalog@0.1.11-next.2
    • @backstage/plugin-search-backend-module-explore@0.1.11-next.2
    • @backstage/plugin-search-backend-module-techdocs@0.1.11-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2
    • @backstage/plugin-sonarqube-backend@0.2.9-next.2
    • @backstage/plugin-todo-backend@0.3.5-next.2
    • @backstage/plugin-catalog-backend-module-openapi@0.1.24-next.2

@backstage/backend-plugin-manager@0.0.3-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-catalog-backend@1.15.0-next.2
    • @backstage/backend-tasks@0.5.12-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2
    • @backstage/plugin-events-backend@0.2.16-next.2
    • @backstage/plugin-events-node@0.2.16-next.2
    • @backstage/plugin-permission-node@0.7.18-next.2
    • @backstage/plugin-scaffolder-node@0.2.8-next.2
    • @backstage/plugin-search-backend-node@1.2.11-next.2

@backstage/core-compat-api@0.0.1-next.2

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.3.0-next.2

e2e-test@0.2.9-next.2

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.7-next.2

techdocs-cli-embedded-app@0.2.88-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2
    • @backstage/plugin-catalog@1.15.0-next.2
    • @backstage/plugin-techdocs@1.9.0-next.2
    • @backstage/app-defaults@1.4.5-next.2
    • @backstage/cli@0.24.0-next.1
    • @backstage/integration-react@1.1.21-next.1
    • @backstage/plugin-techdocs-react@1.1.13-next.2

@internal/plugin-todo-list@1.0.19-next.2

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.13.8-next.2

@internal/plugin-todo-list-backend@1.0.19-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.7-next.2
    • @backstage/backend-common@0.19.9-next.2
    • @backstage/plugin-auth-node@0.4.1-next.2