fix(deps): update dependency @backstage/plugin-catalog-backend-module-github to ^0.6.0 #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.5.0
->^0.6.0
Release Notes
backstage/backstage
v0.6.0
Compare Source
Minor Changes
29c3898
: Remove use ofEventBroker
andEventSubscriber
for the GitHub org data providers.BREAKING CHANGE:
GithubOrgEntityProvider.onEvent
made privateGithubOrgEntityProvider.supportsEventTopics
removedeventBroker
option was removed fromGithubMultiOrgEntityProvider.fromConfig
GithubMultiOrgEntityProvider.supportsEventTopics
removedThis change only impacts users who still use the legacy backend system
and who still use
eventBroker
as option when creating theseentity providers.
Please pass the
EventsService
instance as optionevents
instead.You can find more information at the installation documentation.
Patch Changes
d5a1fe1
: Replaced winston logger withLoggerService
469e87f
: Properly instantiateGithubMultiOrgEntityProvider
andGithubOrgEntityProvider
withEventsService
if definedConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.