Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the minor group with 43 updates in the /backstage directory:

Package From To
@backstage/cli 0.26.11 0.34.3
concurrently 9.0.1 9.2.1
typescript 5.5.4 5.9.3
@backstage/app-defaults 1.5.9 1.7.0
@backstage/core-components 0.14.9 0.18.1
@backstage/integration-react 1.1.29 1.2.10
@backstage/plugin-api-docs 0.11.7 0.12.11
@backstage/plugin-catalog-graph 0.4.7 0.5.1
@backstage/plugin-catalog-import 0.12.1 0.13.5
@backstage/plugin-home 0.7.8 0.8.12
@backstage/plugin-org 0.6.27 0.6.44
@backstage/plugin-scaffolder 1.23.0 1.34.1
@backstage/plugin-search 1.4.14 1.4.30
@backstage/plugin-techdocs 1.10.7 1.15.0
@backstage/plugin-techdocs-module-addons-contrib 1.1.12 1.1.28
@backstage/plugin-user-settings 0.8.10 0.8.26
@backstage/theme 0.5.6 0.6.8
@immobiliarelabs/backstage-plugin-gitlab 6.6.0 6.13.0
@remix-run/router 1.18.0 1.23.0
react-use 17.5.1 17.6.0
@backstage/test-utils 1.5.9 1.7.11
@testing-library/jest-dom 6.4.8 6.9.0
@testing-library/user-event 14.5.2 14.6.1
start-server-and-test 2.0.5 2.1.2
@backstage/backend-common 0.23.3 0.25.0
@backstage/backend-tasks 0.5.27 0.6.1
@backstage/plugin-auth-backend 0.22.9 0.25.4
@backstage/plugin-auth-node 0.4.17 0.6.7
@backstage/plugin-catalog-backend-module-github 0.6.5 0.11.0
@backstage/plugin-catalog-backend-module-gitlab 0.3.21 0.7.3
@backstage/plugin-catalog-backend-module-ldap 0.7.0 0.11.9
@backstage/plugin-catalog-backend-module-openapi 0.1.40 0.2.14
@backstage/plugin-permission-common 0.8.1 0.9.1
@backstage/plugin-permission-node 0.8.3 0.10.4
@backstage/plugin-proxy-backend 0.5.3 0.6.6
@backstage/plugin-search-backend-module-pg 0.5.32 0.5.48
@immobiliarelabs/backstage-plugin-gitlab-backend 6.6.0 6.13.0
dockerode 4.0.2 4.0.9
pg 8.12.0 8.16.3
winston 3.13.1 3.18.3
@types/dockerode 3.3.31 3.3.44
@types/express-serve-static-core 5.0.1 5.0.7
@types/luxon 3.4.2 3.7.1

Updates @backstage/cli from 0.26.11 to 0.34.3

Changelog

Sourced from @​backstage/cli's changelog.

@​backstage/cli

0.34.4-next.2

Patch Changes

  • ab96bb7: Added a new --entrypoint option to the package start command, which allows you to specify a custom entry directory/file for development applications. This is particularly useful when maintaining separate dev apps for different versions of your plugin (e.g., stable and alpha).

    Example usage:

    Consider the following plugin dev folder structure:

    dev/
      index.tsx
      alpha/
        index.ts
    
    • The default yarn package start command uses the dev/ folder as the entry point and executes dev/index.tsx file;
    • Running yarn package start --entrypoint dev/alpha will instead use dev/alpha/ as the entry point and execute dev/alpha/index.ts file.

0.34.4-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/config-loader@​1.10.4-next.0
    • @​backstage/config@​1.3.4-next.0
    • @​backstage/integration@​1.18.1-next.1
    • @​backstage/cli-node@​0.2.14
    • @​backstage/release-manifests@​0.0.13

0.34.4-next.0

Patch Changes

  • 6ebc1ea: Fixed module federation config by only setting import: false on shared libraries for remote.
  • Updated dependencies
    • @​backstage/integration@​1.18.1-next.0
    • @​backstage/catalog-model@​1.7.5
    • @​backstage/cli-common@​0.1.15
    • @​backstage/cli-node@​0.2.14
    • @​backstage/config@​1.3.3
    • @​backstage/config-loader@​1.10.3
    • @​backstage/errors@​1.2.7
    • @​backstage/eslint-plugin@​0.1.11
    • @​backstage/release-manifests@​0.0.13
    • @​backstage/types@​1.2.2

... (truncated)

Commits

Updates concurrently from 9.0.1 to 9.2.1

Release notes

Sourced from concurrently's releases.

v9.2.1

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

v9.1.2

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

... (truncated)

Commits

Updates typescript from 5.5.4 to 5.9.3

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8

... (truncated)

Commits

Updates @backstage/app-defaults from 1.5.9 to 1.7.0

Changelog

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

1.7.0

Minor Changes

  • 9956704: Add and configure the OpenShift authentication provider to the default APIs.

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/core-components@​0.18.0
    • @​backstage/core-app-api@​1.19.0

1.6.6-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.17.6-next.0

1.6.5

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.17.5
    • @​backstage/theme@​0.6.8

1.6.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.6.8-next.0
    • @​backstage/core-components@​0.17.5-next.0
    • @​backstage/core-app-api@​1.18.0
    • @​backstage/core-plugin-api@​1.10.9
    • @​backstage/plugin-permission-react@​0.4.36

1.6.4

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.17.4
    • @​backstage/core-plugin-api@​1.10.9
    • @​backstage/theme@​0.6.7
    • @​backstage/core-app-api@​1.18.0
    • @​backstage/plugin-permission-react@​0.4.36

... (truncated)

Commits

Updates @backstage/catalog-model from 1.7.0 to 1.7.5

Changelog

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

1.7.5

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.5-next.0

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.4

Patch Changes

  • ed4e625: Added support for icons containing colons
  • Updated dependencies
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1

1.7.3

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1
    • @​backstage/errors@​1.2.7

1.7.3-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.1-next.0
    • @​backstage/errors@​1.2.7-next.0

1.7.2

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.6
    • @​backstage/types@​1.2.0

1.7.2-next.0

Patch Changes

  • Updated dependencies

... (truncated)

Commits

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

Changelog

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

1.19.0

Minor Changes

  • 3fca906: Add OpenShiftAuth helper to create default OAuth flow for OpenShift.

Patch Changes

  • 5ae6d9d: feat: support no en languages
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/types@​1.2.2

1.18.0

Minor Changes

  • 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.3
    • @​backstage/core-plugin-api@​1.10.9

1.18.0-next.1

Minor Changes

  • 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.9-next.0

1.17.2-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.3-next.0
    • @​backstage/core-plugin-api@​1.10.9-next.0

1.17.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.8

... (truncated)

Commits
  • 8cdb8c2 Version Packages
  • 0296f27 type fixes for React 18
  • f1b349c fix: Tidy up i18nextTranslationApi change handling
  • 87509c8 Merge pull request #20519 from gabrielhuber/master
  • 29e4d8b Fix: signOutTargetUrl determination
  • 9a1fce3 chore(deps): update dependency @​testing-library/jest-dom to v6
  • f95af4e chore(deps): update dependency @​testing-library/dom to v9
  • e43d3eb Version Packages (next)
  • 4219ca1 Merge pull request #20344 from backstage/rugvip/suspense
  • c9d9bfe URL encode some well known unsafe characters in RouteResolver
  • Additional commits viewable in compare view

Updates @backstage/core-components from 0.14.9 to 0.18.1

Changelog

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

@​backstage/core-components

0.18.2-next.2

Patch Changes

  • 95935fb: Fixed dependency graph automatically scrolling forever
  • Updated dependencies
    • @​backstage/theme@​0.6.9-next.0

0.18.2-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.4-next.0
    • @​backstage/core-plugin-api@​1.11.1-next.0

0.18.2-next.0

Patch Changes

  • d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
  • 6981ae6: Fixed DependencyGraph svg size not adapting to the container size
  • Updated dependencies
    • @​backstage/config@​1.3.3
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.6.8
    • @​backstage/version-bridge@​1.0.11

0.18.0

Minor Changes

  • b9a87f4: Add optional distance property to DependencyEdge to reflect the distance to a root.

Patch Changes

  • 1ad3d94: Dependency graph can now be opened in full screen mode
  • e409bec: Fixes for rendering initials in the avatar component.
  • ae7d426: update about card links style for pretty display with other language
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.11.0

0.17.6-next.1

Patch Changes

  • 1ad3d94: Dependency graph can now be opened in full screen mode

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.9.3 to 1.11.0

Changelog

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

1.11.0

Minor Changes

  • 5114627: Make openshiftAuthApiRef available in @backstage/core-plugin-api.

Patch Changes

  • Updated dependencies
    • @​backstage/types@​1.2.2

1.10.9

Patch Changes

  • f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
  • Updated dependencies
    • @​backstage/config@​1.3.3

1.10.9-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.3-next.0

1.10.8

Patch Changes

  • c83cd8b: Fixed some circular or otherwise unclear imports
  • 0169b23: Internal tweak to avoid circular dependencies
  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1
    • @​backstage/version-bridge@​1.0.11

1.10.7

Patch Changes

  • 73f6cc3: The TranslationApi now supports interpolation of JSX elements by passing them directly as values to the translation function. If any of the provided interpolation values are JSX elements, the translation function will return a JSX element instead of a string.
  • Updated dependencies
    • @​backstage/config@​1.3.2
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1
    • @​backstage/version-bridge@​1.0.11

1.10.7-next.0

... (truncated)

Commits

Updates @backstage/integration-react from 1.1.29 to 1.2.10

Changelog

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

1.2.10

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/integration@​1.18.0

1.2.10-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.18.0-next.0

1.2.9

Patch Changes

  • 998fd15: Separated gitlab write_repository and api scope to pass checks in RefreshingAuthSessionManager
  • Updated dependencies
    • @​backstage/config@​1.3.3
    • @​backstage/core-plugin-api@​1.10.9
    • @​backstage/integration@​1.17.1

1.2.9-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.3.3-next.0
    • @​backstage/integration@​1.17.1-next.1
    • @​backstage/core-plugin-api@​1.10.9-next.0

1.2.9-next.0

Patch Changes

  • 998fd15: Separated gitlab write_repository and api scope to pass checks in RefreshingAuthSessionManager
  • Updated dependencies
    • @​backstage/integration@​1.17.1-next.0
    • @​backstage/config@​1.3.2
    • @​backstage/core-plugin-api@​1.10.8

1.2.8

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.10.8

... (truncated)

Commits

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

Changelog

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

0.12.11

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.0
    • @​backstage/frontend-plugin-api@​0.12.0
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/plugin-catalog@​1.31.3
    • @​backstage/core-components@​0.18.0
    • @​backstage/core-compat-api@​0.5.2

0.12.11-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.0-next.2
    • @​backstage/core-components@​0.17.6-next.1
    • @​backstage/plugin-catalog@​1.31.3-next.2
    • @​backstage/core-compat-api@​0.5.2-next.2

0.12.11-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.20.2-next.1
    • @​backstage/frontend-plugin-api@​0.11.1-next.0
    • @​backstage/core-components@​0.17.6-next.0
    • @​backstage/core-compat-api@​0.5.2-next.1
    • @​backstage/plugin-catalog@​1.31.3-next.1

0.12.11-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-compat-api@​0.5.2-next.0
    • @​backstage/plugin-catalog@​1.31.3-next.0
    • @​backstage/plugin-catalog-react@​1.20.2-next.0
    • @​backstage/catalog-model@​1.7.5
    • @​backstage/core-components@​0.17.5
    • @​backstage/core-plugin-api@​1.10.9
    • @​backstage/frontend-plugin-api@​0.11.0
    • @​backstage/plugin-catalog-common@​1.1.5
    • @​backstage/plugin-permission-react@​0.4.36

0.12.10

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.21.1 to 1.31.3

Release notes

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

v1.31.3

This release fixes an unexpected behaviour where configuration supplied with APP_CONFIG_* environment variables where not filtered by the configuration schema. If you are using APP_CONFIG_* to supply frontend configuration, you now need to make sure to define those configuration values in your configuration schema and set @visibility frontend.

This is treated as a security fix since the old behavior was dangerously unexpected.

v1.31.2

This release fixes an issue where the catalog would not refresh the TTL of the ProcessorCache when getting a NotModifiedError. Also reverts the removal of the api scope in GitLab SCM Auth, as it's required for a lot of existing use cases.

v1.31.1

This release fixes an issue where the .yarnrc.yml file was not included in projects created with @backstage/create-app.

v1.31.0

These are the release notes for the v1.31.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

Backend System 1.0 🎉

The time has come for releasing the new Backend System as stable version 1.0! This means that the API is now stable and breaking changes should not occur until version 2.0, see our package versioning policy for more information about this.

There is documentation in place both for migrating backends and migrating plugins, and we encourage you to start doing so as soon as possible. Going forward, we will increasingly refer to this as "The backend system", and the previous one as "The old backend system". The main Backstage and community-plugins repositories have already been more or less fully migrated over.

The backend system brings a host of improvements to the way that backends and their features are constructed. Instead of the old convention-based structure that could lead to migration pains, features now fit together with dependency injection like a jigsaw puzzle while leveraging powerful core services and extending each other dynamically with additional behaviors. And this is just scratching the surface of it - do check out the docs!

We are very excited about this important milestone after a long period of development and refinement together with our passionate community, and hope that you will find it as refreshing and simple yet powerful as it was envisioned to be. This also lays the foundation for us being able to continue iterating at a high pace without incurring undue end user breakages during upgrades.

Keep the feedback coming! Either on the Community Discord, or through issues on GitHub. Also if you’re looking for a way to help, please take a look at these backstage and community plugins issues about deprecating old-backend capabilities of already migrated plugins.

Technical details

At a technical level, the following packages are now on major version 1, and their major version 0 will stop receiving feature updates:

  • @backstage/backend-app-api
  • @backstage/backend-plugin-api
  • @backstage/backend-test-utils

The following packages are deprecated and frozen (have stopped receiving updates). Please use the above three packages and @backstage/backend-defaults to replace them. You may still use the compatibility adapters in @backstage/backend-common short term while performing a gradual migration.

  • @backstage/backend-common
  • @backstage/backend-tasks

The following core services have been entirely removed. Please migrate to the new auth system.

  • coreServices.identity
  • coreServices.tokenManager

The backwards compatibility with plugins using legacy auth through the token manager service has also been removed. This means that instead of falling back to using the old token manager, requests towards plugins that don't support the new auth system will simply fail. Please make sure that all plugins in your deployment are hosted within a backend instance from the new backend system; a mixture of new and old will lead to auth problems.

... (truncated)

Changelog

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

1.31.3

Patch Changes

  • 4316c11: Catalog table columns support i18n
  • ce1239e: Auto-focus the first menu item in EntityContextMenu, and do not render a divider if an empty array is passed to UNSTABLE_extraContextMenuItems.
  • 85c5e04: Fix incorrect defaultTarget on createComponentRouteRef.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.0
    • @​backstage/plugin-techdocs-react@​1.3.3
    • @​backstage/frontend-plugin-api@​0.12.0
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/catalog-client@​1.12.0
    • @​backstage/core-components@​0.18.0
    • @​backstage/types@​1.2.2
    • @​backstage/core-compat-api@​0.5.2
    • @​backstage/plugin-search-react@​1.9.4
    • @​backstage/integration-react@​1.2.10
    • @​backstage/plugin-scaffolder-common@​1.7.1

1.31.3-next.2

Patch Changes

  • 85c5e04: Fix incorrect defaultTarget on createComponentRouteRef.
  • Updated dependencies
    • @​backstage/catalog-client@​1.12.0-next.0
    • @​backstage/plugin-catalog-react@​1.21.0-next.2
    • @​backstage/core-components@​0.17.6-next.1
    • @​backstage/core-compat-api@​0.5.2-next.2

1.31.3-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.20.2-next.1
    • @​backstage/frontend-plugin-api@​0.11.1-next.0
    • @​backstage/core-components@​0.17.6-next.0
    • @​backstage/core-compat-api@​0.5.2-next.1
    • @​backstage/plugin-search-react@​1.9.4-next.0
    • @​backstage/plugin-techdocs-react@​1.3.3-next.0
    • @​backstage/integration-react@​1.2.10-next.0
    • @​backstage/plugin-scaffolder-common@​1.7.1-next.0

1.31.3-next.0

Patch Changes

  • ce1239e: Auto-focus the first menu item in EntityContextMenu, and do not render a divider if an empty array is passed to UNSTABLE_extraContextMenuItems.

... (truncated)

Commits
  • f65daef Generate Release
  • 698adeb Version Packages
  • 3a196e0 Merge pull request #26609 from SzymonGr/master
  • 0ff53c8 Enable loading state for paginated catalog tables by passing isLoading prop
  • bc03a57 Fixed export and API Report
  • 9adc552 Refactoring based on feedback
  • 32fce06 Added missing items to overridableComponents
  • 4735881 Version Packages (next)
  • 836127c chore(deps): update dependency @​testing-library/react to v16
  • 78475c3 feat: allow offset mode pagination in entity list
  • Additional commits viewable in compare view

Updates @backstage/plugin-catalog-common from 1.1.0 to 1.1.5

Changelog

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

1.1.5

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.1
    • @​backstage/catalog-model@​1.7.5
    • @​backstage/plugin-search-common@​1.2.19

1.1.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.1-next.0
    • @​backstage/catalog-model@​1.7.5-next.0
    • @​backstage/plugin-search-common@​1.2.19-next.0

1.1.4

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.4
    • @​backstage/plugin-permission-common@​0.9.0
    • @​backstage/plugin-search-common@​1.2.18

1.1.4-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.0-next.0
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/plugin-search-common@​1.2.18-next.0

1.1.3

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/plugin-permission-common@​0.8.4
    • @​backstage/plugin-search-common@​1.2.17

1.1.3-next.0

Patch Changes

  • Updated dependencies

... (truncated)

Commits

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

Changelog

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

@​backstage/plugin-catalog-graph

0.5.2-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.2-next.1
    • @​backstage/core-plugin-api@​1.11.1-next.0
    • @​backstage/core-compat-api@​0.5.3-next.1
    • @​backstage/plugin-catalog-react@​1.21.2-next.1
    • @​backstage/frontend-plugin-api@​0.12.1-next.1
    • @​backstage/catalog-client@​1.12.0

0.5.2-next.0

Patch Changes

  • 87b5e6e: Add missing API implementation for catalog graph plugin in NFS apps.
  • 6981ae6: Fixed DependencyGraph svg size not adapting to the container size
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.2-next.0
    • @​backstage/core-components@​0.18.2-next.0
    • @​backstage/core-compat-api@​0.5.3-next.0
    • @​backstage/frontend-plugin-api@​0.12.1-next.0
    • @​backstage/catalog-client@​1.12.0
    • @​backstage/catalog-model@​1.7.5
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/types@​1.2.2

0.5.0

Minor Changes

  • ae6b606: Support custom relations by using an API to define known relations and which to show by default Fixes "simplified" bug (#30121) which caused graphs not to be simplified

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.0
    • @​backstage/frontend-plugin-api@​0.12.0
    • @​backstage/core-plugin-api@​1.11.0
    • @​backstage/catalog-client@​1.12.0
    • @​backstage/core-components@​0.18.0
    • @​backstage/types@​1.2.2
    • @​backstage/core-compat-api@​0.5.2

0.4.23-next.2

... (truncated)

Commits

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

Changelog

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

0.13.5

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.0
    • @​backstage/frontend-plugin-api@​0.12.0
    • @​backstage/core-plugin-api

Bumps the minor group with 43 updates in the /backstage directory:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.26.11` | `0.34.3` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.2.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.9.3` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.5.9` | `1.7.0` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.14.9` | `0.18.1` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.1.29` | `1.2.10` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.11.7` | `0.12.11` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.4.7` | `0.5.1` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.12.1` | `0.13.5` |
| [@backstage/plugin-home](https://github.com/backstage/backstage/tree/HEAD/plugins/home) | `0.7.8` | `0.8.12` |
| [@backstage/plugin-org](https://github.com/backstage/backstage/tree/HEAD/plugins/org) | `0.6.27` | `0.6.44` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.23.0` | `1.34.1` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.4.14` | `1.4.30` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.10.7` | `1.15.0` |
| [@backstage/plugin-techdocs-module-addons-contrib](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib) | `1.1.12` | `1.1.28` |
| [@backstage/plugin-user-settings](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings) | `0.8.10` | `0.8.26` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.5.6` | `0.6.8` |
| [@immobiliarelabs/backstage-plugin-gitlab](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.6.0` | `6.13.0` |
| [@remix-run/router](https://github.com/remix-run/react-router/tree/HEAD/packages/router) | `1.18.0` | `1.23.0` |
| [react-use](https://github.com/streamich/react-use) | `17.5.1` | `17.6.0` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.5.9` | `1.7.11` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.8` | `6.9.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.5` | `2.1.2` |
| [@backstage/backend-common](https://github.com/backstage/backstage/tree/HEAD/packages/backend-common) | `0.23.3` | `0.25.0` |
| [@backstage/backend-tasks](https://github.com/backstage/backstage/tree/HEAD/packages/backend-tasks) | `0.5.27` | `0.6.1` |
| [@backstage/plugin-auth-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend) | `0.22.9` | `0.25.4` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.4.17` | `0.6.7` |
| [@backstage/plugin-catalog-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github) | `0.6.5` | `0.11.0` |
| [@backstage/plugin-catalog-backend-module-gitlab](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-gitlab) | `0.3.21` | `0.7.3` |
| [@backstage/plugin-catalog-backend-module-ldap](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-ldap) | `0.7.0` | `0.11.9` |
| [@backstage/plugin-catalog-backend-module-openapi](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-openapi) | `0.1.40` | `0.2.14` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.8.1` | `0.9.1` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.8.3` | `0.10.4` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.5.3` | `0.6.6` |
| [@backstage/plugin-search-backend-module-pg](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg) | `0.5.32` | `0.5.48` |
| [@immobiliarelabs/backstage-plugin-gitlab-backend](https://github.com/immobiliare/backstage-plugin-gitlab) | `6.6.0` | `6.13.0` |
| [dockerode](https://github.com/apocas/dockerode) | `4.0.2` | `4.0.9` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.12.0` | `8.16.3` |
| [winston](https://github.com/winstonjs/winston) | `3.13.1` | `3.18.3` |
| [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) | `3.3.31` | `3.3.44` |
| [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) | `5.0.1` | `5.0.7` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.2` | `3.7.1` |



Updates `@backstage/cli` from 0.26.11 to 0.34.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli)

Updates `concurrently` from 9.0.1 to 9.2.1
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.2.1)

Updates `typescript` from 5.5.4 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.9.3)

Updates `@backstage/app-defaults` from 1.5.9 to 1.7.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/app-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.7.0/packages/app-defaults)

Updates `@backstage/catalog-model` from 1.7.0 to 1.7.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-model/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/catalog-model)

Updates `@backstage/core-app-api` from 1.14.1 to 1.19.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-app-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.19.0/packages/core-app-api)

Updates `@backstage/core-components` from 0.14.9 to 0.18.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-components/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.18.1/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.9.3 to 1.11.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.11.0/packages/core-plugin-api)

Updates `@backstage/integration-react` from 1.1.29 to 1.2.10
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/integration-react)

Updates `@backstage/plugin-api-docs` from 0.11.7 to 0.12.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/api-docs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/api-docs)

Updates `@backstage/plugin-catalog` from 1.21.1 to 1.31.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.31.3/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.1.0 to 1.1.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-common)

Updates `@backstage/plugin-catalog-graph` from 0.4.7 to 0.5.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-graph/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-graph)

Updates `@backstage/plugin-catalog-import` from 0.12.1 to 0.13.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-import)

Updates `@backstage/plugin-catalog-react` from 1.12.2 to 1.21.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.21.1/plugins/catalog-react)

Updates `@backstage/plugin-home` from 0.7.8 to 0.8.12
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/home/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/home)

Updates `@backstage/plugin-org` from 0.6.27 to 0.6.44
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/org/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/org)

Updates `@backstage/plugin-permission-react` from 0.4.24 to 0.4.36
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-react)

Updates `@backstage/plugin-scaffolder` from 1.23.0 to 1.34.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.34.1/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.4.14 to 1.4.30
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search)

Updates `@backstage/plugin-search-react` from 1.7.13 to 1.9.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-react)

Updates `@backstage/plugin-techdocs` from 1.10.7 to 1.15.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.15.0/plugins/techdocs)

Updates `@backstage/plugin-techdocs-module-addons-contrib` from 1.1.12 to 1.1.28
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-module-addons-contrib/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-module-addons-contrib)

Updates `@backstage/plugin-techdocs-react` from 1.2.6 to 1.3.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/techdocs-react/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/techdocs-react)

Updates `@backstage/plugin-user-settings` from 0.8.10 to 0.8.26
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/user-settings/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/user-settings)

Updates `@backstage/theme` from 0.5.6 to 0.6.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/theme)

Updates `@immobiliarelabs/backstage-plugin-gitlab` from 6.6.0 to 6.13.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.6.0...v6.13.0)

Updates `@remix-run/router` from 1.18.0 to 1.23.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/@remix-run/router@1.23.0/packages/router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@remix-run/router@1.23.0/packages/router)

Updates `react-use` from 17.5.1 to 17.6.0
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.1...v17.6.0)

Updates `@backstage/test-utils` from 1.5.9 to 1.7.11
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/test-utils)

Updates `@testing-library/jest-dom` from 6.4.8 to 6.9.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.8...v6.9.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@types/react-dom` from 17.0.25 to 17.0.26
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `start-server-and-test` from 2.0.5 to 2.1.2
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.5...v2.1.2)

Updates `@backstage/backend-common` from 0.23.3 to 0.25.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/v0.25.0/packages/backend-common)

Updates `@backstage/backend-tasks` from 0.5.27 to 0.6.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-tasks)

Updates `@backstage/catalog-client` from 1.7.0 to 1.12.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/catalog-client/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.12.0/packages/catalog-client)

Updates `@backstage/config` from 1.2.0 to 1.3.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/config/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/config)

Updates `@backstage/integration` from 1.15.0 to 1.18.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/integration/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.18.0/packages/integration)

Updates `@backstage/plugin-auth-backend` from 0.22.9 to 0.25.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-backend)

Updates `@backstage/plugin-auth-node` from 0.4.17 to 0.6.7
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/auth-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/auth-node)

Updates `@backstage/plugin-catalog-backend-module-github` from 0.6.5 to 0.11.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-github/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.11.0/plugins/catalog-backend-module-github)

Updates `@backstage/plugin-catalog-backend-module-gitlab` from 0.3.21 to 0.7.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-gitlab/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-gitlab)

Updates `@backstage/plugin-catalog-backend-module-ldap` from 0.7.0 to 0.11.9
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-ldap/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-ldap)

Updates `@backstage/plugin-catalog-backend-module-openapi` from 0.1.40 to 0.2.14
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-openapi/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend-module-openapi)

Updates `@backstage/plugin-permission-common` from 0.8.1 to 0.9.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-common/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-common)

Updates `@backstage/plugin-permission-node` from 0.8.3 to 0.10.4
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/permission-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/permission-node)

Updates `@backstage/plugin-proxy-backend` from 0.5.3 to 0.6.6
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/proxy-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/proxy-backend)

Updates `@backstage/plugin-search-backend-module-pg` from 0.5.32 to 0.5.48
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-pg/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-module-pg)

Updates `@backstage/plugin-search-backend-node` from 1.2.27 to 1.3.15
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/search-backend-node/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/search-backend-node)

Updates `@immobiliarelabs/backstage-plugin-gitlab-backend` from 6.6.0 to 6.13.0
- [Release notes](https://github.com/immobiliare/backstage-plugin-gitlab/releases)
- [Changelog](https://github.com/immobiliare/backstage-plugin-gitlab/blob/main/CHANGELOG.md)
- [Commits](immobiliare/backstage-plugin-gitlab@v6.6.0...v6.13.0)

Updates `dockerode` from 4.0.2 to 4.0.9
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.2...v4.0.9)

Updates `express` from 4.20.0 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.20.0...4.21.2)

Updates `pg` from 8.12.0 to 8.16.3
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.16.3/packages/pg)

Updates `winston` from 3.13.1 to 3.18.3
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.13.1...v3.18.3)

Updates `@types/dockerode` from 3.3.31 to 3.3.44
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

Updates `@types/express-serve-static-core` from 5.0.1 to 5.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Updates `@types/luxon` from 3.4.2 to 3.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: concurrently
  dependency-version: 9.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/app-defaults"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration-react"
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.12.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 1.31.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-home"
  dependency-version: 0.8.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-org"
  dependency-version: 0.6.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-react"
  dependency-version: 0.4.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-version: 1.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.4.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs"
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-module-addons-contrib"
  dependency-version: 1.1.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-user-settings"
  dependency-version: 0.8.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/theme"
  dependency-version: 0.6.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@immobiliarelabs/backstage-plugin-gitlab"
  dependency-version: 6.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@remix-run/router"
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: react-use
  dependency-version: 17.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/react-dom"
  dependency-version: 17.0.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: start-server-and-test
  dependency-version: 2.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-common"
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/backend-tasks"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/config"
  dependency-version: 1.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/integration"
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-backend"
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-github"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-gitlab"
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-ldap"
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-catalog-backend-module-openapi"
  dependency-version: 0.2.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-module-pg"
  dependency-version: 0.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-version: 1.3.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@immobiliarelabs/backstage-plugin-gitlab-backend"
  dependency-version: 6.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: dockerode
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: express
  dependency-version: 4.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: pg
  dependency-version: 8.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-version: 3.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.44
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/express-serve-static-core"
  dependency-version: 5.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant