Skip to content

fix(deps): update dependency @backstage/plugin-catalog to v2#26

Merged
yumike merged 1 commit into
mainfrom
renovate/major-backstage-monorepo
Mar 23, 2026
Merged

fix(deps): update dependency @backstage/plugin-catalog to v2#26
yumike merged 1 commit into
mainfrom
renovate/major-backstage-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2026

This PR contains the following updates:

Package Change Age Confidence
@backstage/plugin-catalog (source) ^1.33.1^2.0.0 age confidence

Release Notes

backstage/backstage (@​backstage/plugin-catalog)

v2.0.1

Compare Source

v2.0.0

Compare Source

Major Changes
  • 5fc35bb: Migrated EntityAboutCard, EntityLinksCard, EntityLabelsCard, GroupProfileCard, and UserProfileCard from MUI/InfoCard to use the new BUI card layout and BUI components where possible.

    BREAKING: Removed variant prop from EntityAboutCard, EntityUserProfileCard, EntityGroupProfileCard, EntityLabelsCard, EntityLinksCard. Removed gridSizes prop from AboutField.

    Migration:

    Simply delete the obsolete variant and gridSizes props, e.g:

    -      <EntityAboutCard variant="gridItem" />
    +      <EntityAboutCard />
    -      <AboutField label="Owner" gridSizes={{ xs: 12, sm: 6, lg: 4 }} />
    +      <AboutField label="Owner" />
Minor Changes
  • 4d58894: Added support for group alias IDs and configurable content ordering on the entity page. Groups can now declare aliases so that content targeting an aliased group is included in the group. A new defaultContentOrder option (default title) controls how content items within each group are sorted, with support for both a page-level default and per-group overrides.

  • c548a0f: Migrated entity table cards (HasComponentsCard, HasResourcesCard, HasSubcomponentsCard, HasSubdomainsCard, HasSystemsCard, DependsOnComponentsCard, DependsOnResourcesCard, DependencyOfComponentsCard) to use BUI when no legacy props are passed. The old variant, columns, and tableOptions props are deprecated but still supported — passing any of them triggers the legacy MUI-based rendering. The new columnConfig prop accepts EntityColumnConfig[] for BUI-based rendering.

    RelatedEntitiesCard is deprecated — use EntityRelationCard from @backstage/plugin-catalog-react/alpha instead.

  • 0be2541: Promoted the plugin's translation ref to the stable package entry point. It was previously only available through the alpha entry point.

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-backstage-monorepo branch 2 times, most recently from 7fc32ec to 1b48b23 Compare March 23, 2026 18:27
@renovate renovate Bot force-pushed the renovate/major-backstage-monorepo branch from 1b48b23 to fe7c136 Compare March 23, 2026 18:28
@yumike yumike merged commit b2207f9 into main Mar 23, 2026
1 check passed
@yumike yumike deleted the renovate/major-backstage-monorepo branch March 23, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant