Skip to content

chore(deps): bump the backstage group with 9 updates#164

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

chore(deps): bump the backstage group with 9 updates#164
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/backstage-20ee7d0a68

Conversation

@dependabot
Copy link
Contributor

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

Bumps the backstage group with 9 updates:

Package From To
@backstage/core-compat-api 0.5.7 0.5.8
@backstage/core-components 0.18.6 0.18.7
@backstage/core-plugin-api 1.12.2 1.12.3
@backstage/frontend-defaults 0.3.6 0.4.0
@backstage/frontend-plugin-api 0.13.4 0.14.1
@backstage/theme 0.7.1 0.7.2
@backstage/core-app-api 1.19.4 1.19.5
@backstage/dev-utils 1.1.19 1.1.20
@backstage/test-utils 1.7.14 1.7.15

Updates @backstage/core-compat-api from 0.5.7 to 0.5.8

Changelog

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

0.5.8

Patch Changes

  • c38b74d: Internal updates for blueprint moves to @backstage/plugin-app-react.
  • ef6916e: Added IconElement type as a replacement for the deprecated IconComponent. The IconsApi now has a new icon() method that returns IconElement, while the existing getIcon() method is deprecated. The IconBundleBlueprint now accepts both IconComponent and IconElement values.
  • 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/plugin-catalog-react@​2.0.0
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/plugin-app-react@​0.2.0
    • @​backstage/core-plugin-api@​1.12.3
    • @​backstage/version-bridge@​1.0.12

0.5.8-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/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/core-plugin-api@​1.12.3-next.1
    • @​backstage/version-bridge@​1.0.12-next.0
    • @​backstage/plugin-app-react@​0.1.1-next.0

0.5.8-next.1

Patch Changes

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

0.5.7-next.0

Patch Changes

  • c38b74d: Internal updates for blueprint moves to @backstage/plugin-app-react.
  • 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/plugin-catalog-react@​1.21.6-next.0
    • @​backstage/frontend-plugin-api@​0.14.0-next.0
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/plugin-app-react@​0.1.1-next.0
    • @​backstage/types@​1.2.2
    • @​backstage/version-bridge@​1.0.11

... (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/frontend-defaults from 0.3.6 to 0.4.0

Changelog

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

0.4.0

Minor Changes

  • 55b2ef6: BREAKING: The API_FACTORY_CONFLICT warning is now treated as an error and will prevent the app from starting.

Patch Changes

  • 122d39c: Completely removed support for the deprecated app.experimental.packages configuration. Replace existing usage directly with app.packages.
  • c38b74d: Dependency update for tests.
  • 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.
  • Updated dependencies
    • @​backstage/frontend-app-api@​0.15.0
    • @​backstage/core-components@​0.18.7
    • @​backstage/frontend-plugin-api@​0.14.0
    • @​backstage/plugin-app@​0.4.0

0.4.0-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/frontend-plugin-api@​0.14.0-next.2
    • @​backstage/frontend-app-api@​0.15.0-next.2
    • @​backstage/core-components@​0.18.7-next.2
    • @​backstage/plugin-app@​0.4.0-next.2

0.4.0-next.1

Minor Changes

  • 55b2ef6: BREAKING: The API_FACTORY_CONFLICT warning is now treated as an error and will prevent the app from starting.

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-app-api@​0.15.0-next.1
    • @​backstage/frontend-plugin-api@​0.14.0-next.1
    • @​backstage/plugin-app@​0.4.0-next.1
    • @​backstage/core-components@​0.18.7-next.1

0.3.6-next.0

Patch Changes

  • 17e0eb3: The API_FACTORY_CONFLICT error is now treated as a warning and will not prevent the app from starting.
  • 122d39c: Completely removed support for the deprecated app.experimental.packages configuration. Replace existing usage directly with app.packages.
  • c38b74d: Dependency update for tests.

... (truncated)

Commits

Updates @backstage/frontend-plugin-api from 0.13.4 to 0.14.1

Changelog

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

@​backstage/frontend-plugin-api

0.14.0

Minor Changes

  • ef6916e: Added IconElement type as a replacement for the deprecated IconComponent. The IconsApi now has a new icon() method that returns IconElement, while the existing getIcon() method is deprecated. The IconBundleBlueprint now accepts both IconComponent and IconElement values.

  • bb9b471: Plugin IDs that do not match the standard format are deprecated (letters, digits, and dashes only, starting with a letter). Plugin IDs that do no match this format will be rejected in a future release.

  • ef6916e: Added SubPageBlueprint for creating sub-page tabs, PluginHeaderActionBlueprint and PluginHeaderActionsApi for plugin-scoped header actions, and PageLayout as a swappable component. The PageBlueprint now supports sub-pages with tabbed navigation, page title, icon, and header actions. Plugins can now specify a title and icon in createFrontendPlugin.

  • c38b74d: BREAKING: The following blueprints have been removed and are now only available from @backstage/plugin-app-react:

    • IconBundleBlueprint
    • NavContentBlueprint
    • RouterBlueprint
    • SignInPageBlueprint
    • SwappableComponentBlueprint
    • ThemeBlueprint
    • TranslationBlueprint
  • 10ebed4: BREAKING: Removed type support for multiple attachment points in the ExtensionDefinitionAttachTo type. Extensions can no longer specify an array of attachment points in the attachTo property.

    The runtime still supports multiple attachment points for backward compatibility with existing compiled code, but new code will receive type errors if attempting to use this pattern.

    Extensions that previously used multiple attachment points should migrate to using a Utility API pattern instead. See the Sharing Extensions Across Multiple Locations guide for the recommended approach.

Patch Changes

  • 7edb810: Added a new internal option to createExtensionInput that marks the input as only allowing attachments from the same plugin.

  • 9554c36: DEPRECATED: Multiple attachment points for extensions have been deprecated. The functionality continues to work for backward compatibility, but will log a deprecation warning and be removed in a future release.

    Extensions using array attachment points should migrate to using Utility APIs instead. See the Sharing Extensions Across Multiple Locations guide for the recommended pattern.

  • 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/version-bridge@​1.0.12

0.14.0-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/version-bridge@​1.0.12-next.0

0.14.0-next.1

Minor Changes

... (truncated)

Commits

Updates @backstage/theme from 0.7.1 to 0.7.2

Changelog

Sourced from @​backstage/theme's changelog.

0.7.2

Patch Changes

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

0.7.2-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.

0.7.2-next.0

Patch Changes

  • 1c52dcc: add square shape
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/dev-utils from 1.1.19 to 1.1.20

Changelog

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

1.1.20

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/ui@​0.12.0
    • @​backstage/plugin-catalog-react@​2.0.0
    • @​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/integration-react@​1.2.15
    • @​backstage/app-defaults@​1.7.5

1.1.20-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/ui@​0.12.0-next.2
    • @​backstage/plugin-catalog-react@​2.0.0-next.2
    • @​backstage/core-app-api@​1.19.5-next.1
    • @​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/app-defaults@​1.7.5-next.2
    • @​backstage/theme@​0.7.2-next.1

1.1.20-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​1.22.0-next.1
    • @​backstage/ui@​0.12.0-next.1
    • @​backstage/theme@​0.7.2-next.0
    • @​backstage/app-defaults@​1.7.5-next.1
    • @​backstage/core-components@​0.18.7-next.1
    • @​backstage/integration-react@​1.2.15-next.1

1.1.20-next.0

Patch Changes

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

... (truncated)

Commits

Updates @backstage/test-utils from 1.7.14 to 1.7.15

Changelog

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

1.7.15

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 68eb322: Added @types/jest as an optional peer dependency, since jest types are exposed in the public API surface.
  • Updated dependencies
    • @​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
    • @​backstage/plugin-permission-common@​0.9.6

1.7.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.
  • 68eb322: Added @types/jest as an optional peer dependency, since jest types are exposed in the public API surface.
  • Updated dependencies
    • @​backstage/core-app-api@​1.19.5-next.1
    • @​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.15-next.1

Patch Changes

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

1.7.15-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.2-next.0
    • @​backstage/plugin-permission-common@​0.9.5-next.0
    • @​backstage/core-app-api@​1.19.4-next.0
    • @​backstage/config@​1.3.6
    • @​backstage/theme@​0.7.1
    • @​backstage/types@​1.2.2
    • @​backstage/plugin-permission-react@​0.4.40-next.0
Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2026
@dependabot dependabot bot requested review from a team and mcncl as code owners February 21, 2026 03:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-20ee7d0a68 branch from 962248c to d671f90 Compare February 23, 2026 05:27
@mcncl
Copy link
Collaborator

mcncl commented Feb 24, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-20ee7d0a68 branch from d671f90 to 0079d44 Compare February 24, 2026 02:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-20ee7d0a68 branch 2 times, most recently from 3b77417 to 468deeb Compare March 14, 2026 03:04
@mcncl
Copy link
Collaborator

mcncl commented Mar 15, 2026

@dependabot rebase

Bumps the backstage group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/core-compat-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-compat-api) | `0.5.7` | `0.5.8` |
| [@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/frontend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-defaults) | `0.3.6` | `0.4.0` |
| [@backstage/frontend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-plugin-api) | `0.13.4` | `0.14.1` |
| [@backstage/theme](https://github.com/backstage/backstage/tree/HEAD/packages/theme) | `0.7.1` | `0.7.2` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.19.4` | `1.19.5` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.1.19` | `1.1.20` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.7.14` | `1.7.15` |


Updates `@backstage/core-compat-api` from 0.5.7 to 0.5.8
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/core-compat-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/core-compat-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/frontend-defaults` from 0.3.6 to 0.4.0
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/frontend-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.4.0/packages/frontend-defaults)

Updates `@backstage/frontend-plugin-api` from 0.13.4 to 0.14.1
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/frontend-plugin-api/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/frontend-plugin-api)

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/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/dev-utils` from 1.1.19 to 1.1.20
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/dev-utils/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/dev-utils)

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)

---
updated-dependencies:
- dependency-name: "@backstage/core-compat-api"
  dependency-version: 0.5.8
  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/frontend-defaults"
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/frontend-plugin-api"
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/core-app-api"
  dependency-version: 1.19.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/dev-utils"
  dependency-version: 1.1.20
  dependency-type: direct:development
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-20ee7d0a68 branch from 468deeb to 507f0d5 Compare March 15, 2026 23:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant