Skip to content

chore: Update dependency @backstage/plugin-catalog-react to v2#304

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-backstage-monorepo
Open

chore: Update dependency @backstage/plugin-catalog-react to v2#304
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-backstage-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

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

Release Notes

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

v2.0.0

Compare Source

Minor Changes
  • 0e9578d: Migrated UnregisterEntityDialog from Material UI to Backstage UI components.

  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)

  • b4e8249: Implemented support for the new queryLocations and streamLocations that allow paginated/streamed and filtered location queries

  • 7feb83b: BREAKING ALPHA: All of the predicate types and functions have been moved to the @backstage/filter-predicates package.

    When moving into the more general package, they were renamed as follows:

    • EntityPredicate -> FilterPredicate
    • EntityPredicateExpression -> FilterPredicateExpression
    • EntityPredicatePrimitive -> FilterPredicatePrimitive
    • entityPredicateToFilterFunction -> filterPredicateToFilterFunction
    • EntityPredicateValue -> FilterPredicateValue
  • e8258d0: BREAKING: Removed the 'summary' entity card type from EntityCardType. Users should migrate to using 'content' or 'info' card types instead.

    TypeScript will now show errors if you try to use type: 'summary' when creating entity cards.

  • ac9bead: Added createTestEntityPage test utility for testing entity cards and content extensions in the new frontend system. This utility creates a test page extension that provides EntityProvider context and accepts entity extensions through input redirects:

    import { renderTestApp } from '@​backstage/frontend-test-utils';
    import { createTestEntityPage } from '@​backstage/plugin-catalog-react/testUtils';
    
    renderTestApp({
      extensions: [createTestEntityPage({ entity: myEntity }), myEntityCard],
    });
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 requested a review from a team as a code owner March 4, 2026 15:28
@renovate renovate bot force-pushed the renovate/major-backstage-monorepo branch from 8968e52 to c15813d Compare March 5, 2026 14:38
@renovate renovate bot force-pushed the renovate/major-backstage-monorepo branch from c15813d to f6f3634 Compare March 13, 2026 18:51
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.

0 participants