DiamondLightSource / developer-portal

A deployment of backstage for use at Diamond Light Source
Apache License 2.0
2 stars 3 forks source link

Bump the minor group in /backstage with 51 updates #723

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the minor group in /backstage with 51 updates:

Package From To
@backstage/cli 0.26.11 0.27.0
lerna 8.1.7 8.1.8
@backstage/app-defaults 1.5.9 1.5.10
@backstage/catalog-model 1.5.0 1.6.0
@backstage/core-app-api 1.14.1 1.14.2
@backstage/core-components 0.14.9 0.14.10
@backstage/integration-react 1.1.29 1.1.30
@backstage/plugin-api-docs 0.11.7 0.11.8
@backstage/plugin-catalog 1.21.1 1.22.0
@backstage/plugin-catalog-common 1.0.25 1.0.26
@backstage/plugin-catalog-graph 0.4.7 0.4.8
@backstage/plugin-catalog-import 0.12.1 0.12.2
@backstage/plugin-catalog-react 1.12.2 1.12.3
@backstage/plugin-home 0.7.8 0.7.9
@backstage/plugin-org 0.6.27 0.6.28
@backstage/plugin-permission-react 0.4.24 0.4.25
@backstage/plugin-scaffolder 1.23.0 1.24.0
@backstage/plugin-search 1.4.14 1.4.15
@backstage/plugin-search-react 1.7.13 1.7.14
@backstage/plugin-techdocs 1.10.7 1.10.8
@backstage/plugin-techdocs-module-addons-contrib 1.1.12 1.1.13
@backstage/plugin-techdocs-react 1.2.6 1.2.7
@backstage/plugin-user-settings 0.8.10 0.8.11
@remix-run/router 1.18.0 1.19.1
react-router 6.25.1 6.26.1
react-router-dom 6.25.1 6.26.1
@backstage/test-utils 1.5.9 1.5.10
@testing-library/jest-dom 6.4.8 6.5.0
cypress 13.13.2 13.14.1
eslint-plugin-cypress 3.4.0 3.5.0
@backstage/backend-common 0.23.3 0.24.1
@backstage/backend-tasks 0.5.27 0.6.1
@backstage/catalog-client 1.6.5 1.6.6
@backstage/integration 1.13.0 1.14.0
@backstage/plugin-auth-backend 0.22.9 0.22.12
@backstage/plugin-auth-node 0.4.17 0.5.1
@backstage/plugin-catalog-backend 1.24.0 1.25.2
@backstage/plugin-catalog-backend-module-github 0.6.5 0.7.2
@backstage/plugin-catalog-backend-module-gitlab 0.3.21 0.4.1
@backstage/plugin-catalog-backend-module-ldap 0.7.0 0.8.1
@backstage/plugin-catalog-backend-module-openapi 0.1.40 0.1.43
@backstage/plugin-permission-common 0.8.0 0.8.1
@backstage/plugin-permission-node 0.8.0 0.8.2
@backstage/plugin-proxy-backend 0.5.3 0.5.5
@backstage/plugin-scaffolder-backend 1.23.0 1.24.1
@backstage/plugin-search-backend 1.5.14 1.5.16
@backstage/plugin-search-backend-module-pg 0.5.32 0.5.34
@backstage/plugin-search-backend-node 1.2.27 1.3.1
@backstage/plugin-techdocs-backend 1.10.9 1.10.12
better-sqlite3 11.1.2 11.2.1
winston 3.13.1 3.14.2

Updates @backstage/cli from 0.26.11 to 0.27.0

Changelog

Sourced from @​backstage/cli's changelog.

0.27.0

Minor Changes

  • 32a38e1: BREAKING: The lockfile (yarn.lock) dependency analysis and mutations have been removed from several commands.

    The versions:bump command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only update package.json files.

    The versions:check command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using the yarn dedupe command instead, or the yarn-deduplicate package if you're using Yarn classic.

    The check that was built into the package start command has been removed, it will no longer warn about lockfile mismatches.

    The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future.

Patch Changes

  • 7eb08a6: Add frontend-dynamic-container role to eslint config factory
  • b2d97fd: Fixing loading of additional config files with new ConfigSources
  • fbc7819: Use ES2022 in CLI bundler
  • 93095ee: Make sure node-fetch is version 2.7.0 or greater
  • 6d898d8: Switched the process polyfill to use require.resolve for greater compatability.
  • e53074f: Updated default backend plugin to use RootConfigService instead of Config. This also removes the dependency on @backstage/config as it's no longer used.
  • ee2b0e5: The experimental module federation build now has the ability to force the use of development versions of react and react-dom by setting the FORCE_REACT_DEVELOPMENT flag.
  • 239dffc: Remove usage of deprecated functionality from @​backstage/config-loader
  • e6e7d86: Switched the target from 'ES2022' to 'es2022' for better compatibility with older versions of swc.
  • 2ced236: Updated dependency @module-federation/enhanced to 0.3.1
  • 0eedec3: Add support for dynamic plugins via the EXPERIMENTAL_MODULE_FEDERATION environment variable when running yarn start.
  • adabb40: New command now supports setting package license
  • dc4fb4f: Fix for repo build --all not properly detecting the experimental public entry point.
  • Updated dependencies
    • @​backstage/config-loader@​1.9.0
    • @​backstage/integration@​1.14.0
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/cli-common@​0.1.14
    • @​backstage/cli-node@​0.2.7
    • @​backstage/config@​1.2.0
    • @​backstage/errors@​1.2.4
    • @​backstage/eslint-plugin@​0.1.8
    • @​backstage/release-manifests@​0.0.11
    • @​backstage/types@​1.1.1

0.27.0-next.4

Patch Changes

  • 6d898d8: Switched the process polyfill to use require.resolve for greater compatability.
  • 2ced236: Updated dependency @module-federation/enhanced to 0.3.1
  • Updated dependencies
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/cli-common@​0.1.14

... (truncated)

Commits


Updates lerna from 8.1.7 to 8.1.8

Release notes

Sourced from lerna's releases.

v8.1.8

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)
  • version: truncate release body based on maximum size allowed by VCS client (#4041) (3c2a3c9)

Features

  • publish: enable throttling when publishing modules (#4013) (fccca12)
Changelog

Sourced from lerna's changelog.

8.1.8 (2024-08-05)

Bug Fixes

  • publish: upgrade @​npmcli/arborist to 7.5.4 (#4058) (89de0eb)
Commits


Updates @backstage/app-defaults from 1.5.9 to 1.5.10

Changelog

Sourced from @​backstage/app-defaults's changelog.

1.5.10

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-app-api@​1.14.2
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-permission-react@​0.4.25

1.5.10-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-react@​0.4.25-next.1
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6

1.5.10-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-react@​0.4.25-next.0
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6

1.5.9-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-app-api@​1.14.1-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-permission-react@​0.4.24

1.5.8

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.14.9

... (truncated)

Commits


Updates @backstage/catalog-model from 1.5.0 to 1.6.0

Changelog

Sourced from @​backstage/catalog-model's changelog.

1.6.0

Minor Changes

  • 34fa803: Introduce an optional spec.type attribute on the Domain and System entity kinds

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1

1.6.0-next.0

Minor Changes

  • 34fa803: Introduce an optional spec.type attribute on the Domain and System entity kinds

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.4
    • @​backstage/types@​1.1.1
Commits


Updates @backstage/core-app-api from 1.14.1 to 1.14.2

Changelog

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

1.14.2

Patch Changes

  • 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain fetch rather than FetchApi. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.14.1-next.0

Patch Changes

  • 9a46a81: The request to delete the session cookie when running the app in protected mode is now done with a plain fetch rather than FetchApi. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.14.0

Minor Changes

  • d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.

    app:
      routes:
        bindings:
          # This has the effect of removing the button for registering new
          # catalog entities in the scaffolder template list view
          scaffolder.registerComponent: false
    

Patch Changes

  • db2e2d5: Updated config schema to support app.routes.bindings
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8

1.13.1-next.1

Patch Changes

... (truncated)

Commits


Updates @backstage/core-components from 0.14.9 to 0.14.10

Changelog

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

0.14.10

Patch Changes

  • 678971a: Move the Link component to the RoutedTabs instead of the HeaderTabs component
  • 13a9c63: Corrected the documentation for the GCP IAP auth module and updated the configuration to follow proxy configuration conventions by ignoring authEnv
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6
    • @​backstage/version-bridge@​1.0.8

0.14.10-next.0

Patch Changes

  • 678971a: Move the Link component to the RoutedTabs instead of the HeaderTabs component
  • Updated dependencies
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/theme@​0.5.6
    • @​backstage/version-bridge@​1.0.8
Commits


Updates @backstage/integration-react from 1.1.29 to 1.1.30

Changelog

Sourced from @​backstage/integration-react's changelog.

1.1.30

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.14.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3

1.1.30-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.14.0-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
Commits


Updates @backstage/plugin-api-docs from 0.11.7 to 0.11.8

Changelog

Sourced from @​backstage/plugin-api-docs's changelog.

0.11.8

Patch Changes

  • 770ba02: ConsumingComponentsCard and ProvidingComponentsCard will now optionally accept columns to override which table columns are displayed
  • fe1fbb2: Migrating usages of the deprecated createExtension v1 format to the newer v2 format, and old create*Extension extension creators to blueprints.
  • ebfeb40: Added resolvers prop to AsyncApiDefinitionWidget. This allows to override the default http/https resolvers, for example to add authentication to requests to internal schema registries.
  • 4b6d2cb: Updated dependency @graphiql/react to ^0.23.0.
  • 6582799: Add tableOptions to all tables and additionally title to API tables.
  • Updated dependencies
    • @​backstage/plugin-catalog@​1.22.0
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-common@​1.0.26
    • @​backstage/plugin-permission-react@​0.4.25

0.11.8-next.3

Patch Changes

  • 6582799: Add tableOptions to all tables and additionally title to API tables.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/plugin-catalog@​1.22.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-common@​1.0.26-next.2
    • @​backstage/plugin-permission-react@​0.4.25-next.1

0.11.8-next.2

Patch Changes

  • 4b6d2cb: Updated dependency @graphiql/react to ^0.23.0.
  • Updated dependencies
    • @​backstage/plugin-catalog@​1.22.0-next.2
    • @​backstage/frontend-plugin-api@​0.7.0-next.2
    • @​backstage/core-compat-api@​0.2.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.3-next.2
    • @​backstage/plugin-catalog-common@​1.0.26-next.1
    • @​backstage/plugin-permission-react@​0.4.25-next.1
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-components@​0.14.10-next.0

... (truncated)

Commits


Updates @backstage/plugin-catalog from 1.21.1 to 1.22.0

Release notes

Sourced from @​backstage/plugin-catalog's releases.

v1.22.0

These are the release notes for the v1.22.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

Updates to new frontend system

There have been several updates to alpha packages in the new frontend system including a breaking change where the app/router extension was renamed to app/root. Furthermore elements, wrappers, and router were added as inputs to app/root making it possible to pass extensions into the root of the app.

Plugins and modules migrated to the New Backend System

Some more features have been migrated to the new backend system:

  • @backstage/plugin-auth-backend-module-microsoft-provider
  • @backstage/plugin-auth-backend-module-pinniped-provider
  • @backstage/plugin-catalog-backend-module-openapi
  • @backstage/plugin-events-backend-module-azure
  • @backstage/plugin-events-backend-module-bitbucket-cloud
  • @backstage/plugin-events-backend-module-gerrit
  • @backstage/plugin-linguist

New plugin: App Visualizer

This release includes the new @backstage/plugin-app-visualizer package. This plugin for the new frontend system lets you browse and view the extension structure of your app as a graph, detailed list, or in text form.

New feature: Dynamic Feature Service

This release includes the new @backstage/backend-dynamic-feature-service package. It is a new and experimental service that lets you dynamically detect and load local plugins and modules in your Backstage instance.

Contributed by @​davidfestal in #18862

New Scaffolder action gitlab:issues:create

You can now create GitHub issues in your scaffolder flows! Contributed by @​elaine-mattos in #21929

New Scaffolder action gitlab:repo:push

You can now push raw branches to GitLab in your scaffolder flows! Contributed by @​gavlyukovskiy in #21977

Security Fixes

This release does not contain any security fixes.

However, some updates were made to the build facilities in the CLI and the caches in the backend system, such that you can now perform builds on FIPS compliant systems. This may lead to some internal cache invalidation happening, since the hashing algorithms used were updated. This should not pose a problem unless caches were being used as reliable persistent storage systems. Please let us know if you encounter any issues that may be related to this.

Upgrade path

... (truncated)

Changelog

Sourced from @​backstage/plugin-catalog's changelog.

1.22.0

Minor Changes

  • 6925dcb: Introduces the HasSubdomainsCard component that displays the subdomains of a given domain

Patch Changes

  • 496b8a9: Export RelatedEntitiesCard presets to be reused.
  • 604a504: The entity relation cards available for the new frontend system via /alpha now have more accurate and granular default filters.
  • 7bd27e1: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead.
  • c7603e8: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead
  • 6582799: Add tableOptions to all tables and additionally title to API tables.
  • 6349099: Added config input type to the extensions
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/plugin-search-react@​1.7.14
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/plugin-search-common@​1.2.14
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/catalog-client@​1.6.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration-react@​1.1.30
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-catalog-common@​1.0.26
    • @​backstage/plugin-permission-react@​0.4.25
    • @​backstage/plugin-scaffolder-common@​1.5.5

1.22.0-next.3

Patch Changes

  • 6582799: Add tableOptions to all tables and additionally title to API tables.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/plugin-search-react@​1.7.14-next.3
    • @​backstage/catalog-client@​1.6.6-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration-react@​1.1.30-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/plugin-catalog-common@​1.0.26-next.2
    • @​backstage/plugin-permission-react@​0.4.25-next.1

... (truncated)

Commits


Updates @backstage/plugin-catalog-common from 1.0.25 to 1.0.26

Changelog

Sourced from @​backstage/plugin-catalog-common's changelog.

1.0.26

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.1
    • @​backstage/plugin-search-common@​1.2.14
    • @​backstage/catalog-model@​1.6.0

1.0.26-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/plugin-permission-common@​0.8.1-next.1
    • @​backstage/plugin-search-common@​1.2.14-next.1

1.0.26-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.1-next.1
    • @​backstage/plugin-search-common@​1.2.14-next.1
    • @​backstage/catalog-model@​1.5.0

1.0.26-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.1-next.0
    • @​backstage/plugin-search-common@​1.2.14-next.0
    • @​backstage/catalog-model@​1.5.0
Commits


Updates @backstage/plugin-catalog-graph from 0.4.7 to 0.4.8

Changelog

Sourced from @​backstage/plugin-catalog-graph's changelog.

0.4.8

Patch Changes

  • c7603e8: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead
  • fba7537: Memoize entity graph nodes when applying an entityFilter to prevent repeated redraws
  • 4a529c2: Use entityPresentationApi for the node title and the icon.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/catalog-client@​1.6.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1

0.4.8-next.4

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/catalog-client@​1.6.6-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1

0.4.8-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.2
    • @​backstage/core-compat-api@​0.2.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.3-next.2
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/types@​1.1.1

0.4.8-next.2

Patch Changes

  • 4a529c2: Use entityPresentationApi for the node title and the icon.

... (truncated)

Commits


Updates @backstage/plugin-catalog-import from 0.12.1 to 0.12.2

Changelog

Sourced from @​backstage/plugin-catalog-import's changelog.

0.12.2

Patch Changes

  • c7603e8: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/integration@​1.14.0
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/catalog-client@​1.6.6
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration-react@​1.1.30
    • @​backstage/plugin-catalog-common@​1.0.26

0.12.2-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/catalog-client@​1.6.6-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration@​1.14.0-next.0
    • @​backstage/integration-react@​1.1.30-next.0
    • @​backstage/plugin-catalog-common@​1.0.26-next.2

0.12.2-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.2
    • @​backstage/core-compat-api@​0.2.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.3-next.2
    • @​backstage/plugin-catalog-common@​1.0.26-next.1
    • @​backstage/integration@​1.14.0-next.0
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0

... (truncated)

Commits


Updates @backstage/plugin-catalog-react from 1.12.2 to 1.12.3

Changelog

Sourced from @​backstage/plugin-catalog-react's changelog.

1.12.3

Patch Changes

  • 7bd27e1: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead.
  • 31bfc44: Updated alpha definitions of extension data references.
  • 7ca331c: Correct EntityDisplayName's icon alignment with the text.
  • 9b89b82: Internal refactor to remove unnecessary routable prop in the implementation of the createEntityContentExtension alpha export.
  • bebd569: Fix extra divider displayed on user list picker component
  • 519b8e0: Added utilities for converting existing entity card and content extensions to the new frontend system. This is in particular useful when used in combination with the new convertLegacyPlugin utility from @backstage/core-compat-api.
  • d001a42: Fix label related accessibility issues with FavorityEntity
  • 012e3eb: Entity page extensions created for the new frontend system via the /alpha exports will now be enabled by default.
  • 6349099: Added config input type to the extensions
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/core-components@​0.14.10
    • @​backstage/plugin-permission-common@​0.8.1
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/catalog-client@​1.6.6
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration-react@​1.1.30
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8
    • @​backstage/plugin-catalog-common@​1.0.26
    • @​backstage/plugin-permission-react@​0.4.25

1.12.3-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/catalog-client@​1.6.6-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/errors@​1.2.4
    • @​backstage/integration-react@​1.1.30-next.0
    • @​backstage/types@​1.1.1
    • @​backstage/version-bridge@​1.0.8
    • @​backstage/plugin-catalog-common@​1.0.26-next.2
    • @​backstage/plugin-permission-common@​0.8.1-next.1
    • @​backstage/plugin-permission-react@​0.4.25-next.1

1.12.3-next.2

Patch Changes

... (truncated)

Commits


Updates @backstage/plugin-home from 0.7.8 to 0.7.9

Changelog

Sourced from @​backstage/plugin-home's changelog.

0.7.9

Patch Changes

  • 31bfc44: Updated alpha definitions of extension data references.
  • fe1fbb2: Migrating usages of the deprecated createExtension v1 format to the newer v2 format, and old create*Extension extension creators to blueprints.
  • fdcc059: Fixed a bug on the WelcomeTitle component where the welcome message wasn't correct when the language was set to Spanish
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/core-app-api@​1.14.2
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/catalog-client@​1.6.6
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-home-react@​0.1.16

0.7.9-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/catalog-client@​1.6.6-next.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/theme@​0.5.6
    • @​backstage/plugin-home-react@​0.1.16-next.0

0.7.9-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.2
    • @​backstage/core-compat-api@​0.2.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.3-next.2
    • @​backstage/catalog-client@​1.6.5
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/config@​1.2.0
    • @​backstage/core-app-api@​1.14.2-next.0
    • @​backstage/core-components@​0.14.10-next.0

... (truncated)

Commits


Updates @backstage/plugin-org from 0.6.27 to 0.6.28

Changelog

Sourced from @​backstage/plugin-org's changelog.

0.6.28

Patch Changes

  • c7603e8: Deprecate the old pattern of create*Extension, and replace it with the equivalent Blueprint implementation instead
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0
    • @​backstage/plugin-catalog-react@​1.12.3
    • @​backstage/core-components@​0.14.10
    • @​backstage/core-compat-api@​0.2.8
    • @​backstage/catalog-model@​1.6.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-common@​1.0.26

0.6.28-next.3

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.3
    • @​backstage/catalog-model@​1.6.0-next.0
    • @​backstage/core-compat-api@​0.2.8-next.3
    • @​backstage/plugin-catalog-react@​1.12.3-next.3
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3
    • @​backstage/plugin-catalog-common@​1.0.26-next.2

0.6.28-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.7.0-next.2
    • @​backstage/core-compat-api@​0.2.8-next.2
    • @​backstage/plugin-catalog-react@​1.12.3-next.2
    • @​backstage/plugin-catalog-common@​1.0.26-next.1
    • @​backstage/catalog-model@​1.5.0
    • @​backstage/core-components@​0.14.10-next.0
    • @​backstage/core-plugin-api@​1.9.3

0.6.28-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.12.3-next.1
    • @​backstage/frontend-plugin-api@​0.6.8-next.1
    • @​backstage/core-compat-api@​0.2.8-next.1
    • @​backstage/plugin-catalog-common@​1.0.26-next.0
    • @​backstage/catalog-model@​1.5.0

... (truncated)

Commits


Updates @backstage/plugin-permission-react from 0.4.24 to 0.4.25

Changelog

Sourced from @​backstage/plugin-permission-react's changelog.

0.4.25

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.1
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3

0.4.25-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.8.1-next.1
    • @​backstage/config@​1.2.0
    • @​backstage/core-plugin-api@​1.9.3

0.4.25-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin... _Description has been truncated_
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.