fix(deps): update dependency @backstage/plugin-catalog-backend-module-github to ^0.6.0 #11

Merged
kjuulh merged 1 commits from renovate/all into main 2024-04-16 16:22:26 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/plugin-catalog-backend-module-github (source) dependencies minor ^0.5.0 -> ^0.6.0

Release Notes

backstage/backstage

v0.6.0

Compare Source

Minor Changes
  • 29c3898: Remove use of EventBroker and EventSubscriber for the GitHub org data providers.

    BREAKING CHANGE:

    • GithubOrgEntityProvider.onEvent made private
    • GithubOrgEntityProvider.supportsEventTopics removed
    • eventBroker option was removed from GithubMultiOrgEntityProvider.fromConfig
    • GithubMultiOrgEntityProvider.supportsEventTopics removed

    This change only impacts users who still use the legacy backend system
    and who still use eventBroker as option when creating these
    entity providers.

    Please pass the EventsService instance as option events instead.
    You can find more information at the installation documentation.

Patch Changes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@backstage/plugin-catalog-backend-module-github](https://backstage.io) ([source](https://github.com/backstage/backstage)) | dependencies | minor | [`^0.5.0` -> `^0.6.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend-module-github/0.5.7/0.6.0) | --- ### Release Notes <details> <summary>backstage/backstage</summary> ### [`v0.6.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#&#8203;060) [Compare Source](https://github.com/backstage/backstage/compare/48aa33cd4f4d2b588c8d15c519e3268789c5ebe7...v0.6.0) ##### Minor Changes - [`29c3898`](https://github.com/backstage/backstage/commit/29c3898): Remove use of `EventBroker` and `EventSubscriber` for the GitHub org data providers. BREAKING CHANGE: - `GithubOrgEntityProvider.onEvent` made private - `GithubOrgEntityProvider.supportsEventTopics` removed - `eventBroker` option was removed from `GithubMultiOrgEntityProvider.fromConfig` - `GithubMultiOrgEntityProvider.supportsEventTopics` removed This change only impacts users who still use the legacy backend system **and** who still use `eventBroker` as option when creating these entity providers. Please pass the `EventsService` instance as option `events` instead. You can find more information at the [installation documentation](https://backstage.io/docs/integrations/github/org/#legacy-backend-system). ##### Patch Changes - [`d5a1fe1`](https://github.com/backstage/backstage/commit/d5a1fe1): Replaced winston logger with `LoggerService` - [`469e87f`](https://github.com/backstage/backstage/commit/469e87f): Properly instantiate `GithubMultiOrgEntityProvider` and `GithubOrgEntityProvider` with `EventsService` if defined - Updated dependencies - [@&#8203;backstage/backend-common](https://github.com/backstage/backend-common)[@&#8203;0](https://github.com/0).21.7 - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).21.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;0](https://github.com/0).6.17 - [@&#8203;backstage/backend-tasks](https://github.com/backstage/backend-tasks)[@&#8203;0](https://github.com/0).5.22 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).6.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).3.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).11.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).4.5 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).0.22 </details> --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2024-04-16 15:44:08 +02:00
fix(deps): update dependency @backstage/plugin-catalog-backend-module-github to ^0.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
607d8d0f8b
kjuulh merged commit 607d8d0f8b into main 2024-04-16 16:22:26 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#11
No description provided.