Skip to main content
Version: Next

Release v1.49.0-next.1

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.49.0-next.1

@backstage/integration@2.0.0-next.1

Major Changes

  • 527cf88: BREAKING Removed deprecated Azure DevOps, Bitbucket, Gerrit and GitHub code:

    • For Azure DevOps, the long deprecated token string and credential object have been removed from the config.d.ts. Use the credentials array object instead.
    • For Bitbucket, the long deprecated bitbucket object has been removed from the config.d.ts. Use the bitbucketCloud or bitbucketServer objects instead.
    • For Gerrit, the parseGerritGitilesUrl function has been removed, use parseGitilesUrlRef instead. The buildGerritGitilesArchiveUrl function has also been removed, use buildGerritGitilesArchiveUrlFromLocation instead.
    • For GitHub, the getGitHubRequestOptions function has been removed.

Patch Changes

  • 993a598: Fixed Azure integration config schema visibility annotations to use per-field @visibility secret instead of @deepVisibility secret on parent objects, so that non-secret fields like clientId, tenantId, organizations, and managedIdentityClientId are no longer incorrectly marked as secret.
  • Updated dependencies
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-common@2.0.0-next.1

Major Changes

  • 527cf88: BREAKING Removed deprecated bitbucket integration from being registered in the ScaffolderClient. Use the bitbucketCloud or bitbucketServer integrations instead.

Minor Changes

  • f598909: BREAKING PRODUCERS: Made retry, listTasks, listTemplatingExtensions, dryRun, and autocomplete required methods on the ScaffolderApi interface. Implementations of ScaffolderApi must now provide these methods.

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.6

@backstage/backend-defaults@0.16.0-next.1

Minor Changes

  • 0e7d8f9: The scheduler service now uses the metrics service to create metrics, providing plugin-scoped attribution.
  • 527cf88: BREAKING Removed deprecated BitbucketUrlReader. Use the BitbucketCloudUrlReader or the BitbucketServerUrlReader instead.

Patch Changes

  • 62f0a53: Fixed error forwarding in the actions registry so that known errors like InputError and NotFoundError thrown by actions preserve their original status codes and messages instead of being wrapped in ForwardedError and coerced to 500.
  • Updated dependencies
    • @backstage/cli-node@0.2.19-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-auth-node@0.6.14-next.1
    • @backstage/backend-app-api@1.5.1-next.0
    • @backstage/backend-dev-utils@0.1.7
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/config-loader@1.10.9-next.0
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.20
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-node@0.10.11-next.0

@backstage/backend-dynamic-feature-service@0.8.0-next.1

Minor Changes

  • 0fbcf23: Migrated OpenAPI schemas to 3.1.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.5.0-next.1
    • @backstage/cli-common@0.2.0-next.1
    • @backstage/cli-node@0.2.19-next.1
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/plugin-events-backend@0.6.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/plugin-auth-node@0.6.14-next.1
    • @backstage/backend-openapi-utils@0.6.7-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/config-loader@1.10.9-next.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-app-node@0.1.43-next.0
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0
    • @backstage/plugin-search-backend-node@1.4.2-next.0
    • @backstage/plugin-search-common@1.2.22

@backstage/catalog-client@1.14.0-next.1

Minor Changes

  • 972f686: Added support for the query field in getEntitiesByRefs requests, enabling predicate-based filtering with $all, $any, $not, $exists, $in, $contains, and $hasPrefix operators.

  • 56c908e: Added support for the query field in getEntityFacets requests, enabling predicate-based filtering with $all, $any, $not, $exists, $in, $contains, and $hasPrefix operators.

  • 0fbcf23: Migrated OpenAPI schemas to 3.1.

  • 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.

    Supports $all, $any, $not, $exists, $in, $hasPrefix, and (partially) $contains operators for expressive entity queries. Integrated into the existing queryEntities flow with full cursor-based pagination, permission enforcement, and totalItems support.

    The catalog client's queryEntities() method automatically routes to the POST endpoint when a query predicate is provided.

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.6
    • @backstage/errors@1.2.7
    • @backstage/filter-predicates@0.1.0

@backstage/cli@0.36.0-next.1

Minor Changes

  • b36a60d: BREAKING: The migrate package-exports command has been removed. Use repo fix instead.

Patch Changes

  • 0d2d0f2: Internal refactor of CLI modularization, moving individual commands to be implemented with cleye.
  • 2fcba39: Internal refactor to move shared utilities into their consuming modules, reducing cross-module dependencies.
  • c85ac86: Internal refactor to split loadCliConfig into separate implementations for the build and config CLI modules, removing a cross-module dependency.
  • 61cb976: Migrated internal versioning utilities to use @backstage/cli-node instead of a local implementation.
  • 825c81d: Internal refactor of CLI command modules.
  • a9d23c4: Properly support package.json workspaces field
  • Updated dependencies
    • @backstage/cli-common@0.2.0-next.1
    • @backstage/cli-node@0.2.19-next.1
    • @backstage/module-federation-common@0.1.2-next.0
    • @backstage/integration@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/config-loader@1.10.9-next.0
    • @backstage/errors@1.2.7
    • @backstage/eslint-plugin@0.2.2-next.0
    • @backstage/release-manifests@0.0.13
    • @backstage/types@1.2.2

@backstage/repo-tools@0.17.0-next.1

Minor Changes

  • 0fbcf23: Added support for OpenAPI 3.1 to all schema openapi commands. The commands now auto-detect the OpenAPI version from the spec file and use the appropriate generator, supporting both OpenAPI 3.0.x and 3.1.x specifications.

Patch Changes

  • 426edbe: Fixed generate-catalog-info command failing with "too many arguments" when invoked by lint-staged via the pre-commit hook.
  • d5779e5: Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output.
  • Updated dependencies
    • @backstage/cli-common@0.2.0-next.1
    • @backstage/cli-node@0.2.19-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config-loader@1.10.9-next.0
    • @backstage/errors@1.2.7

@backstage/ui@0.13.0-next.1

Minor Changes

  • 768f09d: BREAKING: Simplified the neutral background prop API for container components. The explicit neutral-1, neutral-2, neutral-3, and neutral-auto values have been removed from ProviderBg. They are replaced by a single 'neutral' value that always auto-increments from the parent context, making it impossible to skip or pin to an explicit neutral level.

    Migration:

    Replace any explicit bg="neutral-1", bg="neutral-2", bg="neutral-3", or bg="neutral-auto" props with bg="neutral". To achieve a specific neutral level in stories or tests, use nested containers — each additional bg="neutral" wrapper increments by one level.

    // Before
    <Box bg="neutral-2">...</Box>

    // After
    <Box bg="neutral">
    <Box bg="neutral">...</Box>
    </Box>

    Affected components: Box, Flex, Grid, Card, Accordion, Popover, Tooltip, Dialog, Menu

  • b42fcdc: BREAKING: Removed --bui-bg-popover CSS token. Popover, Tooltip, Menu, and Dialog now use --bui-bg-app for their outer shell and Box bg="neutral-1" for content areas, providing better theme consistency and eliminating a redundant token.

    Migration:

    Replace any usage of --bui-bg-popover with --bui-bg-neutral-1 (for content surfaces) or --bui-bg-app (for outer shells):

    - background: var(--bui-bg-popover);
    + background: var(--bui-bg-neutral-1);

    Affected components: Popover, Tooltip, Menu, Dialog

  • bd3a76e: BREAKING: Data attributes rendered by components are now always lowercase. This affects CSS selectors targeting camelCase data attributes.

    Migration:

    Update any custom CSS selectors that target camelCase data attributes to use lowercase instead:

    - [data-startCollapsed='true'] { ... }
    + [data-startcollapsed='true'] { ... }

    Affected components: SearchField

  • 95702ab: BREAKING: Removed deprecated types ComponentDefinition, ClassNamesMap, DataAttributeValues, and DataAttributesMap from the public API. These were internal styling infrastructure types that have been replaced by the defineComponent system.

    Migration:

    Remove any direct usage of these types. Component definitions now use defineComponent() and their shapes are not part of the public API contract.

    - import type { ComponentDefinition, ClassNamesMap } from '@backstage/ui';

    If you were reading definition.dataAttributes, use definition.propDefs instead — props with dataAttribute: true in propDefs are the equivalent.

Patch Changes

  • 58224d3: Fixed neutral-1 hover & pressed state in light mode.

  • 95702ab: Migrated all components from useStyles to useDefinition hook. Exported OwnProps types for each component, enabling better type composition for consumers.

    Affected components: Avatar, Checkbox, Container, Dialog, FieldError, FieldLabel, Flex, FullPage, Grid, HeaderPage, Link, Menu, PasswordField, PluginHeader, Popover, RadioGroup, SearchField, Select, Skeleton, Switch, Table, TablePagination, Tabs, TagGroup, Text, TextField, ToggleButton, ToggleButtonGroup, Tooltip, VisuallyHidden

  • 4c2c350: Removed the transition on Container padding to prevent an unwanted animation when the viewport is resized.

    Affected components: Container

  • d4fa5b4: Fixed tab matchStrategy matching to ignore query parameters and hash fragments in tab href values. Previously, tabs with query params in their href (e.g., /page?group=foo) would never show as active since matching compared the full href string against location.pathname which never includes query params.

    Affected components: Tabs, PluginHeader

  • 36987db: Fixed handling of the style prop on Button, ButtonIcon, and ButtonLink so that it is now correctly forwarded to the underlying element instead of being silently dropped.

    Affected components: Button, ButtonIcon, ButtonLink

  • 95702ab: Fixed Link variant default from 'body' to 'body-medium' to match actual CSS selectors. The previous default did not correspond to a valid variant value.

    Affected components: Link

  • 9027b10: Fixed scroll overflow in Menu and Select popover content when constrained by viewport height.

    Affected components: Menu, Select

  • 4105a78: Merged the internal PluginHeaderToolbar component into PluginHeader, removing the separate component and its associated types (PluginHeaderToolbarOwnProps, PluginHeaderToolbarProps) and definition (PluginHeaderToolbarDefinition). This is an internal refactor with no changes to the public API of PluginHeader.

    Affected components: PluginHeader

  • b303857: Fixed isRequired prop not being passed to the underlying React Aria field components in TextField, SearchField, and PasswordField. Previously, isRequired was consumed locally for the secondary label text but never forwarded, which meant the input elements lacked aria-required="true" and React Aria's built-in required validation was not activated.

    Affected components: TextField, SearchField, PasswordField

  • cd3cb0f: Improved useBreakpoint performance by sharing a single set of matchMedia listeners across all component instances instead of creating independent listeners per hook call.

  • 36987db: Extended AlertProps, ContainerProps, DialogBodyProps, and FieldLabelProps with native div element props to allow passing attributes like aria-* and data-*.

    Affected components: Alert, Container, DialogBody, FieldLabel

  • Updated dependencies

    • @backstage/version-bridge@1.0.12

@backstage/plugin-catalog@1.34.0-next.1

Minor Changes

  • 4d58894: Added support for group alias IDs and configurable content ordering on the entity page. Groups can now declare aliases so that content targeting an aliased group is included in the group. A new defaultContentOrder option (default title) controls how content items within each group are sorted, with support for both a page-level default and per-group overrides.

Patch Changes

  • 07ba746: Fixed entity page tab groups not respecting the ordering from the groups configuration.
  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-compat-api@0.5.9-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-react@0.4.41-next.0
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-search-react@1.10.5-next.0
    • @backstage/plugin-techdocs-common@0.1.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0

@backstage/plugin-catalog-backend@3.5.0-next.1

Minor Changes

  • a6b2819: Added query-catalog-entities action to the catalog backend actions registry. Supports predicate-based filtering with $all, $any, $not, $exists, $in, $contains, and $hasPrefix operators.

  • 972f686: Added support for predicate-based filtering on the /entities/by-refs endpoint via the query field in the request body. Supports $all, $any, $not, $exists, $in, $contains, and $hasPrefix operators.

  • 56c908e: Added support for predicate-based filtering on the /entity-facets endpoint via a new POST method. Supports $all, $any, $not, $exists, $in, $contains, and $hasPrefix operators.

  • 0fbcf23: Migrated OpenAPI schemas to 3.1.

  • 51e23eb: Added predicate-based entity filtering via POST /entities/by-query endpoint.

    Supports $all, $any, $not, $exists, $in, $hasPrefix, and (partially) $contains operators for expressive entity queries. Integrated into the existing queryEntities flow with full cursor-based pagination, permission enforcement, and totalItems support.

    The catalog client's queryEntities() method automatically routes to the POST endpoint when a query predicate is provided.

Patch Changes

  • 72747b4: Deprecated two processors as they have been moved to the Community Plugins repo with their own backend modules:

    • AnnotateScmSlugEntityProcessor: Use @backstage-community/plugin-catalog-backend-module-annotate-scm-slug instead
    • CodeOwnersProcessor: Use @backstage-community/plugin-catalog-backend-module-codeowners instead
  • Updated dependencies

    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-openapi-utils@0.6.7-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/filter-predicates@0.1.0
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0

@backstage/plugin-catalog-backend-module-github@0.13.0-next.1

Minor Changes

  • b11c2cd: The default user transformer now prefers organization verified domain emails over the user's public GitHub email when populating the user entity profile. It also strips plus-addressed routing tags that GitHub adds to these emails.

    If you want to retain the old behavior, you can do so with a custom user transformer using the githubOrgEntityProviderTransformsExtensionPoint:

    import { createBackendModule } from '@backstage/backend-plugin-api';
    import { githubOrgEntityProviderTransformsExtensionPoint } from '@backstage/plugin-catalog-backend-module-github-org';
    import { defaultUserTransformer } from '@backstage/plugin-catalog-backend-module-github';

    export default createBackendModule({
    pluginId: 'catalog',
    moduleId: 'github-org-custom-transforms',
    register(env) {
    env.registerInit({
    deps: {
    transforms: githubOrgEntityProviderTransformsExtensionPoint,
    },
    async init({ transforms }) {
    transforms.setUserTransformer(async (item, ctx) => {
    const entity = await defaultUserTransformer(item, ctx);
    if (entity && item.email) {
    entity.spec.profile!.email = item.email;
    }
    return entity;
    });
    },
    });
    },
    });

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-catalog-react@2.1.0-next.1

Minor Changes

  • 4d58894: Added aliases and contentOrder fields to EntityContentGroupDefinition, allowing groups to declare alias IDs and control the sort order of their content items.

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/frontend-test-utils@0.5.1-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-compat-api@0.5.9-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/filter-predicates@0.1.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-events-backend@0.6.0-next.1

Minor Changes

  • 0fbcf23: Migrated OpenAPI schemas to 3.1.

Patch Changes

  • Updated dependencies
    • @backstage/backend-openapi-utils@0.6.7-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-scaffolder-backend@3.2.0-next.1

Minor Changes

  • c9b11eb: Added a new list-scaffolder-tasks action that allows querying scaffolder tasks with optional ownership filtering and pagination support
  • 0fbcf23: Migrated OpenAPI schemas to 3.1.
  • 7695dd2: Added a new list-scaffolder-actions action that returns all installed scaffolder actions with their schemas and examples

Patch Changes

  • e27bd4e: Removed @backstage/plugin-scaffolder-backend-module-bitbucket from package.json as the package itself has been deprecated and the code deleted.
  • ccc20cf: create scaffolder MCP action to dry run a provided scaffolder template
  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-openapi-utils@0.6.7-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0

@backstage/plugin-scaffolder-node@0.13.0-next.1

Minor Changes

  • e27bd4e: BREAKING Removed deprecated bitbucket integration from being used in the parseRepoUrl function. It will use the bitbucketCloud or bitbucketServer integrations instead.

Patch Changes

  • f598909: Added scaffolderServiceRef and ScaffolderService interface for backend plugins that need to interact with the scaffolder API using BackstageCredentials instead of raw tokens.
  • Updated dependencies
    • @backstage/backend-test-utils@1.11.1-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.6

@backstage/plugin-search-backend@2.1.0-next.1

Minor Changes

  • 0fbcf23: Migrated OpenAPI schemas to 3.1.

Patch Changes

  • Updated dependencies
    • @backstage/backend-openapi-utils@0.6.7-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0
    • @backstage/plugin-search-backend-node@1.4.2-next.0
    • @backstage/plugin-search-common@1.2.22

@backstage/backend-test-utils@1.11.1-next.1

Patch Changes

  • 62f0a53: Fixed error forwarding in the actions registry so that known errors like InputError and NotFoundError thrown by actions preserve their original status codes and messages instead of being wrapped in ForwardedError and coerced to 500.
  • Updated dependencies
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/plugin-auth-node@0.6.14-next.1
    • @backstage/backend-app-api@1.5.1-next.0
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-common@0.9.6

@backstage/cli-common@0.2.0-next.1

Patch Changes

  • e44b6a9: The findOwnRootDir utility now searches for the monorepo root by traversing up the directory tree looking for a package.json with workspaces, instead of assuming a fixed ../.. relative path. If no workspaces root is found during this traversal, findOwnRootDir now throws to enforce stricter validation of the repository layout.
  • Updated dependencies
    • @backstage/errors@1.2.7

@backstage/cli-node@0.2.19-next.1

Patch Changes

  • 61cb976: Added toString() method to Lockfile for serializing lockfiles back to string format.
  • 3c811bf: Added hasBackstageYarnPlugin and SuccessCache exports, moved from @backstage/cli.
  • a9d23c4: Properly support package.json workspaces field
  • Updated dependencies
    • @backstage/cli-common@0.2.0-next.1
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/core-compat-api@0.5.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-app-react@0.2.1-next.0

@backstage/create-app@0.7.10-next.1

Patch Changes

  • a9d23c4: Properly support package.json workspaces field

  • ebd4630: Replace deprecated workspaces.packages with workspaces in package.json

    This change is not required, but you can edit your main package.json, to fit the more modern & more common pattern:

    -  "workspaces": {
    - "packages": [
    "workspaces": [
    "packages/*",
    "plugins/*"
    - ]
    - },
    ],
  • Updated dependencies

    • @backstage/cli-common@0.2.0-next.1

@backstage/dev-utils@1.1.21-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/app-defaults@1.7.6-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/theme@0.7.2

@backstage/frontend-dynamic-feature-loader@0.1.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/module-federation-common@0.1.2-next.0
    • @backstage/config@1.3.6
    • @backstage/frontend-plugin-api@0.14.2-next.0

@backstage/frontend-test-utils@0.5.1-next.1

Patch Changes

  • 479282f: Fixed type inference of TestApiPair when using tuple syntax by wrapping MockWithApiFactory in NoInfer.
  • Updated dependencies
    • @backstage/plugin-app@0.4.1-next.1
    • @backstage/config@1.3.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-app-api@0.15.1-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/test-utils@1.7.16-next.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-app-react@0.2.1-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/integration-react@1.2.16-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/config@1.3.6
    • @backstage/core-plugin-api@1.12.4-next.0

@backstage/module-federation-common@0.1.2-next.0

Patch Changes

  • 0cb5646: Fixed the @mui/material/styles shared dependency key by removing a trailing slash that caused module resolution failures with MUI package exports.
  • Updated dependencies
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@techdocs/cli@1.10.6-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.2.0-next.1
    • @backstage/plugin-techdocs-node@1.14.3-next.1
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6

@backstage/plugin-api-docs@0.13.5-next.1

Patch Changes

  • 30e08df: Added default entity content groups for the API docs entity content tabs. The API definition tab defaults to the documentation group and the APIs tab defaults to the development group.
  • Updated dependencies
    • @backstage/plugin-catalog@1.34.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-app@0.4.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/theme@0.7.2
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-app-react@0.2.1-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-app-visualizer@0.2.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0

@backstage/plugin-auth-backend@0.27.1-next.1

Patch Changes

  • 1ccad86: Added who-am-i action to the auth backend actions registry. Returns the catalog entity and user info for the currently authenticated user.
  • Updated dependencies
    • @backstage/plugin-auth-node@0.6.14-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-auth-node@0.6.14-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-bitbucket-cloud-common@0.3.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1

@backstage/plugin-catalog-backend-module-aws@0.4.21-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.20
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-kubernetes-common@0.9.10

@backstage/plugin-catalog-backend-module-azure@0.3.15-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-catalog-backend-module-gerrit@0.3.12-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-catalog-backend-module-gitea@0.1.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-catalog-backend-module-github-org@0.3.20-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend-module-github@0.13.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-catalog-backend-module-gitlab@0.8.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.5.0-next.1
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0
    • @backstage/plugin-permission-common@0.9.6

@backstage/plugin-catalog-backend-module-openapi@0.2.20-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.18-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-catalog-graph@0.5.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/types@1.2.2

@backstage/plugin-catalog-import@0.13.11-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-catalog-node@2.1.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/backend-test-utils@1.11.1-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0

@backstage/plugin-devtools@0.1.37-next.1

Patch Changes

  • afabb37: Fixed URL encoding of task IDs for the trigger feature (tasks that contained a "/" in their ID were not triggered)
  • Updated dependencies
    • @backstage/core-compat-api@0.5.9-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/plugin-devtools-common@0.1.22
    • @backstage/plugin-devtools-react@0.1.2-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-events-backend-module-github@0.4.10-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/types@1.2.2
    • @backstage/plugin-events-node@0.4.20-next.0

@backstage/plugin-home@0.9.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-compat-api@0.5.9-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/theme@0.7.2
    • @backstage/plugin-home-react@0.1.36-next.0

@backstage/plugin-kubernetes@0.12.17-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/plugin-kubernetes-common@0.9.10
    • @backstage/plugin-kubernetes-react@0.5.17-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-kubernetes-backend@0.21.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.20
    • @backstage/types@1.2.2
    • @backstage/plugin-kubernetes-common@0.9.10
    • @backstage/plugin-kubernetes-node@0.4.2-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0

@backstage/plugin-kubernetes-cluster@0.0.35-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/plugin-kubernetes-common@0.9.10
    • @backstage/plugin-kubernetes-react@0.5.17-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-mcp-actions-backend@0.1.10-next.1

Patch Changes

  • 62f0a53: Fixed error forwarding in the actions registry so that known errors like InputError and NotFoundError thrown by actions preserve their original status codes and messages instead of being wrapped in ForwardedError and coerced to 500.
  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-mui-to-bui@0.2.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/theme@0.7.2

@backstage/plugin-notifications-backend-module-email@0.3.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/plugin-notifications-node@0.2.24-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/integration-aws-node@0.1.20
    • @backstage/types@1.2.2
    • @backstage/plugin-notifications-common@0.2.1

@backstage/plugin-notifications-node@0.2.24-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/plugin-notifications-common@0.2.1
    • @backstage/plugin-signals-node@0.1.29-next.0

@backstage/plugin-org@0.6.50-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/plugin-catalog-common@1.1.8

@backstage/plugin-org-react@0.1.48-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0

@backstage/plugin-scaffolder@1.35.5-next.1

Patch Changes

  • e27bd4e: Removed check for deprecated bitbucket integration from repoPickerValidation function used by the RepoUrlPicker, it now validates the bitbucketServer and bitbucketCloud integrations instead.
  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/plugin-scaffolder-react@1.19.8-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/types@1.2.2
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-react@0.4.41-next.0
    • @backstage/plugin-techdocs-common@0.1.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0

@backstage/plugin-scaffolder-backend-module-azure@0.2.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.3.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/plugin-bitbucket-cloud-common@0.3.8-next.1

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.21-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-backend-module-gcp@0.2.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gerrit@0.2.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-gitea@0.2.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-github@0.9.7-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-backend-module-gitlab@0.11.4-next.1

Patch Changes

  • 0c1726a: Added new gitlab:group:access scaffolder action to add or remove users and groups as members of GitLab groups. The action supports specifying members via userIds and/or groupIds array parameters, configurable access levels (Guest, Reporter, Developer, Maintainer, Owner), and defaults to the 'add' action when not specified.
  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-notifications@0.1.20-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/plugin-notifications-node@0.2.24-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/plugin-notifications-common@0.2.1

@backstage/plugin-scaffolder-backend-module-rails@0.5.19-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-backend-module-sentry@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7

@backstage/plugin-scaffolder-backend-module-yeoman@0.4.20-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/types@1.2.2
    • @backstage/plugin-scaffolder-node-test-utils@0.3.9-next.1

@backstage/plugin-scaffolder-node-test-utils@0.3.9-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-test-utils@1.11.1-next.1
    • @backstage/plugin-scaffolder-node@0.13.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/types@1.2.2

@backstage/plugin-scaffolder-react@1.19.8-next.1

Patch Changes

  • 004b5c1: Added back formFieldsApiRef and ScaffolderFormFieldsApi as alpha exports.
  • f598909: Added scaffolderApiMock test utility, exported from @backstage/plugin-scaffolder-react/testUtils.
  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/frontend-test-utils@0.5.1-next.1
    • @backstage/plugin-scaffolder-common@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/theme@0.7.2
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-permission-react@0.4.41-next.0

@backstage/plugin-search@1.6.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/types@1.2.2
    • @backstage/version-bridge@1.0.12
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-search-react@1.10.5-next.0

@backstage/plugin-search-backend-module-catalog@0.3.13-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-search-backend-node@1.4.2-next.0
    • @backstage/plugin-search-common@1.2.22

@backstage/plugin-search-backend-module-techdocs@0.4.12-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-techdocs-node@1.14.3-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-search-backend-node@1.4.2-next.0
    • @backstage/plugin-search-common@1.2.22

@backstage/plugin-techdocs@1.17.1-next.1

Patch Changes

  • 30e08df: Added documentation as the default entity content group for the TechDocs entity content tab.
  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/theme@0.7.2
    • @backstage/plugin-auth-react@0.1.25-next.0
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-search-react@1.10.5-next.0
    • @backstage/plugin-techdocs-common@0.1.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0

@backstage/plugin-techdocs-addons-test-utils@2.0.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-techdocs@1.17.1-next.1
    • @backstage/plugin-catalog@1.34.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/test-utils@1.7.16-next.0
    • @backstage/plugin-search-react@1.10.5-next.0
    • @backstage/plugin-techdocs-react@1.3.9-next.0

@backstage/plugin-techdocs-backend@2.1.6-next.1

Patch Changes

  • cb7c6b1: Added techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the hooks key which some MkDocs plugins require.
  • Updated dependencies
    • @backstage/catalog-client@1.14.0-next.1
    • @backstage/plugin-techdocs-node@1.14.3-next.1
    • @backstage/integration@2.0.0-next.1
    • @backstage/plugin-catalog-node@2.1.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/types@1.2.2

@backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1

Patch Changes

  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0

@backstage/plugin-techdocs-node@1.14.3-next.1

Patch Changes

  • cb7c6b1: Added techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the hooks key which some MkDocs plugins require.
  • Updated dependencies
    • @backstage/integration@2.0.0-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/errors@1.2.7
    • @backstage/integration-aws-node@0.1.20
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-techdocs-common@0.1.1

@backstage/plugin-user-settings@0.9.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/errors@1.2.7
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/theme@0.7.2
    • @backstage/types@1.2.2
    • @backstage/plugin-signals-react@0.0.20-next.0
    • @backstage/plugin-user-settings-common@0.1.0

example-app@0.0.33-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/cli@0.36.0-next.1
    • @backstage/plugin-devtools@0.1.37-next.1
    • @backstage/plugin-scaffolder@1.35.5-next.1
    • @backstage/plugin-api-docs@0.13.5-next.1
    • @backstage/plugin-techdocs@1.17.1-next.1
    • @backstage/plugin-catalog@1.34.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/plugin-scaffolder-react@1.19.8-next.1
    • @backstage/plugin-app@0.4.1-next.1
    • @backstage/plugin-app-visualizer@0.2.1-next.1
    • @backstage/plugin-catalog-graph@0.5.8-next.1
    • @backstage/plugin-catalog-import@0.13.11-next.1
    • @backstage/plugin-home@0.9.3-next.1
    • @backstage/plugin-org@0.6.50-next.1
    • @backstage/app-defaults@1.7.6-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-compat-api@0.5.9-next.1
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-app-api@0.15.1-next.0
    • @backstage/frontend-defaults@0.4.1-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/theme@0.7.2
    • @backstage/plugin-app-react@0.2.1-next.0
    • @backstage/plugin-auth@0.1.6-next.0
    • @backstage/plugin-auth-react@0.1.25-next.0
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
    • @backstage/plugin-home-react@0.1.36-next.0
    • @backstage/plugin-kubernetes@0.12.17-next.1
    • @backstage/plugin-kubernetes-cluster@0.0.35-next.1
    • @backstage/plugin-notifications@0.5.15-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0
    • @backstage/plugin-search@1.6.2-next.1
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-search-react@1.10.5-next.0
    • @backstage/plugin-signals@0.0.29-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0
    • @backstage/plugin-user-settings@0.9.1-next.1

example-app-legacy@0.2.119-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/cli@0.36.0-next.1
    • @backstage/plugin-devtools@0.1.37-next.1
    • @backstage/plugin-scaffolder@1.35.5-next.1
    • @backstage/plugin-api-docs@0.13.5-next.1
    • @backstage/plugin-techdocs@1.17.1-next.1
    • @backstage/plugin-catalog@1.34.0-next.1
    • @backstage/plugin-catalog-react@2.1.0-next.1
    • @backstage/plugin-scaffolder-react@1.19.8-next.1
    • @backstage/plugin-mui-to-bui@0.2.5-next.1
    • @backstage/plugin-catalog-graph@0.5.8-next.1
    • @backstage/plugin-catalog-import@0.13.11-next.1
    • @backstage/plugin-home@0.9.3-next.1
    • @backstage/plugin-org@0.6.50-next.1
    • @backstage/app-defaults@1.7.6-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-components@0.18.8-next.0
    • @backstage/core-plugin-api@1.12.4-next.0
    • @backstage/frontend-app-api@0.15.1-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/theme@0.7.2
    • @backstage/plugin-auth-react@0.1.25-next.0
    • @backstage/plugin-catalog-common@1.1.8
    • @backstage/plugin-catalog-unprocessed-entities@0.2.27-next.0
    • @backstage/plugin-home-react@0.1.36-next.0
    • @backstage/plugin-kubernetes@0.12.17-next.1
    • @backstage/plugin-kubernetes-cluster@0.0.35-next.1
    • @backstage/plugin-notifications@0.5.15-next.0
    • @backstage/plugin-permission-react@0.4.41-next.0
    • @backstage/plugin-search@1.6.2-next.1
    • @backstage/plugin-search-common@1.2.22
    • @backstage/plugin-search-react@1.10.5-next.0
    • @backstage/plugin-signals@0.0.29-next.0
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.34-next.1
    • @backstage/plugin-techdocs-react@1.3.9-next.0
    • @backstage/plugin-user-settings@0.9.1-next.1

example-backend@0.0.48-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.5.0-next.1
    • @backstage/plugin-auth-backend@0.27.1-next.1
    • @backstage/plugin-techdocs-backend@2.1.6-next.1
    • @backstage/backend-defaults@0.16.0-next.1
    • @backstage/plugin-scaffolder-backend@3.2.0-next.1
    • @backstage/plugin-mcp-actions-backend@0.1.10-next.1
    • @backstage/plugin-events-backend@0.6.0-next.1
    • @backstage/plugin-search-backend@2.1.0-next.1
    • @backstage/plugin-auth-node@0.6.14-next.1
    • @backstage/plugin-kubernetes-backend@0.21.2-next.1
    • @backstage/plugin-search-backend-module-catalog@0.3.13-next.1
    • @backstage/plugin-search-backend-module-techdocs@0.4.12-next.1
    • @backstage/backend-plugin-api@1.7.1-next.0
    • @backstage/catalog-model@1.7.6
    • @backstage/plugin-app-backend@0.5.12-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.5.1-next.0
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.17-next.0
    • @backstage/plugin-auth-backend-module-openshift-provider@0.1.5-next.0
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.12-next.0
    • @backstage/plugin-catalog-backend-module-openapi@0.2.20-next.1
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.18-next.1
    • @backstage/plugin-catalog-backend-module-unprocessed@0.6.9-next.0
    • @backstage/plugin-devtools-backend@0.5.15-next.0
    • @backstage/plugin-events-backend-module-google-pubsub@0.2.1-next.0
    • @backstage/plugin-notifications-backend@0.6.3-next.0
    • @backstage/plugin-permission-backend@0.7.10-next.0
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.17-next.0
    • @backstage/plugin-permission-common@0.9.6
    • @backstage/plugin-permission-node@0.10.11-next.0
    • @backstage/plugin-proxy-backend@0.6.11-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.9.7-next.1
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.20-next.1
    • @backstage/plugin-search-backend-module-elasticsearch@1.8.1-next.0
    • @backstage/plugin-search-backend-module-explore@0.3.12-next.0
    • @backstage/plugin-search-backend-node@1.4.2-next.0
    • @backstage/plugin-signals-backend@0.3.13-next.0

techdocs-cli-embedded-app@0.2.118-next.1

Patch Changes

  • Updated dependencies
    • @backstage/ui@0.13.0-next.1
    • @backstage/cli@0.36.0-next.1
    • @backstage/plugin-techdocs@1.17.1-next.1
    • @backstage/plugin-catalog@1.34.0-next.1
    • @backstage/catalog-model@1.7.6
    • @backstage/config@1.3.6
    • @backstage/core-app-api@1.19.6-next.0
    • @backstage/core-components@0.18.8-next.0
    • @backstage/frontend-defaults@0.4.1-next.0
    • @backstage/frontend-plugin-api@0.14.2-next.0
    • @backstage/integration-react@1.2.16-next.1
    • @backstage/test-utils@1.7.16-next.0
    • @backstage/theme@0.7.2
    • @backstage/plugin-app-react@0.2.1-next.0
    • @backstage/plugin-techdocs-react@1.3.9-next.0