diff --git a/.changeset/metal-badgers-carry.md b/.changeset/metal-badgers-carry.md index 8d0cc3715d..11f1e2f01b 100644 --- a/.changeset/metal-badgers-carry.md +++ b/.changeset/metal-badgers-carry.md @@ -9,9 +9,3 @@ to `@backstage/plugin-catalog-backend-module-msgraph`. For now `MicrosoftGraphOrgReaderProcessor` is only deprecated in `@backstage/plugin-catalog-backend`, but will be removed in the future. While it is now registered by default, it has to be registered manually in the future. - -TODO: Do we really want to deprecate the transformer before removing it? -It is actually pretty hard to switch to the new transformer as one has to call -`builder.replaceProcessors()` to replace ALL transformers. -As an alternative we can do a breaking change directly with the migration steps -(adding the dependency, adding an import and calling `builder.addProcessor()`). diff --git a/packages/backend/package.json b/packages/backend/package.json index aceace8764..5195a7c28f 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -36,7 +36,6 @@ "@backstage/plugin-auth-backend": "^0.3.12", "@backstage/plugin-badges-backend": "^0.1.6", "@backstage/plugin-catalog-backend": "^0.10.2", - "@backstage/plugin-catalog-backend-module-msgraph": "^0.1.0", "@backstage/plugin-code-coverage-backend": "^0.1.6", "@backstage/plugin-graphql-backend": "^0.1.8", "@backstage/plugin-kubernetes-backend": "^0.3.8",