Skip to content

Bump the backstage group with 16 updates - #167

Merged
kwent merged 1 commit into
masterfrom
dependabot/npm_and_yarn/backstage-545e28b963
Aug 27, 2026
Merged

Bump the backstage group with 16 updates#167
kwent merged 1 commit into
masterfrom
dependabot/npm_and_yarn/backstage-545e28b963

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the backstage group with 16 updates:

Package From To
@backstage/catalog-model 1.9.0 1.10.0
@backstage/cli 0.36.4 0.36.5
@backstage/core-compat-api 0.5.13 0.5.14
@backstage/core-components 0.18.12 0.18.13
@backstage/core-plugin-api 1.12.8 1.12.9
@backstage/frontend-plugin-api 0.17.3 0.18.0
@backstage/plugin-catalog-react 3.2.0 3.2.1
@backstage/plugin-search-react 1.11.6 1.11.7
@backstage/cli-defaults 0.1.4 0.1.5
@backstage/config-loader 1.11.1 1.11.2
@backstage/core-app-api 1.20.3 1.20.4
@backstage/dev-utils 1.1.25 1.1.26
@backstage/frontend-defaults 0.5.4 0.5.5
@backstage/plugin-catalog 2.0.7 2.0.8
@backstage/plugin-search 1.7.6 1.7.7
@backstage/test-utils 1.7.20 1.7.21

Updates @backstage/catalog-model from 1.9.0 to 1.10.0

Changelog

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

1.10.0

Minor Changes

  • ad18743: Added marketplace spec type to the @alpha AiResource kind, representing a curated registry of plugins for discovery and distribution. Marketplaces reference their contained plugins via spec.plugins entity references, generating hasPart catalog relations.
  • f501302: Added plugin spec type to the @alpha AiResource kind, representing a packaged collection of skills distributed as a unit. Plugins reference their contained skills via spec.skills entity references, generating hasPart catalog relations.
  • 0b9b3bf: Added optional allowedTools, license, and compatibility fields to the @alpha AiResource skill spec, aligned with the agentskills.io specification.

Patch Changes

  • 9a6955c: Corrected catalog relation generation to honor declared kind combinations, and completed reverse relations for existing AiResource fields.
Commits
  • 6d46667 Version Packages
  • cebe24e add entity labels card
  • c413227 Version Packages (next)
  • f834622 Version Packages (next)
  • 011bd51 Update docs for all spelling errors, and add auth0 session and spec.presence
  • See full diff in compare view

Updates @backstage/cli from 0.36.4 to 0.36.5

Changelog

Sourced from @​backstage/cli's changelog.

0.36.5

Patch Changes

  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.7
    • @​backstage/cli-module-test-jest@​0.1.5
    • @​backstage/eslint-plugin@​0.3.2
    • @​backstage/cli-defaults@​0.1.5

0.36.5-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/cli-module-build@​0.1.7-next.0
    • @​backstage/cli-module-test-jest@​0.1.5-next.0
    • @​backstage/cli-defaults@​0.1.5-next.0

0.36.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/eslint-plugin@​0.3.2-next.0
Commits

Updates @backstage/core-compat-api from 0.5.13 to 0.5.14

Changelog

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

0.5.14

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/plugin-catalog-react@​3.2.1
    • @​backstage/frontend-plugin-api@​0.18.0
    • @​backstage/plugin-app-react@​0.2.6

0.5.14-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.2
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/plugin-app-react@​0.2.6-next.0
    • @​backstage/core-plugin-api@​1.12.9-next.0

0.5.14-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.0
Commits

Updates @backstage/core-components from 0.18.12 to 0.18.13

Changelog

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

0.18.13

Patch Changes

  • 226817d: chore(deps): bump js-yaml from 4.2.0 to 4.3.0

  • a4759e6: Migrated tests from MSW v1 to MSW v2.

  • 96cd953: Fixed the DependencyGraph component to avoid a jarring initial render where nodes briefly pile up at overlapping positions before animating into place. The graph content is now hidden until node measurements are complete and the layout has fully settled, then revealed at the correct positions with transitions suppressed for the first frame.

    Also fixed a containerRef recreation chain where every graph dimension change caused the container measurement callback to be recreated and re-triggered, producing unnecessary re-renders during initial layout.

  • Updated dependencies

    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/ui@​0.17.1

0.18.13-next.2

Patch Changes

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

0.18.13-next.1

Patch Changes

  • 96cd953: Fixed the DependencyGraph component to avoid a jarring initial render where nodes briefly pile up at overlapping positions before animating into place. The graph content is now hidden until node measurements are complete and the layout has fully settled, then revealed at the correct positions with transitions suppressed for the first frame.

    Also fixed a containerRef recreation chain where every graph dimension change caused the container measurement callback to be recreated and re-triggered, producing unnecessary re-renders during initial layout.

0.18.13-next.0

Patch Changes

  • 226817d: chore(deps): bump js-yaml from 4.2.0 to 4.3.0
  • Updated dependencies
    • @​backstage/ui@​0.17.1-next.0
Commits

Updates @backstage/core-plugin-api from 1.12.8 to 1.12.9

Changelog

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

1.12.9

Patch Changes

  • 9fcfbc9: Fixed a performance issue where all components using analytics, including every link, would rerender unnecessarily whenever a surrounding analytics context rendered again without its attributes having changed, for example when a URL query parameter changed on an entity page.
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.18.0

1.12.9-next.1

Patch Changes

  • 9fcfbc9: Fixed a performance issue where all components using analytics, including every link, would rerender unnecessarily whenever a surrounding analytics context rendered again without its attributes having changed, for example when a URL query parameter changed on an entity page.

1.12.9-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
Commits

Updates @backstage/frontend-plugin-api from 0.17.3 to 0.18.0

Changelog

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

0.18.0

Minor Changes

  • 907793c: BREAKING: Removed the deprecated config.schema option for extensions and extension blueprints. Use the top-level configSchema option with Standard Schema-compatible schema values, such as Zod v4.

Patch Changes

  • e156f1e: Added support for using a SubRouteRef as the parent of another SubRouteRef. Child paths are combined with ancestor paths at creation, and nested sub-routes inherit parameters from their complete ancestor chain.

0.18.0-next.0

Minor Changes

  • 907793c: BREAKING: Removed the deprecated config.schema option for extensions and extension blueprints. Use the top-level configSchema option with Standard Schema-compatible schema values, such as Zod v4.
Commits

Updates @backstage/plugin-catalog-react from 3.2.0 to 3.2.1

Changelog

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

3.2.1

Patch Changes

  • 9fcfbc9: Fixed a performance issue where all components reading the entity context on an entity page would rerender unnecessarily whenever the page rendered again without the entity data having changed, for example when a URL query parameter changed. This was particularly noticeable when switching tabs in the entity inspector dialog, which caused the entire underlying page to rerender.

  • e766061: Fixed an issue where the "Owned" count in UserListPicker would display the total number of catalog entities instead of 0 when the logged-in user has no ownership entity refs. The empty relations.ownedBy filter was being silently dropped by the catalog client, causing the backend to return all entities with no ownership filter applied.

    This was a regression introduced in #22131, which removed an explicit ownershipEntityRefs?.length === 0 guard that had been present since #20339.

  • ed462ad: Fixed EntityOwnerPicker in owners-only mode to display human-readable entity titles (from metadata.title or spec.profile.displayName) instead of opaque internal names, both in the dropdown list and in the selected owner chips. The owner list is now virtualized, keeping the picker responsive for catalogs with large numbers of owner entities.

  • Updated dependencies

    • @​backstage/catalog-model@​1.10.0
    • @​backstage/core-components@​0.18.13
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/ui@​0.17.1
    • @​backstage/plugin-permission-common@​0.9.10
    • @​backstage/frontend-plugin-api@​0.18.0
    • @​backstage/core-compat-api@​0.5.14
    • @​backstage/integration-react@​1.2.21
    • @​backstage/plugin-permission-react@​0.5.4

3.2.1-next.3

Patch Changes

  • 9fcfbc9: Fixed a performance issue where all components reading the entity context on an entity page would rerender unnecessarily whenever the page rendered again without the entity data having changed, for example when a URL query parameter changed. This was particularly noticeable when switching tabs in the entity inspector dialog, which caused the entire underlying page to rerender.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9-next.1

3.2.1-next.2

Patch Changes

  • e766061: Fixed an issue where the "Owned" count in UserListPicker would display the total number of catalog entities instead of 0 when the logged-in user has no ownership entity refs. The empty relations.ownedBy filter was being silently dropped by the catalog client, causing the backend to return all entities with no ownership filter applied.

    This was a regression introduced in #22131, which removed an explicit ownershipEntityRefs?.length === 0 guard that had been present since #20339.

  • Updated dependencies

    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/core-compat-api@​0.5.14-next.1
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/core-components@​0.18.13-next.2
    • @​backstage/integration-react@​1.2.21-next.1
    • @​backstage/plugin-permission-react@​0.5.4-next.0

3.2.1-next.1

Patch Changes

  • ed462ad: Fixed EntityOwnerPicker in owners-only mode to display human-readable entity titles (from metadata.title or spec.profile.displayName) instead of opaque internal names, both in the dropdown list and in the selected owner chips. The owner list is now virtualized, keeping the picker responsive for catalogs with large numbers of owner entities.

... (truncated)

Commits

Updates @backstage/plugin-search-react from 1.11.6 to 1.11.7

Changelog

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

1.11.7

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.13
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/frontend-plugin-api@​0.18.0

1.11.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/core-components@​0.18.13-next.2

1.11.7-next.0

Patch Changes

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

Updates @backstage/cli-defaults from 0.1.4 to 0.1.5

Changelog

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

0.1.5

Patch Changes

  • Updated dependencies
    • @​backstage/cli-module-new@​0.1.6
    • @​backstage/cli-module-build@​0.1.7
    • @​backstage/cli-module-test-jest@​0.1.5
    • @​backstage/cli-module-config@​0.1.6
    • @​backstage/cli-module-lint@​0.1.5
    • @​backstage/cli-module-migrate@​0.2.1

0.1.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/cli-module-new@​0.1.6-next.0
    • @​backstage/cli-module-build@​0.1.7-next.0
    • @​backstage/cli-module-test-jest@​0.1.5-next.0
    • @​backstage/cli-module-config@​0.1.6-next.0
    • @​backstage/cli-module-lint@​0.1.5-next.0
Commits

Updates @backstage/config-loader from 1.11.1 to 1.11.2

Changelog

Sourced from @​backstage/config-loader's changelog.

1.11.2

Patch Changes

  • 0c67dbc: Fix issue where backstage-cli config:check --strict would incorrectly reject valid configuration for open-ended object schemas, such as plain objects or map-like structures.
  • bb98419: Added an onSchemaError callback that allows callers to report TypeScript configuration schema errors and continue loading. The callback receives a ConfigSchemaError containing the source package and underlying cause. Without a handler, schema errors are thrown.

1.11.2-next.0

Patch Changes

  • 0c67dbc: Fix issue where backstage-cli config:check --strict would incorrectly reject valid configuration for open-ended object schemas, such as plain objects or map-like structures.
  • bb98419: Added an onSchemaError callback that allows callers to report TypeScript configuration schema errors and continue loading. The callback receives a ConfigSchemaError containing the source package and underlying cause. Without a handler, schema errors are thrown.

1.11.0

Minor Changes

  • 4a7240b: Configuration schemas declared in TypeScript now resolve and validate imported types instead of treating them as unconstrained values. Invalid imports now cause schema loading to fail.

Patch Changes

  • 005458a: Added support for comma-separated values in the BACKSTAGE_ENV environment variable, allowing multiple environment-specific configuration files to be loaded and stacked at startup. For example, setting BACKSTAGE_ENV=e2e-test,production will load app-config.e2e-test.yaml and app-config.production.yaml in addition to the base app-config.yaml, with later environments taking priority. Local override files (.local.yaml) are always loaded after all non-local files.
  • Updated dependencies
    • @​backstage/cli-common@​0.3.0

1.11.0-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/cli-common@​0.3.0-next.0

1.11.0-next.1

Patch Changes

  • 005458a: Added support for comma-separated values in the BACKSTAGE_ENV environment variable, allowing multiple environment-specific configuration files to be loaded and stacked at startup. For example, setting BACKSTAGE_ENV=e2e-test,production will load app-config.e2e-test.yaml and app-config.production.yaml in addition to the base app-config.yaml, with later environments taking priority. Local override files (.local.yaml) are always loaded after all non-local files.

1.11.0-next.0

Minor Changes

  • 4a7240b: Configuration schemas declared in TypeScript now resolve and validate imported types instead of treating them as unconstrained values. Invalid imports now cause schema loading to fail.

1.10.12

Patch Changes

  • 02c4e8a: Removed unused json-schema runtime dependency. The package was only used for TypeScript types from @types/json-schema; affected imports have been converted to import type to allow safe removal.

... (truncated)

Commits

Updates @backstage/core-app-api from 1.20.3 to 1.20.4

Changelog

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

1.20.4

Patch Changes

  • bd435c3: Identity mocks passed to renderInTestApp (for example via mockApis.identity(...)) are now applied before the app's built-in guest fallback, so the configured userEntityRef reliably takes effect in tests instead of being silently overwritten by the default guest user.
  • a4759e6: Migrated tests from MSW v1 to MSW v2.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/ui@​0.17.1

1.20.4-next.1

Patch Changes

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

1.20.4-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/ui@​0.17.1-next.0
Commits

Updates @backstage/dev-utils from 1.1.25 to 1.1.26

Changelog

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

1.1.26

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.10.0
    • @​backstage/core-components@​0.18.13
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/plugin-catalog-react@​3.2.1
    • @​backstage/core-app-api@​1.20.4
    • @​backstage/ui@​0.17.1
    • @​backstage/app-defaults@​1.7.11
    • @​backstage/integration-react@​1.2.21

1.1.26-next.2

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.2
    • @​backstage/app-defaults@​1.7.11-next.1
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/core-app-api@​1.20.4-next.1
    • @​backstage/core-components@​0.18.13-next.2
    • @​backstage/integration-react@​1.2.21-next.1

1.1.26-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.1
    • @​backstage/core-components@​0.18.13-next.1
    • @​backstage/integration-react@​1.2.21-next.0

1.1.26-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.13-next.0
    • @​backstage/ui@​0.17.1-next.0
    • @​backstage/app-defaults@​1.7.11-next.0
    • @​backstage/plugin-catalog-react@​3.2.1-next.0
    • @​backstage/core-app-api@​1.20.4-next.0
Commits

Updates @backstage/frontend-defaults from 0.5.4 to 0.5.5

Changelog

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

0.5.5

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.13
    • @​backstage/frontend-plugin-api@​0.18.0
    • @​backstage/plugin-app@​0.5.2
    • @​backstage/frontend-app-api@​0.16.7

0.5.5-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-app@​0.5.2-next.2
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/frontend-app-api@​0.16.7-next.1
    • @​backstage/core-components@​0.18.13-next.2

0.5.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.13-next.0
    • @​backstage/plugin-app@​0.5.2-next.0
    • @​backstage/frontend-app-api@​0.16.7-next.0
Commits

Updates @backstage/plugin-catalog from 2.0.7 to 2.0.8

Changelog

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

2.0.8

Patch Changes

  • 80b37b3: Fixed the AboutField label in the About card using variant="inherit" instead of variant="h2" to prevent theme typography overrides from changing the intended 10px label size.
  • 05aed2e: Fixed a brief "Entity not found" flash when navigating between catalog entity pages.
  • 1d026b0: Added explicit type annotations to FilterContainer and EntityListContainer re-exports for forward-compatibility with TypeScript 7.
  • Updated dependencies
    • @​backstage/catalog-model@​1.10.0
    • @​backstage/core-components@​0.18.13
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/plugin-catalog-react@​3.2.1
    • @​backstage/ui@​0.17.1
    • @​backstage/plugin-scaffolder-common@​2.2.2
    • @​backstage/frontend-plugin-api@​0.18.0
    • @​backstage/core-compat-api@​0.5.14
    • @​backstage/integration-react@​1.2.21
    • @​backstage/plugin-permission-react@​0.5.4
    • @​backstage/plugin-search-react@​1.11.7
    • @​backstage/plugin-techdocs-react@​1.3.14

2.0.8-next.3

Patch Changes

  • 05aed2e: Fixed a brief "Entity not found" flash when navigating between catalog entity pages.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9-next.1
    • @​backstage/plugin-catalog-react@​3.2.1-next.3

2.0.8-next.2

Patch Changes

  • 80b37b3: Fixed the AboutField label in the About card using variant="inherit" instead of variant="h2" to prevent theme typography overrides from changing the intended 10px label size.
  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.2
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/core-compat-api@​0.5.14-next.1
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/plugin-search-react@​1.11.7-next.1
    • @​backstage/plugin-techdocs-react@​1.3.14-next.1
    • @​backstage/core-components@​0.18.13-next.2
    • @​backstage/integration-react@​1.2.21-next.1
    • @​backstage/plugin-permission-react@​0.5.4-next.0

2.0.8-next.1

Patch Changes

... (truncated)

Commits

Updates @backstage/plugin-search from 1.7.6 to 1.7.7

Changelog

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

1.7.7

Patch Changes

  • a178067: Added a Home page search bar widget blueprint for the new frontend system.
  • Updated dependencies
    • @​backstage/core-components@​0.18.13
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/plugin-catalog-react@​3.2.1
    • @​backstage/ui@​0.17.1
    • @​backstage/plugin-home-react@​0.1.41
    • @​backstage/frontend-plugin-api@​0.18.0
    • @​backstage/plugin-search-react@​1.11.7

1.7.7-next.2

Patch Changes

  • a178067: Added a Home page search bar widget blueprint for the new frontend system.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9-next.1
    • @​backstage/plugin-catalog-react@​3.2.1-next.3
    • @​backstage/plugin-home-react@​0.1.41-next.2

1.7.7-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-catalog-react@​3.2.1-next.2
    • @​backstage/frontend-plugin-api@​0.18.0-next.0
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/plugin-search-react@​1.11.7-next.1
    • @​backstage/core-components@​0.18.13-next.2

1.7.7-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-components@​0.18.13-next.0
    • @​backstage/ui@​0.17.1-next.0
    • @​backstage/plugin-catalog-react@​3.2.1-next.0
    • @​backstage/plugin-search-react@​1.11.7-next.0
Commits

Updates @backstage/test-utils from 1.7.20 to 1.7.21

Changelog

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

1.7.21

Patch Changes

  • a4759e6: Migrated tests from MSW v1 to MSW v2.
  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9
    • @​backstage/core-app-api@​1.20.4
    • @​backstage/plugin-permission-common@​0.9.10
    • @​backstage/plugin-permission-react@​0.5.4

1.7.21-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/core-plugin-api@​1.12.9-next.0
    • @​backstage/core-app-api@​1.20.4-next.1
    • @​backstage/plugin-permission-react@​0.5.4-next.0

1.7.21-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/core-app-api@​1.20.4-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

Bumps the backstage group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@backstage/catalog-model](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model) | `1.9.0` | `1.10.0` |
| [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli) | `0.36.4` | `0.36.5` |
| [@backstage/core-compat-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-compat-api) | `0.5.13` | `0.5.14` |
| [@backstage/core-components](https://github.com/backstage/backstage/tree/HEAD/packages/core-components) | `0.18.12` | `0.18.13` |
| [@backstage/core-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api) | `1.12.8` | `1.12.9` |
| [@backstage/frontend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-plugin-api) | `0.17.3` | `0.18.0` |
| [@backstage/plugin-catalog-react](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react) | `3.2.0` | `3.2.1` |
| [@backstage/plugin-search-react](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react) | `1.11.6` | `1.11.7` |
| [@backstage/cli-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/cli-defaults) | `0.1.4` | `0.1.5` |
| [@backstage/config-loader](https://github.com/backstage/backstage/tree/HEAD/packages/config-loader) | `1.11.1` | `1.11.2` |
| [@backstage/core-app-api](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api) | `1.20.3` | `1.20.4` |
| [@backstage/dev-utils](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils) | `1.1.25` | `1.1.26` |
| [@backstage/frontend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/frontend-defaults) | `0.5.4` | `0.5.5` |
| [@backstage/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) | `2.0.7` | `2.0.8` |
| [@backstage/plugin-search](https://github.com/backstage/backstage/tree/HEAD/plugins/search) | `1.7.6` | `1.7.7` |
| [@backstage/test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils) | `1.7.20` | `1.7.21` |


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

Updates `@backstage/cli` from 0.36.4 to 0.36.5
- [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/core-compat-api` from 0.5.13 to 0.5.14
- [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.12 to 0.18.13
- [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.8 to 1.12.9
- [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-plugin-api` from 0.17.3 to 0.18.0
- [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/v0.18.0/packages/frontend-plugin-api)

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

Updates `@backstage/plugin-search-react` from 1.11.6 to 1.11.7
- [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/cli-defaults` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/cli-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/HEAD/packages/cli-defaults)

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

Updates `@backstage/core-app-api` from 1.20.3 to 1.20.4
- [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.20.4/packages/core-app-api)

Updates `@backstage/dev-utils` from 1.1.25 to 1.1.26
- [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/frontend-defaults` from 0.5.4 to 0.5.5
- [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/HEAD/packages/frontend-defaults)

Updates `@backstage/plugin-catalog` from 2.0.7 to 2.0.8
- [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/HEAD/plugins/catalog)

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

Updates `@backstage/test-utils` from 1.7.20 to 1.7.21
- [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/catalog-model"
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/cli"
  dependency-version: 0.36.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-compat-api"
  dependency-version: 0.5.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-components"
  dependency-version: 0.18.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-plugin-api"
  dependency-version: 1.12.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/frontend-plugin-api"
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog-react"
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search-react"
  dependency-version: 1.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/cli-defaults"
  dependency-version: 0.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/config-loader"
  dependency-version: 1.11.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/core-app-api"
  dependency-version: 1.20.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/dev-utils"
  dependency-version: 1.1.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/frontend-defaults"
  dependency-version: 0.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-catalog"
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/plugin-search"
  dependency-version: 1.7.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/test-utils"
  dependency-version: 1.7.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backstage
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2026
@kwent
kwent merged commit fed58aa into master Aug 27, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/backstage-545e28b963 branch August 27, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant