Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the backstage group with 4 updates in the / directory: @backstage/backend-plugin-api, @backstage/catalog-client, @backstage/backend-test-utils and @backstage/cli.

Updates @backstage/backend-plugin-api from 1.1.0 to 1.5.0

Changelog

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

1.5.0

Minor Changes

  • a17d9df: Promote instanceMetadata service to main entrypoint.
  • 62fc2de: Explicitly mark coreServices.rootInstanceMetadata as a root service.

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.3
    • @​backstage/plugin-auth-node@​0.6.9
    • @​backstage/config@​1.3.6
    • @​backstage/plugin-permission-node@​0.10.6

1.5.0-next.2

Minor Changes

  • 62fc2de: Explicitly mark coreServices.rootInstanceMetadata as a root service.

1.5.0-next.1

Minor Changes

  • a17d9df: Promote instanceMetadata service to main entrypoint.

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-permission-common@​0.9.3-next.1
    • @​backstage/plugin-auth-node@​0.6.9-next.1
    • @​backstage/plugin-permission-node@​0.10.6-next.1

1.4.5-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/plugin-auth-node@​0.6.9-next.0
    • @​backstage/config@​1.3.6-next.0
    • @​backstage/plugin-permission-node@​0.10.6-next.0
    • @​backstage/cli-common@​0.1.15
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2
    • @​backstage/plugin-permission-common@​0.9.3-next.0

1.4.4

Patch Changes

... (truncated)

Commits
  • a5684d0 Version Packages
  • b76eeaf add api reports
  • 0d2e619 Refactor backend-test-utils
  • 0452529 BackendInitRegistry -> BackendRegistrationPoints
  • e3d5145 backend-app-api: rename BackendRegistrable to BackendFeature
  • 3dd5ab8 update API reports
  • f8e891d backend-plugin-api: handle optional options for plugins and modules
  • 90b6662 backend-plugin-api: move wiring factories to separate file and add tests
  • 73cee58 Version Packages (next)
  • 7d7da6c Version Packages
  • Additional commits viewable in compare view

Updates @backstage/catalog-client from 1.9.0 to 1.12.1

Changelog

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

1.12.1

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.6

1.12.1-next.0

Patch Changes

  • Updated dependencies
    • @​backstage/catalog-model@​1.7.6-next.0
    • @​backstage/errors@​1.2.7

1.12.0

Minor Changes

  • 0e9ec44: Introduced new streamEntities async generator method for the catalog.

    Catalog API and Catalog Service now includes a streamEntities method that allows for streaming entities from the catalog. This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them all into memory at once. This is useful when you need to fetch a large number of entities but do not want to use pagination or fetch all entities at once.

    Example usage:

    const pageStream = catalogClient.streamEntities({ pageSize: 100 }, { token });
    for await (const page of pageStream) {
      // Handle page of entities
      for (const entity of page) {
        console.log(entity);
      }
    }

Patch Changes

  • 0efcc97: Updated generated schemas

1.12.0-next.0

Minor Changes

  • 0e9ec44: Introduced new streamEntities async generator method for the catalog.

    Catalog API and Catalog Service now includes a streamEntities method that allows for streaming entities from the catalog. This method is designed to handle large datasets efficiently by processing entities in a stream rather than loading them

... (truncated)

Commits
  • 24632ad Version Packages
  • c630360 catalog-client: getEntitiesByRefs should return undefined
  • b19b95f Version Packages (next)
  • 52b0022 chore(deps): update dependency msw to v1
  • b4627f2 Version Packages (next)
  • b5a58f4 Merge pull request #12246 from backstage/vinzscam/catalog-backend-paginated-e...
  • 25b57cc Version Packages
  • b2a73c9 Version Packages (next)
  • a746913 catalog-client: new cursors in api report
  • 88740be catalog-client: improve queryEntities example
  • Additional commits viewable in compare view

Updates @backstage/catalog-model from 1.7.2 to 1.7.6

Changelog

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

1.7.6

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.

1.7.6-next.0

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2

1.7.5

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.5-next.0

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

1.7.4

Patch Changes

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

1.7.3

Patch Changes

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

1.7.3-next.0

Patch Changes

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

... (truncated)

Commits

Updates @backstage/config from 1.3.1 to 1.3.6

Changelog

Sourced from @​backstage/config's changelog.

1.3.6

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.

1.3.6-next.0

Patch Changes

  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.2

1.3.5

Patch Changes

  • b45b094: Allow colon to be used as config key.

1.3.4-next.0

Patch Changes

  • b45b094: Allow colon to be used as config key.

1.3.3

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • 3507fcd: Just some more circular dep cleanup

1.3.3-next.0

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • 3507fcd: Just some more circular dep cleanup

1.3.2

Patch Changes

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

1.3.2-next.0

... (truncated)

Commits

Updates @backstage/backend-test-utils from 1.2.0 to 1.10.0

Changelog

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

1.10.0

Minor Changes

  • d57b13b: Added support for Postgres 18 to the available TestDatabases.

    Note that the set of default databases to test against for users of the TestDatabases class was also updated to include Postgres 14 and 18, instead of 13 and 17. If you need to override this, you can pass in an explicit ids argument, for example ids: ['POSTGRES_17', 'POSTGRES_13', 'SQLITE_3'].

Patch Changes

  • f3001fd: Tweak some of the mock services to have more precise types
  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/backend-defaults@​0.13.1
    • @​backstage/backend-plugin-api@​1.5.0
    • @​backstage/backend-app-api@​1.3.0
    • @​backstage/plugin-permission-common@​0.9.3
    • @​backstage/plugin-events-node@​0.4.17
    • @​backstage/plugin-auth-node@​0.6.9
    • @​backstage/config@​1.3.6

1.10.0-next.2

Patch Changes

  • f3001fd: Tweak some of the mock services to have more precise types
  • Updated dependencies
    • @​backstage/backend-plugin-api@​1.5.0-next.2

1.10.0-next.1

Patch Changes

  • Updated dependencies
    • @​backstage/backend-defaults@​0.13.1-next.1
    • @​backstage/backend-plugin-api@​1.5.0-next.1
    • @​backstage/backend-app-api@​1.3.0-next.1
    • @​backstage/plugin-permission-common@​0.9.3-next.1
    • @​backstage/plugin-auth-node@​0.6.9-next.1
    • @​backstage/plugin-events-node@​0.4.17-next.1

1.10.0-next.0

Minor Changes

  • d57b13b: Added support for Postgres 18 to the available TestDatabases.

    Note that the set of default databases to test against for users of the TestDatabases class was also updated to include Postgres 14 and 18, instead of 13 and 17. If you need to override this, you can pass in an explicit ids argument, for example ids: ['POSTGRES_17', 'POSTGRES_13', 'SQLITE_3'].

Patch Changes

... (truncated)

Commits
  • 6d46667 Version Packages
  • af1753b backend-test-utils: fix mock identity service declaration
  • 11437cd Merge pull request #15725 from backstage/jhaals/mockidentity
  • 8b4d325 Merge pull request #15748 from backstage/mob/new-factories
  • 0995845 backend-test-utils: mark mockConfigFactory as alpha
  • 6c7e4e1 chore: rename mock user
  • b14238f remove export and changeset
  • 939d3ec backend-test-utils: Adds mockIdentityFactory to startTestbackend
  • b8a14b3 update usages of createServiceFactory
  • 08121b6 backend-test-utils: add mock root logger service
  • Additional commits viewable in compare view

Updates @backstage/cli from 0.29.4 to 0.34.5

Changelog

Sourced from @​backstage/cli's changelog.

0.34.5

Patch Changes

  • fc7cbfc: The templates executed with the yarn new command now supports templating filenames.
  • da19cb5: Fix inconsistent behavior in the new command for the @internal scope: it now consistently defaults to the backstage-plugin- infix whether the --scope option is not set or it's set to internal.
  • fc7cbfc: Added a template for the yarn new command to create an catalog entity provider. To add this template to an explicit list in the root package.json, use @backstage/cli/templates/catalog-provider-module.
  • b2bef92: Convert all enums to erasable-syntax compliant patterns
  • 279279c: Fixes an issue where using the backstage-cli new --scope command with a scope that already includes the @ symbol (e.g., @backstage-community) would result in a double @@ prefix in the generated package name, causing invalid package.json files.
  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/integration@​1.18.2
    • @​backstage/eslint-plugin@​0.2.0
    • @​backstage/config-loader@​1.10.6
    • @​backstage/config@​1.3.6
    • @​backstage/cli-node@​0.2.15
    • @​backstage/catalog-model@​1.7.6

0.34.5-next.1

Patch Changes

  • da19cb5: Fix inconsistent behavior in the new command for the @internal scope: it now consistently defaults to the backstage-plugin- infix whether the --scope option is not set or it's set to internal.
  • b2bef92: Convert all enums to erasable-syntax compliant patterns

0.34.5-next.0

Patch Changes

  • fc7cbfc: The templates executed with the yarn new command now supports templating filenames.
  • fc7cbfc: Added a template for the yarn new command to create an catalog entity provider. To add this template to an explicit list in the root package.json, use @backstage/cli/templates/catalog-provider-module.
  • 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's erasableSyntaxOnly setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
  • Updated dependencies
    • @​backstage/eslint-plugin@​0.2.0-next.0
    • @​backstage/config-loader@​1.10.6-next.0
    • @​backstage/config@​1.3.6-next.0
    • @​backstage/cli-node@​0.2.15-next.0
    • @​backstage/catalog-model@​1.7.6-next.0
    • @​backstage/integration@​1.18.2-next.0
    • @​backstage/cli-common@​0.1.15
    • @​backstage/errors@​1.2.7
    • @​backstage/release-manifests@​0.0.13
    • @​backstage/types@​1.2.2

0.34.4

Patch Changes

  • f2cf564: Removed the script transform cache from the default Jest configuration. The script cache provided a moderate performance boost, but it is incompatible with Jest 30.
  • 33faad2: Allow using custom manifest location in the yarn plugin and version bump.

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
Bumps the backstage group with 4 updates in the / directory: [@backstage/backend-plugin-api](https://github.com/backstage/backstage/tree/HEAD/packages/backend-plugin-api), [@backstage/catalog-client](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client), [@backstage/backend-test-utils](https://github.com/backstage/backstage/tree/HEAD/packages/backend-test-utils) and [@backstage/cli](https://github.com/backstage/backstage/tree/HEAD/packages/cli).


Updates `@backstage/backend-plugin-api` from 1.1.0 to 1.5.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.5.0/packages/backend-plugin-api)

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

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

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

Updates `@backstage/backend-test-utils` from 1.2.0 to 1.10.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.10.0/packages/backend-test-utils)

Updates `@backstage/cli` from 0.29.4 to 0.34.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)

---
updated-dependencies:
- dependency-name: "@backstage/backend-plugin-api"
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/catalog-client"
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/catalog-model"
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/config"
  dependency-version: 1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backstage
- dependency-name: "@backstage/backend-test-utils"
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backstage
- dependency-name: "@backstage/cli"
  dependency-version: 0.34.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backstage
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/backstage-9d1310aa00 branch from 0d016c8 to 3751eef Compare November 24, 2025 22:04
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