coder / backstage-plugins

Official Coder plugins for the Backstage platform
34 stars 2 forks source link

chore(deps): bump @backstage/core-components from 0.13.10 to 0.14.0 #53

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @backstage/core-components from 0.13.10 to 0.14.0.

Changelog

Sourced from @​backstage/core-components's changelog.

0.14.0

Minor Changes

  • 281e8c6: BREAKING: Removed the SidebarIntro component as it was providing instructions for features that do not exist, along with IntroCard. If you were relying on this component and want to keep using it you can refer to the original implementations of SidebarIntro and IntroCard.

Patch Changes

  • 3e1c6e2: Added possibility to show arrow heads for graph edges for better understandability.

    In order to show arrow heads in the catalog graph page, add showArrowHeads attribute to CatalogGraphPage component (typically in packages/app/src/App.tsx):

    - <CatalogGraphPage />
    + <CatalogGraphPage showArrowHeads />
    

    In order to show arrow heads in entity graphs, add showArrowHeads attribute to EntityCatalogGraphCard components (typically multiple occurrences in packages/app/src/components/catalog/EntityPage.tsx):

    - <EntityCatalogGraphCard variant="gridItem" height={400} />
    + <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads />
    
  • 8fe56a8: Widen @types/react dependency range to include version 18.

  • 7f11009: Added stack trace display to ErrorPage and updated existing refs

  • 09cedb9: Updated dependency @react-hookz/web to ^24.0.0.

  • 214f2da: Fix invalid HTTP status code 501 in Error Page

  • Updated dependencies

    • @​backstage/theme@​0.5.1
    • @​backstage/core-plugin-api@​1.9.0
    • @​backstage/config@​1.1.1
    • @​backstage/errors@​1.2.3
    • @​backstage/version-bridge@​1.0.7

0.14.0-next.2

Patch Changes

  • 09cedb9: Updated dependency @react-hookz/web to ^24.0.0.
  • Updated dependencies
    • @​backstage/theme@​0.5.1-next.1
    • @​backstage/config@​1.1.1
    • @​backstage/core-plugin-api@​1.9.0-next.1
    • @​backstage/errors@​1.2.3
    • @​backstage/version-bridge@​1.0.7

0.14.0-next.1

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)