Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update backstage monorepo (minor) #274

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@backstage/backend-common (source) ^0.20.2 -> ^0.21.0 age adoption passing confidence
@backstage/cli (source) ^0.25.1 -> ^0.26.0 age adoption passing confidence
@backstage/core-components (source) ^0.13.10 -> ^0.14.0 age adoption passing confidence
@backstage/plugin-api-docs (source) ^0.10.3 -> ^0.11.0 age adoption passing confidence
@backstage/plugin-auth-backend (source) ^0.20.3 -> ^0.22.0 age adoption passing confidence
@backstage/plugin-catalog (source) ^1.16.1 -> ^1.19.0 age adoption passing confidence
@backstage/plugin-catalog-graph (source) ^0.3.3 -> ^0.4.0 age adoption passing confidence
@backstage/plugin-home (source) ^0.6.1 -> ^0.7.0 age adoption passing confidence
@backstage/plugin-tech-radar (source) ^0.6.12 -> ^0.7.0 age adoption passing confidence
@backstage/repo-tools (source) ^0.5.2 -> ^0.8.0 age adoption passing confidence
@backstage/test-utils (source) ^1.4.7 -> ^1.5.4 age adoption passing confidence

Release Notes

backstage/backstage (@​backstage/backend-common)

v0.21.7

Compare Source

Patch Changes

v0.21.6

Compare Source

Patch Changes

v0.21.5

Compare Source

Patch Changes

v0.21.4

Compare Source

Patch Changes

v0.21.3

Compare Source

Patch Changes

v0.21.2

Compare Source

v0.21.1

Compare Source

Released a new @backstage/plugin-config-schema plugin that is used to show the config schema in a reference documentation format. It's intended for integrators rather than end users, and the idea is to also hook this up to a CLI command that allows browsing of the local schema.

image

v0.21.0

Compare Source

Minor Changes
  • bbe374e: BREAKING: A gitilesBaseUrl must be provided for the Gerrit integration to work.
    You can disable this check by setting DISABLE_GERRIT_GITILES_REQUIREMENT=1 but
    this will be removed in a future release. If you are not able to use the Gitiles
    Gerrit plugin, please open an issue towards https://github.com/backstage/backstage
  • e85aa98: drop databases after unit tests if the database instance is not running in docker
Patch Changes
backstage/backstage (@​backstage/cli)

v0.26.4

Compare Source

v0.26.3

Compare Source

Patch Changes

v0.26.2

Compare Source

Patch Changes

v0.26.1

Compare Source

Patch Changes

v0.26.0

Compare Source

Minor Changes
  • 0d72065: The backend devlopment server transpilation has been replaced with a simplified solution based on SWC, which is already the transpiler used for tests. This fixed an issue where never versions of the tsx dependency had a new contract for signalling dependencies, breaking watch mode. This change fixed file watches as well as enables sourcemaps.
Patch Changes

v0.25.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-components)

v0.14.5

Compare Source

Patch Changes

v0.14.4

Compare Source

Patch Changes

v0.14.3

Compare Source

Patch Changes

v0.14.2

Compare Source

Patch Changes

v0.14.1

Compare Source

Patch Changes
  • 2ff3e6e: The translation support for the Link component has been removed for now, in order to avoid broad breakages of tests in existing projects where the component is tested without being wrapped in an API provider.
  • 2d06e4b: Move the text-transform styling on BackstageTableHeader from inline styling to withStyles so it can be customised easier
  • 5c271fa: Removed inline styling in breadcrumbs and replaced with a theme reachable class of BreadcrumbsCurrentPage
  • ff33ee2: Removed hardcoded font-family on select input
  • ff7e126: Support i18n for core components
  • 7854120: Create a component abstraction to consume system icons.
  • ce73c3b: Removed the inline color from select icon to allow it to be colored via a theme
  • 0c9d5ea: Updated MUI imports for core-components to not be top level
  • 90d08b0: Updated dependency react-idle-timer to 5.7.2.
  • a8f7904: SignInPage's 'guest' provider now supports the @backstage/plugin-auth-backend-module-guest-provider package to generate tokens. It will continue to use the old frontend-only auth as a fallback.
  • 0a8a1e9: Fix a spacing issue for the SidebarSubmenu in case a SidebarScrollWrapper is used that made it hard to reach the SidebarSubmenu
  • aa1c88d: Deprecate the customStyles prop for the Avatar component in favour of the classes prop.
  • Updated dependencies

v0.14.0

Compare Source

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/backstage (@​backstage/plugin-api-docs)

v0.11.4

Compare Source

Patch Changes

v0.11.3

Compare Source

Patch Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes
  • c60dc3b: added an optional ESLint rule - no-top-level-material-ui-4-imports - in api-docs plugin which has an auto fix function to migrate the imports and used it to migrate the material-ui imports for plugins/api-docs
  • 7854120: Use the AppIcon component in the navigation item extension.
  • 2be27b9: Updated dependency graphiql to 3.1.1.
  • [efba3d2](https://togithub.com

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot force-pushed the renovate/backstage-monorepo branch from 771511d to d91ec6f Compare April 30, 2024 08:33
@renovate renovate bot force-pushed the renovate/backstage-monorepo branch from d91ec6f to 1690703 Compare April 30, 2024 08:37
@github-actions github-actions bot force-pushed the renovate/backstage-monorepo branch from 1690703 to d1ee1f0 Compare April 30, 2024 08:37
@renovate renovate bot force-pushed the renovate/backstage-monorepo branch from d1ee1f0 to 35f47a6 Compare May 1, 2024 13:56
@github-actions github-actions bot force-pushed the renovate/backstage-monorepo branch from 35f47a6 to 3d737cc Compare May 1, 2024 13:57
Signed-off-by: Jan Vilimek <[email protected]>
Copy link
Contributor Author

renovate bot commented May 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant