Skip to content

Comments

chore(deps): bump the backstage group with 56 updates#964

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/backstage-e2af249014
Open

chore(deps): bump the backstage group with 56 updates#964
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/backstage-e2af249014

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps the backstage group with 56 updates:

Package From To
@backstage/cli 0.35.3 0.35.4
@backstage/e2e-test-utils 0.1.1 0.1.2
@backstage/app-defaults 1.7.4 1.7.5
@backstage/core-app-api 1.19.4 1.19.5
@backstage/core-components 0.18.6 0.18.7
@backstage/core-plugin-api 1.12.2 1.12.3
@backstage/integration-react 1.2.14 1.2.15
@backstage/plugin-api-docs 0.13.3 0.13.4
@backstage/plugin-catalog 1.32.2 1.33.0
@backstage/plugin-catalog-common 1.1.7 1.1.8
@backstage/plugin-catalog-graph 0.5.6 0.5.7
@backstage/plugin-catalog-import 0.13.9 0.13.10
@backstage/plugin-catalog-react 1.21.6 2.0.0
@backstage/plugin-catalog-unprocessed-entities 0.2.25 0.2.26
@backstage/plugin-devtools 0.1.35 0.1.36
@backstage/plugin-devtools-common 0.1.21 0.1.22
@backstage/plugin-home 0.9.1 0.9.2
@backstage/plugin-notifications 0.5.13 0.5.14
@backstage/plugin-org 0.6.48 0.6.49
@backstage/plugin-permission-react 0.4.39 0.4.40
@backstage/plugin-scaffolder 1.35.2 1.35.3
@backstage/plugin-search 1.5.3 1.6.0
@backstage/plugin-search-react 1.10.2 1.10.3
@backstage/plugin-techdocs 1.16.2 1.17.0
@backstage/plugin-techdocs-module-addons-contrib 1.1.32 1.1.33
@backstage/plugin-techdocs-react 1.3.7 1.3.8
@backstage/theme 0.7.1 0.7.2
@backstage/test-utils 1.7.14 1.7.15
@backstage/backend-defaults 0.15.1 0.15.2
@backstage/backend-plugin-api 1.6.2 1.7.0
@backstage/catalog-client 1.12.1 1.13.0
@backstage/plugin-app-backend 0.5.10 0.5.11
@backstage/plugin-auth-backend-module-oidc-provider 0.4.12 0.4.13
@backstage/plugin-auth-node 0.6.12 0.6.13
@backstage/plugin-catalog-backend 3.3.2 3.4.0
@backstage/plugin-catalog-backend-module-github 0.12.1 0.12.2
@backstage/plugin-catalog-backend-module-github-org 0.3.18 0.3.19
@backstage/plugin-catalog-backend-module-logs 0.1.18 0.1.19
@backstage/plugin-catalog-backend-module-scaffolder-entity-model 0.2.16 0.2.17
@backstage/plugin-catalog-backend-module-unprocessed 0.6.7 0.6.8
@backstage/plugin-devtools-backend 0.5.13 0.5.14
@backstage/plugin-notifications-backend 0.6.1 0.6.2
@backstage/plugin-permission-backend 0.7.8 0.7.9
@backstage/plugin-permission-common 0.9.5 0.9.6
@backstage/plugin-permission-node 0.10.9 0.10.10
@backstage/plugin-proxy-backend 0.6.9 0.6.10
@backstage/plugin-scaffolder-backend 3.1.2 3.1.3
@backstage/plugin-scaffolder-backend-module-github 0.9.5 0.9.6
@backstage/plugin-scaffolder-backend-module-notifications 0.1.18 0.1.19
@backstage/plugin-search-backend 2.0.11 2.0.12
@backstage/plugin-search-backend-module-catalog 0.3.11 0.3.12
@backstage/plugin-search-backend-module-techdocs 0.4.10 0.4.11
@backstage/plugin-search-backend-node 1.4.0 1.4.1
@backstage/plugin-signals-backend 0.3.11 0.3.12
@backstage/plugin-techdocs-backend 2.1.4 2.1.5
@backstage/backend-test-utils 1.10.4 1.11.0

Updates @backstage/cli from 0.35.3 to 0.35.4

Changelog

Sourced from @​backstage/cli's changelog.

0.35.4

Patch Changes

  • cfd8103: Updated catalog provider module template to use stable catalog extension points from @backstage/plugin-catalog-node instead of alpha exports.

  • 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its exports field (e.g., "./styles.css": "./src/styles.css"), the CLI will automatically bundle it during backstage-cli package build, resolving any @import statements. The export path is rewritten from src/ to dist/ at publish time.

    Fixed backstage-cli repo fix to not add typesVersions entries for non-script exports like CSS files.

  • 7455dae: Use node prefix on native imports

  • 6ce4a13: Removed /alpha from scaffolderActionsExtensionPoint import

  • fdbd404: Removed the EXPERIMENTAL_MODULE_FEDERATION environment variable flag, making module federation host support always available during package start. The host shared dependencies are now managed through @backstage/module-federation-common and injected as a versioned runtime script at build time.

  • fdbd404: Updated @module-federation/enhanced, @module-federation/runtime, and @module-federation/sdk dependencies from ^0.9.0 to ^0.21.6.

  • 4fc7bf0: Bump to tar v7

  • 5e3ef57: Added support for the new peerModules metadata field in package.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by backstage-cli repo fix --publish.

  • 122d39c: Completely removed support for the deprecated app.experimental.packages configuration. Replace existing usage directly with app.packages.

  • 73351c2: Updated dependency webpack to ~5.104.0.

  • 69d880e: Bump to latest zod to ensure it has the latest features

  • Updated dependencies

    • @​backstage/integration@​1.20.0
    • @​backstage/config-loader@​1.10.8
    • @​backstage/eslint-plugin@​0.2.1
    • @​backstage/cli-common@​0.1.18
    • @​backstage/cli-node@​0.2.18
    • @​backstage/module-federation-common@​0.1.0

0.35.4-next.2

Patch Changes

  • 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its exports field (e.g., "./styles.css": "./src/styles.css"), the CLI will automatically bundle it during backstage-cli package build, resolving any @import statements. The export path is rewritten from src/ to dist/ at publish time.

    Fixed backstage-cli repo fix to not add typesVersions entries for non-script exports like CSS files.

  • 6ce4a13: Removed /alpha from scaffolderActionsExtensionPoint import

  • 73351c2: Updated dependency webpack to ~5.104.0.

  • Updated dependencies

    • @​backstage/integration@​1.20.0-next.2
    • @​backstage/cli-node@​0.2.18-next.1
    • @​backstage/config-loader@​1.10.8-next.0

0.35.4-next.1

Patch Changes

  • 5e3ef57: Added support for the new peerModules metadata field in package.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by backstage-cli repo fix --publish.
  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.1
    • @​backstage/cli-node@​0.2.18-next.1

... (truncated)

Commits

Updates @backstage/e2e-test-utils from 0.1.1 to 0.1.2

Changelog

Sourced from @​backstage/e2e-test-utils's changelog.

0.1.2

Patch Changes

  • b96c20e: Added optional channel option to generateProjects() to allow customizing the Playwright browser channel for testing against different browsers variants. When not provided, the function defaults to 'chrome' to maintain backward compatibility.

    Example usage:

    import { generateProjects } from '@backstage/e2e-test-utils';
    export default defineConfig({
    projects: generateProjects({ channel: 'msedge' }),
    });

  • 7455dae: Use node prefix on native imports

0.1.2-next.1

Patch Changes

  • b96c20e: Added optional channel option to generateProjects() to allow customizing the Playwright browser channel for testing against different browsers variants. When not provided, the function defaults to 'chrome' to maintain backward compatibility.

    Example usage:

    import { generateProjects } from '@backstage/e2e-test-utils';
    export default defineConfig({
    projects: generateProjects({ channel: 'msedge' }),
    });

0.1.2-next.0

Patch Changes

  • 7455dae: Use node prefix on native imports
Commits

Updates @backstage/app-defaults from 1.7.4 to 1.7.5

Changelog

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

1.7.5

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/core-components@​0.18.7
    • @​backstage/core-app-api@​1.19.5
    • @​backstage/theme@​0.7.2
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-permission-react@​0.4.40

1.7.5-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-app-api@​1.19.5-next.1
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/plugin-permission-react@​0.4.40-next.1
    • @​backstage/theme@​0.7.2-next.1

1.7.5-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.7.2-next.0
    • @​backstage/core-components@​0.18.7-next.1

1.7.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.6-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/core-app-api@​1.19.4-next.0
    • @​backstage/theme@​0.7.1
    • @​backstage/plugin-permission-react@​0.4.40-next.0
Commits

Updates @backstage/core-app-api from 1.19.4 to 1.19.5

Changelog

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

1.19.5

Patch Changes

  • 5a71e7a: Fixed memory leak caused by duplicate AppThemeSelector instances and missing cleanup in AppThemeSelector and AppLanguageSelector. Added dispose() method to both selectors for proper resource cleanup.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/version-bridge@​1.0.12

1.19.5-next.1

Patch Changes

  • 5a71e7a: Fixed memory leak caused by duplicate AppThemeSelector instances and missing cleanup in AppThemeSelector and AppLanguageSelector. Added dispose() method to both selectors for proper resource cleanup.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/version-bridge@​1.0.12-next.0

1.19.4-next.0

Patch Changes

  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/types@​1.2.2
    • @​backstage/version-bridge@​1.0.11

1.19.3

Patch Changes

  • 75683ed: Added replay functionality to AlertApiForwarder to buffer and replay recent alerts to new subscribers, preventing missed alerts that were posted before subscription.
  • 97cd16f: Internal update of translation imports.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.1

1.19.3-next.1

Patch Changes

  • 75683ed: Added replay functionality to AlertApiForwarder to buffer and replay recent alerts to new subscribers, preventing missed alerts that were posted before subscription.
  • Updated dependencies
    • @​backstage/config@​1.3.6
    • @​backstage/core-plugin-api@​1.12.1-next.0
    • @​backstage/types@​1.2.2

... (truncated)

Commits

Updates @backstage/core-components from 0.18.6 to 0.18.7

Changelog

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

0.18.7

Patch Changes

  • 7455dae: Use node prefix on native imports
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/theme@​0.7.2
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/version-bridge@​1.0.12

0.18.7-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/version-bridge@​1.0.12-next.0
    • @​backstage/theme@​0.7.2-next.1

0.18.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/theme@​0.7.2-next.0

0.18.6-next.0

Patch Changes

  • 7455dae: Use node prefix on native imports
  • cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/errors@​1.2.7
    • @​backstage/theme@​0.7.1
    • @​backstage/version-bridge@​1.0.11

0.18.5

Patch Changes

  • a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdown
  • c671db9: Fixed bug in Table component where the toolbar layout would break when both a title and filters were present.

... (truncated)

Commits

Updates @backstage/core-plugin-api from 1.12.2 to 1.12.3

Changelog

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

1.12.3

Patch Changes

  • 53b6549: Plugins in the new frontend system now have a pluginId field rather than id to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer pluginId while maintaining backward compatibility by falling back to id when needed.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/version-bridge@​1.0.12

1.12.3-next.1

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/version-bridge@​1.0.12-next.0

1.12.2-next.0

Patch Changes

  • 53b6549: Plugins in the new frontend system now have a pluginId field rather than id to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer pluginId while maintaining backward compatibility by falling back to id when needed.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.14.0-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2
    • @​backstage/version-bridge@​1.0.11

1.12.1

Patch Changes

  • 358c6f7: The useApp and useRouteRef functions are now forwards compatible with the new frontend system. Along with the previous route reference changes this means that there is no longer a need to use compatWrapper from @backstage/core-compat-api to make code based on @backstage/core-plugin-api compatible with @backstage/frontend-plugin-api APIs.
  • 97cd16f: Reversed the relationship between the old @backstage/core-plugin-api and the new @backstage/frontend-plugin-api. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.13.2

1.12.1-next.0

Patch Changes

  • 358c6f7: The useApp and useRouteRef functions are now forwards compatible with the new frontend system. Along with the previous route reference changes this means that there is no longer a need to use compatWrapper from @backstage/core-compat-api to make code based on @backstage/core-plugin-api compatible with @backstage/frontend-plugin-api APIs.
  • 97cd16f: Reversed the relationship between the old @backstage/core-plugin-api and the new @backstage/frontend-plugin-api. Previously, the a lot of API definitions and utilities where defined in the old and re-exported from the old, but this change flips that around so that they now reside in the new package and are re-exported from the old. The external API of both packages remain the same, but this is a step towards being able to add further compatibility with the new frontend system built into the old.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.13.2-next.0

... (truncated)

Commits

Updates @backstage/integration-react from 1.2.14 to 1.2.15

Changelog

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

1.2.15

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/integration@​1.20.0
    • @​backstage/core-plugin-api@​1.12.3

1.2.15-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1

1.2.15-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.1

1.2.15-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/integration@​1.19.3-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/config@​1.3.6
Commits

Updates @backstage/plugin-api-docs from 0.13.3 to 0.13.4

Changelog

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

0.13.4

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7455dae: Use node prefix on native imports
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • 018ca87: Added title and icon to the plugin definition for the new frontend system.
  • 629c3ec: Add tableOptions and title to Components cards of APIs
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/plugin-catalog@​1.33.0
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/plugin-catalog-common@​1.1.8

0.13.4-next.2

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/plugin-catalog@​1.33.0-next.2
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/plugin-permission-react@​0.4.40-next.1

0.13.4-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/plugin-catalog@​1.33.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/core-components@​0.18.7-next.1

0.13.4-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog from 1.32.2 to 1.33.0

Changelog

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

1.33.0

Minor Changes

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

  • 05aac34: Migrated DeleteEntityDialog and EntityOrphanWarning components to Backstage UI.

    The deleteEntity.description translation key no longer includes "Click here to delete" text. A new deleteEntity.actionButtonTitle key was added for the action button.

Patch Changes

  • 220d6c3: Add missing translation entries for catalog UI text.

    This change adds translation keys and updates relevant UI components to use the correct localized labels and text in the catalog plugin. It ensures that catalog screens such as entity layout, tabs, search result items, table labels, and other UI elements correctly reference the i18n system for translation.

    No functional behavior is changed aside from the improved internationalization support.

  • 8d4c48b: Fixed vertical spacing between tags in the catalog table.

  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.

  • 018ca87: Added title and icon to the plugin definition for the new frontend system.

  • e8258d0: The default entity content layout still supports rendering summary cards at runtime for backward compatibility, but logs a console warning when they are detected to help identify where migration is needed.

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.

  • 75ac651: Migrated EntityRelationWarning and EntityProcessingErrorsPanel components from Material UI to Backstage UI.

  • Updated dependencies

    • @​backstage/ui@​0.12.0
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/plugin-search-common@​1.2.22
    • @​backstage/core-compat-api@​0.5.8
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-techdocs-react@​1.3.8
    • @​backstage/integration-react@​1.2.15
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/version-bridge@​1.0.12
    • @​backstage/plugin-search-react@​1.10.3
    • @​backstage/plugin-catalog-common@​1.1.8
    • @​backstage/plugin-scaffolder-common@​1.7.6

1.33.0-next.2

Minor Changes

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

Patch Changes

  • 220d6c3: Add missing translation entries for catalog UI text.

... (truncated)

Commits
  • 1552f03 Version Packages
  • 3cc013d Merge pull request #27442 from its-mitesh-kumar/catalog-react-owner-text-over...
  • fdd759b chore: update API reports for changes
  • 386e31b fix(catalog-react) : moving styles to parent
  • 2a67594 fix: use default catalog toolbar for offset catalog table
  • ecdb1ce Version Packages (next)
  • d5be950 Merge pull request #27558 from tylerd-canva/catalog-table-pagination-customiz...
  • 013f74c Merge pull request #26899 from yashoswalyo/catalog-feat-26898
  • a4647df Enable customization of CatalogTable pagination
  • 42386c2 Version Packages (next)
  • Additional commits viewable in compare view

Updates @backstage/plugin-catalog-common from 1.1.7 to 1.1.8

Changelog

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

1.1.8

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-search-common@​1.2.22
    • @​backstage/plugin-permission-common@​0.9.6

1.1.8-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-search-common@​1.2.22-next.0
    • @​backstage/plugin-permission-common@​0.9.5-next.0
    • @​backstage/catalog-model@​1.7.6
Commits

Updates @backstage/plugin-catalog-graph from 0.5.6 to 0.5.7

Changelog

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

0.5.7

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 8dd27c4: Fix large icon rendering in catalog graph nodes
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3

0.5.7-next.2

Patch Changes

  • ac9bead: Added @backstage/frontend-test-utils dev dependency.
  • 7feb83b: Adjusted to use the new @backstage/filter-predicates types for predicate expressions.
  • 4183614: Updated usage of deprecated APIs in the new frontend system.
  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/catalog-client@​1.12.2-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1

0.5.7-next.1

Patch Changes

  • 8dd27c4: Fix large icon rendering in catalog graph nodes
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/core-components@​0.18.7-next.1

0.5.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.6-next.0
    • @​backstage/core-components@​0.18.6-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog-import from 0.13.9 to 0.13.10

Changelog

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

0.13.10

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​backstage/integration@​1.20.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/integration-react@​1.2.15
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/plugin-catalog-common@​1.1.8

0.13.10-next.2

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/integration@​1.20.0-next.2
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/catalog-client@​1.12.2-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/integration-react@​1.2.15-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/plugin-permission-react@​0.4.40-next.1

0.13.10-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/integration@​1.20.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/core-components@​0.18.7-next.1
    • @​backstage/integration-react@​1.2.15-next.1

0.13.10-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.21.6-next.0
    • @​backstage/core-components@​0.18.6-next.0
    • @​backstage/integration@​1.19.3-next.0

... (truncated)

Commits

Updates @backstage/plugin-catalog-react from 1.21.6 to 2.0.0

Release notes

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

v1.48.0

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

BREAKING ALPHA: Catalog extension points graduated

If you are providing custom processors and entity providers into the catalog, you will now note that several (but not quite all!) of those extension points have graduated out of alpha and into the regular stable exports.

Thus, if you are importing for example catalogProcessingExtensionPoint from @backstage/plugin-catalog-node/alpha, you now want to remove that /alpha suffix.

BREAKING: API restrictions in New Frontend System

In the 1.47 release a new behavior was introduced to the New Frontend System that limits the ability for plugins and modules to provide APIs to plugins other than themselves. For example, the scaffolder plugin could no longer install a custom CatalogApi implementation. This also applies to modules, where you now need to use a module explicitly targeting the 'app' plugin to for example override the ErrorApi.

In 1.47 this new behavior simply triggered a warning, but in this release the API overrides are instead rejected with an error.

Experimental Client ID Metadata Documents

With the latest MCP specification published in November, it outlined a new authorization method that’s going to take over from Dynamic Client Registration called Client ID Metadata Documents.

This can be enabled in the auth-backend plugin by using the auth.experimentalClientIdMetadataDocuments.enabled flag in config.

Be sure to head over to the changelog for additional configuration and security considerations.

Experimental Refresh Token Support

Clients can now request the offline_access scope to receive refresh tokens when auth.experimentalRefreshToken.enabled is set, allowing new access tokens without re-authentication. This can be highly useful when using experimentalDynamicClientRegistration so that the tokens don’t expire every 1h by default, which then triggers another auth session approval request.

This also means that auth.experimentalDynamicClientRegistration.tokenExpiration has been removed in favor of using this method as a BREAKING EXPERIMENTAL change.

New Frontend System: Testing utilities

The testing utilities for the new frontend system have gotten an overhaul in this release, with all new features documented in the plugin testing section. Some highlights include that mountedRoutes and apis options are available for all harnesses where applicable. The selection of mockApis has been increased to support more of the core APIs and have both Jest and minimal implementation mocks. The mockApis now also produces values that can be passed directly to the various testing apis options, without the need to wrap [ref, impl] tuples.

Utilities for creating frontend and backend mocks

Both @backstage/frontend-test-utils and @backstage/backend-test-utils now export utilities for creating service and API mocks, createServiceMock and createApiMock. These utilities create the same kind of mock utilities as the ones provided by mockServices and mockApis, and are encouraged to be exported via the /testUtils sub-path export from packages, similar to how this pattern is used in @backstage/plugin-catalog-react.

New Frontend System: Plugin titles & icons

Plugins now have optional titles and icons in the new frontend system. This helps implement app-wide features and navigation patterns that enumerate plugins or in other ways traverse the extension tree in the app.

As part of this change we are also updating the icon type in the new frontend system. The existing IconComponent type is being deprecated, and is being replaced by the element-based IconElement.

New Frontend System: Page and nav structure

This release starts incorporating the new navigation system from @backstage/ui into the New Frontend System. This comes in the form of an updated PageBlueprint that now supports sub-page navigation using a new SubPageBlueprint. This also introduces the new plugin-wide PluginHeader, although in this release it is limited to only being shown on plugin pages that use the new sub-page navigation.

... (truncated)

Changelog

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

2.0.0

Minor Changes

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

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

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

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

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

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

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

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

    import { renderTestApp } from '@backstage/frontend-test-utils';
    import { createTestEntityPage } from '@backstage/plugin-catalog-react/testUtils';
    renderTestApp({
    extensions: [createTestEntityPage({ entity: myEntity }), myEntityCard],
    });

Patch Changes

  • f523983: Fixes a bug where the EntityListProvider would not correctly hydrate query parameters if more than 20 were provided for the same key.
  • 09a6aad: The catalogApiMock test utility now returns a MockWithApiFactory, allowing it to be passed directly to test utilities like renderTestApp and TestApiProvider without needing the [catalogApiRef, catalogApiMock()] tuple.
  • 88dbd5e: fixed bug in UserListPicker by getting the kindParamater from the filters rather than from the queryParameters
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
    • @​backstage/ui@​0.12.0
    • @​backstage/frontend-test-utils@​0.5.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/core-compat-api@​0.5.8
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/catalog-client@​1.13.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/integration-react@​1.2.15
    • @​backstage/plugin-permission-react@​0.4.40
    • @​backstage/version-bridge@​1.0.12

... (truncated)

Commits

Updates @backstage/plugin-catalog-unprocessed-entities from 0.2.25 to 0.2.26

Changelog

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

0.2.26

Patch Changes

  • 018ca87: Added title and icon to the plugin definition for the new frontend system.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • Updated dependencies
    • @​backstage/core-components@​0.18.7
    • @​backstage/core-compat-api@​0.5.8
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/plugin-devtools-react@​0.1.1
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/plugin-catalog-unprocessed-entities-common@​0.0.13

0.2.26-next.1

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
  • Updated dependencies
    • @​backstage/plugin-devtools-react@​0.1.1-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-compat-api@​0.5.8-next.2
    • @​backstage/core-components

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 18, 2026
Bumps the backstage group with 56 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.35.3` | `0.35.4` |
| [@backstage/e2e-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/e2e-test-utils) | `0.1.1` | `0.1.2` |
| [@backstage/app-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults) | `1.7.4` | `1.7.5` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.19.4` | `1.19.5` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.18.6` | `0.18.7` |
| [@backstage/core-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api) | `1.12.2` | `1.12.3` |
| [@backstage/integration-react](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react) | `1.2.14` | `1.2.15` |
| [@backstage/plugin-api-docs](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs) | `0.13.3` | `0.13.4` |
| [@backstage/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) | `1.32.2` | `1.33.0` |
| [@backstage/plugin-catalog-common](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common) | `1.1.7` | `1.1.8` |
| [@backstage/plugin-catalog-graph](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph) | `0.5.6` | `0.5.7` |
| [@backstage/plugin-catalog-import](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import) | `0.13.9` | `0.13.10` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `1.21.6` | `2.0.0` |
| [@backstage/plugin-catalog-unprocessed-entities](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-unprocessed-entities) | `0.2.25` | `0.2.26` |
| [@backstage/plugin-devtools](https://github.com/backstage/backstage/tree/HEAD/plugins/devtools) | `0.1.35` | `0.1.36` |
| [@backstage/plugin-devtools-common](https://github.com/backstage/backstage/tree/HEAD/plugins/devtools-common) | `0.1.21` | `0.1.22` |
| [@backstage/plugin-home](https://github.com/backstage/backstage/tree/HEAD/plugins/home) | `0.9.1` | `0.9.2` |
| [@backstage/plugin-notifications](https://github.com/backstage/backstage/tree/HEAD/plugins/notifications) | `0.5.13` | `0.5.14` |
| [@backstage/plugin-org](https://github.com/backstage/backstage/tree/HEAD/plugins/org) | `0.6.48` | `0.6.49` |
| [@backstage/plugin-permission-react](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react) | `0.4.39` | `0.4.40` |
| [@backstage/plugin-scaffolder](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder) | `1.35.2` | `1.35.3` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.5.3` | `1.6.0` |
| [@backstage/plugin-search-react](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react) | `1.10.2` | `1.10.3` |
| [@backstage/plugin-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs) | `1.16.2` | `1.17.0` |
| [@backstage/plugin-techdocs-module-addons-contrib](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib) | `1.1.32` | `1.1.33` |
| [@backstage/plugin-techdocs-react](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react) | `1.3.7` | `1.3.8` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.7.1` | `0.7.2` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.7.14` | `1.7.15` |
| [@backstage/backend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/backend-defaults) | `0.15.1` | `0.15.2` |
| [@backstage/backend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/backend-plugin-api) | `1.6.2` | `1.7.0` |
| [@backstage/catalog-client](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client) | `1.12.1` | `1.13.0` |
| [@backstage/plugin-app-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/app-backend) | `0.5.10` | `0.5.11` |
| [@backstage/plugin-auth-backend-module-oidc-provider](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend-module-oidc-provider) | `0.4.12` | `0.4.13` |
| [@backstage/plugin-auth-node](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-node) | `0.6.12` | `0.6.13` |
| [@backstage/plugin-catalog-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend) | `3.3.2` | `3.4.0` |
| [@backstage/plugin-catalog-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github) | `0.12.1` | `0.12.2` |
| [@backstage/plugin-catalog-backend-module-github-org](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github-org) | `0.3.18` | `0.3.19` |
| [@backstage/plugin-catalog-backend-module-logs](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-logs) | `0.1.18` | `0.1.19` |
| [@backstage/plugin-catalog-backend-module-scaffolder-entity-model](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-scaffolder-entity-model) | `0.2.16` | `0.2.17` |
| [@backstage/plugin-catalog-backend-module-unprocessed](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-unprocessed) | `0.6.7` | `0.6.8` |
| [@backstage/plugin-devtools-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/devtools-backend) | `0.5.13` | `0.5.14` |
| [@backstage/plugin-notifications-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/notifications-backend) | `0.6.1` | `0.6.2` |
| [@backstage/plugin-permission-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-backend) | `0.7.8` | `0.7.9` |
| [@backstage/plugin-permission-common](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common) | `0.9.5` | `0.9.6` |
| [@backstage/plugin-permission-node](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node) | `0.10.9` | `0.10.10` |
| [@backstage/plugin-proxy-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend) | `0.6.9` | `0.6.10` |
| [@backstage/plugin-scaffolder-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend) | `3.1.2` | `3.1.3` |
| [@backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend-module-github) | `0.9.5` | `0.9.6` |
| [@backstage/plugin-scaffolder-backend-module-notifications](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend-module-notifications) | `0.1.18` | `0.1.19` |
| [@backstage/plugin-search-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend) | `2.0.11` | `2.0.12` |
| [@backstage/plugin-search-backend-module-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-catalog) | `0.3.11` | `0.3.12` |
| [@backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-techdocs) | `0.4.10` | `0.4.11` |
| [@backstage/plugin-search-backend-node](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node) | `1.4.0` | `1.4.1` |
| [@backstage/plugin-signals-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/signals-backend) | `0.3.11` | `0.3.12` |
| [@backstage/plugin-techdocs-backend](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend) | `2.1.4` | `2.1.5` |
| [@backstage/backend-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/backend-test-utils) | `1.10.4` | `1.11.0` |


Updates `@backstage/cli` from 0.35.3 to 0.35.4
- [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 `@backstage/e2e-test-utils` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/e2e-test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/e2e-test-utils)

Updates `@backstage/app-defaults` from 1.7.4 to 1.7.5
- [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/HEAD/packages/app-defaults)

Updates `@backstage/core-app-api` from 1.19.4 to 1.19.5
- [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.5/packages/core-app-api)

Updates `@backstage/core-components` from 0.18.6 to 0.18.7
- [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/HEAD/packages/core-components)

Updates `@backstage/core-plugin-api` from 1.12.2 to 1.12.3
- [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/HEAD/packages/core-plugin-api)

Updates `@backstage/integration-react` from 1.2.14 to 1.2.15
- [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.13.3 to 0.13.4
- [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.32.2 to 1.33.0
- [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.33.0/plugins/catalog)

Updates `@backstage/plugin-catalog-common` from 1.1.7 to 1.1.8
- [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.5.6 to 0.5.7
- [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.13.9 to 0.13.10
- [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.21.6 to 2.0.0
- [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/HEAD/plugins/catalog-react)

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

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

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

Updates `@backstage/plugin-home` from 0.9.1 to 0.9.2
- [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-notifications` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/notifications/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/notifications)

Updates `@backstage/plugin-org` from 0.6.48 to 0.6.49
- [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.39 to 0.4.40
- [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.35.2 to 1.35.3
- [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/HEAD/plugins/scaffolder)

Updates `@backstage/plugin-search` from 1.5.3 to 1.6.0
- [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/v1.6.0/plugins/search)

Updates `@backstage/plugin-search-react` from 1.10.2 to 1.10.3
- [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.16.2 to 1.17.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.17.0/plugins/techdocs)

Updates `@backstage/plugin-techdocs-module-addons-contrib` from 1.1.32 to 1.1.33
- [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.3.7 to 1.3.8
- [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/theme` from 0.7.1 to 0.7.2
- [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 `@backstage/test-utils` from 1.7.14 to 1.7.15
- [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 `@backstage/backend-defaults` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/backend-defaults)

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

Updates `@backstage/catalog-client` from 1.12.1 to 1.13.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.13.0/packages/catalog-client)

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

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

Updates `@backstage/plugin-auth-node` from 0.6.12 to 0.6.13
- [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` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/catalog-backend)

Updates `@backstage/plugin-catalog-backend-module-github` from 0.12.1 to 0.12.2
- [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/HEAD/plugins/catalog-backend-module-github)

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

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

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

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

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

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

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

Updates `@backstage/plugin-permission-common` from 0.9.5 to 0.9.6
- [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.10.9 to 0.10.10
- [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.6.9 to 0.6.10
- [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-scaffolder-backend` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/scaffolder-backend)

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

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

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

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

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

Updates `@backstage/plugin-search-backend-node` from 1.4.0 to 1.4.1
- [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 `@backstage/plugin-signals-backend` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/signals-backend/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/plugins/signals-backend)

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

Updates `@backstage/backend-test-utils` from 1.10.4 to 1.11.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-test-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.11.0/packages/backend-test-utils)

---
updated-dependencies:
- dependency-name: "@backstage/cli"
  dependency-version: 0.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/e2e-test-utils"
  dependency-version: 0.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/app-defaults"
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.19.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/integration-react"
  dependency-version: 1.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-api-docs"
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-common"
  dependency-version: 1.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-graph"
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-import"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-unprocessed-entities"
  dependency-version: 0.2.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-devtools"
  dependency-version: 0.1.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-devtools-common"
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-home"
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-notifications"
  dependency-version: 0.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-org"
  dependency-version: 0.6.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-permission-react"
  dependency-version: 0.4.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-scaffolder"
  dependency-version: 1.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-techdocs"
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-techdocs-module-addons-contrib"
  dependency-version: 1.1.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-techdocs-react"
  dependency-version: 1.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/theme"
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/backend-defaults"
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/backend-plugin-api"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-app-backend"
  dependency-version: 0.5.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-auth-backend-module-oidc-provider"
  dependency-version: 0.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-auth-node"
  dependency-version: 0.6.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend"
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend-module-github"
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend-module-github-org"
  dependency-version: 0.3.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend-module-logs"
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend-module-scaffolder-entity-model"
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-backend-module-unprocessed"
  dependency-version: 0.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-devtools-backend"
  dependency-version: 0.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-notifications-backend"
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-permission-backend"
  dependency-version: 0.7.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-permission-common"
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-permission-node"
  dependency-version: 0.10.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-proxy-backend"
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-scaffolder-backend"
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-scaffolder-backend-module-github"
  dependency-version: 0.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-scaffolder-backend-module-notifications"
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-backend"
  dependency-version: 2.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-backend-module-catalog"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-backend-module-techdocs"
  dependency-version: 0.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-backend-node"
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-signals-backend"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-techdocs-backend"
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/backend-test-utils"
  dependency-version: 1.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backstage
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-e2af249014 branch from 423d72a to c411d6f Compare February 22, 2026 09:55
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.

0 participants