fix(deps): update backstage monorepo #46

Merged
kjuulh merged 1 commits from renovate/backstage-monorepo into main 2024-10-16 06:03:12 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/app-defaults (source) dependencies patch 1.5.11 -> 1.5.12
@backstage/catalog-client (source) dependencies patch 1.7.0 -> 1.7.1
@backstage/cli (source) devDependencies minor ^0.27.0 -> ^0.28.0
@backstage/cli (source) dependencies minor ^0.27.0 -> ^0.28.0
@backstage/core-app-api (source) devDependencies patch 1.15.0 -> 1.15.1
@backstage/core-app-api (source) dependencies patch 1.15.0 -> 1.15.1
@backstage/core-components (source) dependencies patch 0.15.0 -> 0.15.1
@backstage/core-plugin-api (source) dependencies minor 1.9.4 -> 1.10.0
@backstage/dev-utils (source) devDependencies patch 1.1.1 -> 1.1.2
@backstage/integration-react (source) dependencies minor 1.1.32 -> 1.2.0
@backstage/plugin-api-docs (source) dependencies patch 0.11.10 -> 0.11.11
@backstage/plugin-app-backend (source) dependencies patch 0.3.75 -> 0.3.76
@backstage/plugin-auth-backend (source) dependencies patch 0.23.0 -> 0.23.1
@backstage/plugin-catalog (source) dependencies minor 1.23.1 -> 1.24.0
@backstage/plugin-catalog-backend (source) dependencies minor 1.26.1 -> 1.27.0
@backstage/plugin-catalog-backend-module-github (source) dependencies patch 0.7.4 -> 0.7.5
@backstage/plugin-catalog-graph (source) dependencies patch 0.4.10 -> 0.4.11
@backstage/plugin-catalog-import (source) dependencies patch 0.12.4 -> 0.12.5
@backstage/plugin-catalog-react (source) dependencies minor 1.13.1 -> 1.14.0
@backstage/plugin-org (source) dependencies patch 0.6.30 -> 0.6.31
@backstage/plugin-permission-node (source) dependencies patch 0.8.3 -> 0.8.4
@backstage/plugin-permission-react (source) dependencies patch 0.4.26 -> 0.4.27
@backstage/plugin-proxy-backend (source) dependencies patch 0.5.6 -> 0.5.7
@backstage/plugin-scaffolder (source) dependencies minor 1.25.1 -> 1.26.0
@backstage/plugin-scaffolder-backend (source) dependencies minor 1.25.0 -> 1.26.0
@backstage/plugin-search (source) dependencies patch 1.4.17 -> 1.4.18
@backstage/plugin-search-backend (source) dependencies minor 1.5.17 -> 1.6.0
@backstage/plugin-search-backend-module-pg (source) dependencies patch 0.5.35 -> 0.5.36
@backstage/plugin-search-backend-node (source) dependencies patch 1.3.2 -> 1.3.3
@backstage/plugin-search-react (source) dependencies patch 1.8.0 -> 1.8.1
@backstage/plugin-techdocs (source) dependencies minor 1.10.10 -> 1.11.0
@backstage/plugin-techdocs-backend (source) dependencies minor 1.10.13 -> 1.11.0
@backstage/plugin-techdocs-module-addons-contrib (source) dependencies patch 1.1.15 -> 1.1.16
@backstage/plugin-techdocs-react (source) dependencies patch 1.2.8 -> 1.2.9
@backstage/plugin-user-settings (source) dependencies patch 0.8.13 -> 0.8.14
@backstage/test-utils (source) devDependencies minor 1.6.0 -> 1.7.0
@backstage/theme (source) dependencies minor ^0.5.0 -> ^0.6.0

Release Notes

backstage/backstage (@​backstage/app-defaults)

v1.5.12

Compare Source

Patch Changes
backstage/backstage (@​backstage/catalog-client)

v1.7.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/cli)

v0.28.0

Compare Source

Minor Changes
  • 264058c: The repo test command will no longer default to watch mode if the --since flag is provided.

  • 55b8b84: BREAKING: The Jest configuration defined at @backstage/cli/config/jest no longer collects configuration defined in the "jest" field from all parent package.json files. Instead, it will only read and merge configuration from the package.json in the monorepo root if it exists, as well as the target package. In addition, configuration defined in the root package.json will now only be merged into each package configuration if it is a valid project-level configuration key.

  • 6129076: BREAKING: Removed the following deprecated commands:

    • create: Use backstage-cli new instead
    • create-plugin: Use backstage-cli new instead
    • plugin:diff: Use backstage-cli fix instead
    • test: Use backstage-cli repo test or backstage-cli package test instead
    • versions:check: Use yarn dedupe or yarn-deduplicate instead
    • clean: Use backstage-cli package clean instead

    In addition, the experimental install and onboard commands have been removed since they have not received any updates since their introduction and we're expecting usage to be low. If you where relying on these commands, please let us know by opening an issue towards the main Backstage repository.

Patch Changes
  • ea16633: Preserve directory structure for CommonJS build output, just like ESM. This makes the build output more stable and easier to browse, and allows for more effective tree shaking and lazy imports.

  • 520a383: Added functionality to the prepack script that will append the default export type for entry points to the exports object before publishing. This is to help with identifying the declarative integration points for plugins without needing to fetch or run the plugins first.

  • 9625a97: The scaffolder-module template has been updated to use a more modern layout and new testing utilities for scaffolder actions.

  • 03810d2: Remove unknown dependency diff

  • cebee4f: Added support for a new experimental EXPERIMENTAL_TRIM_NEXT_ENTRY flag which removes any ./next entry points present in packages when building and publishing.

  • 54c8aa3: The check for react-dom/client will now properly always run from the target directory.

  • b676cc9: feat: experimentally support using rspack instead under EXPERIMENTAL_RSPACK env flag

  • 094eaa3: Remove references to in-repo backend-common

  • 95999c5: The backend plugin template for the new command has been updated to provide more guidance and use a more modern structure.

  • 7955f9b: Tweaked the new package feature detection to not be active when building backend packages.

  • 4bfc2ce: Updated the Vite implementation behind the EXPERIMENTAL_VITE flag to work with more recent versions of Backstage.

  • 720a2f9: Updated dependency git-url-parse to ^15.0.0.

  • 8f0898b: Updated dependency esbuild to ^0.24.0.

  • 2c5ecf5: Support --max-warnings flag for package linting

  • 88407c3: Running repo lint with the --successCache flag now respects .gitinore, and it ignores projects without a lint script.

  • 8fe740d: Added a new --successCache option to the backstage-cli repo test and backstage-cli repo lint commands. The cache keeps track of successful runs and avoids re-running for individual packages if they haven't changed. This option is intended only to be used in CI.

    In addition a --successCacheDir <path> option has also been added to be able to override the default cache directory.

  • 55b8b84: The Jest configuration will now search for a src/setupTests.* file with any valid script extension, not only .ts.

  • 79ba5a8: The LEGACY_BACKEND_START flag is now deprecated.

  • f0514c7: Disabled parsing of input source maps in the SWC transform for Jest.

  • Updated dependencies

backstage/backstage (@​backstage/core-app-api)

v1.15.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-components)

v0.15.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-plugin-api)

v1.10.0

Compare Source

Minor Changes
  • bfd4bec: BREAKING PRODUCERS: The IconComponent no longer accepts fontSize="default". This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time.

    This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective SvgIcon types into interfaces where relevant (e.g. as app icons).

Patch Changes
backstage/backstage (@​backstage/dev-utils)

v1.1.2

Compare Source

Patch Changes
backstage/backstage (@​backstage/integration-react)

v1.2.0

Compare Source

Minor Changes
  • a11495a: Added new ScmAuth method forBitbucketServer that uses correct OAuth scopes by default. Also updated forBitbucket method to allow overriding the default OAuth scopes.
Patch Changes
backstage/backstage (@​backstage/plugin-api-docs)

v0.11.11

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-backend)

v0.3.76

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend)

v0.23.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog)

v1.24.0

Compare Source

Minor Changes
  • 71f9f0c: Updated default columns for location entities to remove description and tags from the catalog table view.
  • cec8e8c: Adding negation keyword for entity filtering
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v1.27.0

Compare Source

Minor Changes
  • 3109c24: The export for the new backend system at the /alpha export is now also available via the main entry point, which means that you can remove the /alpha suffix from the import.
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend-module-github)

v0.7.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-graph)

v0.4.11

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-import)

v0.12.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-react)

v1.14.0

Compare Source

Minor Changes
  • 0801db6: Add catalog service mocks under the /testUtils subpath export.

    You can now use e.g. const catalog = catalogApiMock.mock() in your test and then do assertions on catalog.getEntities without awkward type casting.

  • 6812980: Added a new prop, disableTooltip to the EntityRefLink component

Patch Changes
backstage/backstage (@​backstage/plugin-org)

v0.6.31

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-node)

v0.8.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-react)

v0.4.27

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-proxy-backend)

v0.5.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder)

v1.26.0

Compare Source

Minor Changes
  • bf6eaf3: Added support for FormFieldBlueprint to create field extensions in the Scaffolder plugin
  • c433ae9: Improved the layout of the manage templates page (/edit) by adding icons and descriptions that better describe what each page is for. Updated the header menu to link back to the scaffolder create page.
  • 7bfaf23: Text field content of the EntityPicker is now more readable as it uses entity title instead of entity reference.
  • cc3f80c: Added ability to create a new local scaffolder template to ease onboarding when creating new templates.
  • 5492eb6: Added ability to link to a specific action on the actions page
Patch Changes
backstage/backstage (@​backstage/plugin-scaffolder-backend)

v1.26.0

Compare Source

Minor Changes
  • 3ec4e6d: Added pagination support for listing of tasks and the ability to filter on several users and task statuses.
  • 3109c24: The export for the new backend system at the /alpha export is now also available via the main entry point, which means that you can remove the /alpha suffix from the import.
Patch Changes
backstage/backstage (@​backstage/plugin-search)

v1.4.18

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend)

v1.6.0

Compare Source

Minor Changes
  • 3109c24: The export for the new backend system at the /alpha export is now also available via the main entry point, which means that you can remove the /alpha suffix from the import.
Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-module-pg)

v0.5.36

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-node)

v1.3.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-search-react)

v1.8.1

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs)

v1.11.0

Compare Source

Minor Changes
  • e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs.
Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-backend)

v1.11.0

Compare Source

Minor Changes
  • 3109c24: The export for the new backend system at the /alpha export is now also available via the main entry point, which means that you can remove the /alpha suffix from the import.
Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-module-addons-contrib)

v1.1.16

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-react)

v1.2.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-user-settings)

v0.8.14

Compare Source

Patch Changes
backstage/backstage (@​backstage/test-utils)

v1.7.0

Compare Source

Minor Changes
  • 9cc7dd6: Added a mockApis export, which will replace the MockX API implementation classes and their related types. This is analogous with the backend's mockServices.

    DEPRECATED several old helpers:

    • Deprecated MockAnalyticsApi, please use mockApis.analytics instead.
    • Deprecated MockConfigApi, please use mockApis.config instead.
    • Deprecated MockPermissionApi, please use mockApis.permission instead.
    • Deprecated MockStorageApi, please use mockApis.storage instead.
    • Deprecated MockTranslationApi, please use mockApis.translation instead.
Patch Changes
backstage/backstage (@​backstage/theme)

v0.6.0

Compare Source

Minor Changes
  • e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs.
Patch Changes
  • e969dc7: Move @types/react to a peer dependency.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@backstage/app-defaults](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/app-defaults)) | dependencies | patch | [`1.5.11` -> `1.5.12`](https://renovatebot.com/diffs/npm/@backstage%2fapp-defaults/1.5.11/1.5.12) | | [@backstage/catalog-client](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client)) | dependencies | patch | [`1.7.0` -> `1.7.1`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-client/1.7.0/1.7.1) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | devDependencies | minor | [`^0.27.0` -> `^0.28.0`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.27.1/0.28.0) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | dependencies | minor | [`^0.27.0` -> `^0.28.0`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.27.1/0.28.0) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | devDependencies | patch | [`1.15.0` -> `1.15.1`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.15.0/1.15.1) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | dependencies | patch | [`1.15.0` -> `1.15.1`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.15.0/1.15.1) | | [@backstage/core-components](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-components)) | dependencies | patch | [`0.15.0` -> `0.15.1`](https://renovatebot.com/diffs/npm/@backstage%2fcore-components/0.15.0/0.15.1) | | [@backstage/core-plugin-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api)) | dependencies | minor | [`1.9.4` -> `1.10.0`](https://renovatebot.com/diffs/npm/@backstage%2fcore-plugin-api/1.9.4/1.10.0) | | [@backstage/dev-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils)) | devDependencies | patch | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/@backstage%2fdev-utils/1.1.1/1.1.2) | | [@backstage/integration-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react)) | dependencies | minor | [`1.1.32` -> `1.2.0`](https://renovatebot.com/diffs/npm/@backstage%2fintegration-react/1.1.32/1.2.0) | | [@backstage/plugin-api-docs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs)) | dependencies | patch | [`0.11.10` -> `0.11.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-api-docs/0.11.10/0.11.11) | | [@backstage/plugin-app-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/app-backend)) | dependencies | patch | [`0.3.75` -> `0.3.76`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-app-backend/0.3.75/0.3.76) | | [@backstage/plugin-auth-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend)) | dependencies | patch | [`0.23.0` -> `0.23.1`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-auth-backend/0.23.0/0.23.1) | | [@backstage/plugin-catalog](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog)) | dependencies | minor | [`1.23.1` -> `1.24.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog/1.23.1/1.24.0) | | [@backstage/plugin-catalog-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend)) | dependencies | minor | [`1.26.1` -> `1.27.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend/1.26.1/1.27.0) | | [@backstage/plugin-catalog-backend-module-github](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend-module-github)) | dependencies | patch | [`0.7.4` -> `0.7.5`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend-module-github/0.7.4/0.7.5) | | [@backstage/plugin-catalog-graph](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph)) | dependencies | patch | [`0.4.10` -> `0.4.11`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-graph/0.4.10/0.4.11) | | [@backstage/plugin-catalog-import](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import)) | dependencies | patch | [`0.12.4` -> `0.12.5`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-import/0.12.4/0.12.5) | | [@backstage/plugin-catalog-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react)) | dependencies | minor | [`1.13.1` -> `1.14.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-react/1.13.1/1.14.0) | | [@backstage/plugin-org](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/org)) | dependencies | patch | [`0.6.30` -> `0.6.31`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-org/0.6.30/0.6.31) | | [@backstage/plugin-permission-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node)) | dependencies | patch | [`0.8.3` -> `0.8.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-node/0.8.3/0.8.4) | | [@backstage/plugin-permission-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react)) | dependencies | patch | [`0.4.26` -> `0.4.27`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-react/0.4.26/0.4.27) | | [@backstage/plugin-proxy-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend)) | dependencies | patch | [`0.5.6` -> `0.5.7`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-proxy-backend/0.5.6/0.5.7) | | [@backstage/plugin-scaffolder](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder)) | dependencies | minor | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder/1.25.1/1.26.0) | | [@backstage/plugin-scaffolder-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend)) | dependencies | minor | [`1.25.0` -> `1.26.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder-backend/1.25.0/1.26.0) | | [@backstage/plugin-search](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search)) | dependencies | patch | [`1.4.17` -> `1.4.18`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search/1.4.17/1.4.18) | | [@backstage/plugin-search-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend)) | dependencies | minor | [`1.5.17` -> `1.6.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend/1.5.17/1.6.0) | | [@backstage/plugin-search-backend-module-pg](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-module-pg)) | dependencies | patch | [`0.5.35` -> `0.5.36`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-module-pg/0.5.35/0.5.36) | | [@backstage/plugin-search-backend-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node)) | dependencies | patch | [`1.3.2` -> `1.3.3`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-node/1.3.2/1.3.3) | | [@backstage/plugin-search-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react)) | dependencies | patch | [`1.8.0` -> `1.8.1`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-react/1.8.0/1.8.1) | | [@backstage/plugin-techdocs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs)) | dependencies | minor | [`1.10.10` -> `1.11.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs/1.10.10/1.11.0) | | [@backstage/plugin-techdocs-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend)) | dependencies | minor | [`1.10.13` -> `1.11.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-backend/1.10.13/1.11.0) | | [@backstage/plugin-techdocs-module-addons-contrib](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-module-addons-contrib)) | dependencies | patch | [`1.1.15` -> `1.1.16`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-module-addons-contrib/1.1.15/1.1.16) | | [@backstage/plugin-techdocs-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react)) | dependencies | patch | [`1.2.8` -> `1.2.9`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-react/1.2.8/1.2.9) | | [@backstage/plugin-user-settings](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings)) | dependencies | patch | [`0.8.13` -> `0.8.14`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-user-settings/0.8.13/0.8.14) | | [@backstage/test-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils)) | devDependencies | minor | [`1.6.0` -> `1.7.0`](https://renovatebot.com/diffs/npm/@backstage%2ftest-utils/1.6.0/1.7.0) | | [@backstage/theme](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/theme)) | dependencies | minor | [`^0.5.0` -> `^0.6.0`](https://renovatebot.com/diffs/npm/@backstage%2ftheme/0.5.7/0.6.0) | --- ### Release Notes <details> <summary>backstage/backstage (@&#8203;backstage/app-defaults)</summary> ### [`v1.5.12`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#1512) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`46b5a20`](https://github.com/backstage/backstage/commit/46b5a20): Added `externalLink` to icon defaults - [`8c40e55`](https://github.com/backstage/backstage/commit/8c40e55): Updated the `bitbucket-server-auth` default API to set its environment based on the `auth.environment` config option instead of being hardcoded to `development`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-client)</summary> ### [`v1.7.1`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#171) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.7.1) ##### Patch Changes - [`0040632`](https://github.com/backstage/backstage/commit/0040632): Add missing doc string to API - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/cli)</summary> ### [`v0.28.0`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0280) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...v0.28.0) ##### Minor Changes - [`264058c`](https://github.com/backstage/backstage/commit/264058c): The `repo test` command will no longer default to watch mode if the `--since` flag is provided. - [`55b8b84`](https://github.com/backstage/backstage/commit/55b8b84): **BREAKING**: The Jest configuration defined at `@backstage/cli/config/jest` no longer collects configuration defined in the `"jest"` field from all parent `package.json` files. Instead, it will only read and merge configuration from the `package.json` in the monorepo root if it exists, as well as the target package. In addition, configuration defined in the root `package.json` will now only be merged into each package configuration if it is a valid project-level configuration key. - [`6129076`](https://github.com/backstage/backstage/commit/6129076): **BREAKING**: Removed the following deprecated commands: - `create`: Use `backstage-cli new` instead - `create-plugin`: Use `backstage-cli new` instead - `plugin:diff`: Use `backstage-cli fix` instead - `test`: Use `backstage-cli repo test` or `backstage-cli package test` instead - `versions:check`: Use `yarn dedupe` or `yarn-deduplicate` instead - `clean`: Use `backstage-cli package clean` instead In addition, the experimental `install` and `onboard` commands have been removed since they have not received any updates since their introduction and we're expecting usage to be low. If you where relying on these commands, please let us know by opening an issue towards the main Backstage repository. ##### Patch Changes - [`ea16633`](https://github.com/backstage/backstage/commit/ea16633): Preserve directory structure for CommonJS build output, just like ESM. This makes the build output more stable and easier to browse, and allows for more effective tree shaking and lazy imports. - [`520a383`](https://github.com/backstage/backstage/commit/520a383): Added functionality to the prepack script that will append the default export type for entry points to the `exports` object before publishing. This is to help with identifying the declarative integration points for plugins without needing to fetch or run the plugins first. - [`9625a97`](https://github.com/backstage/backstage/commit/9625a97): The `scaffolder-module` template has been updated to use a more modern layout and new testing utilities for scaffolder actions. - [`03810d2`](https://github.com/backstage/backstage/commit/03810d2): Remove unknown dependency `diff` - [`cebee4f`](https://github.com/backstage/backstage/commit/cebee4f): Added support for a new experimental `EXPERIMENTAL_TRIM_NEXT_ENTRY` flag which removes any `./next` entry points present in packages when building and publishing. - [`54c8aa3`](https://github.com/backstage/backstage/commit/54c8aa3): The check for `react-dom/client` will now properly always run from the target directory. - [`b676cc9`](https://github.com/backstage/backstage/commit/b676cc9): feat: experimentally support using rspack instead under `EXPERIMENTAL_RSPACK` env flag - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`95999c5`](https://github.com/backstage/backstage/commit/95999c5): The backend plugin template for the `new` command has been updated to provide more guidance and use a more modern structure. - [`7955f9b`](https://github.com/backstage/backstage/commit/7955f9b): Tweaked the new package feature detection to not be active when building backend packages. - [`4bfc2ce`](https://github.com/backstage/backstage/commit/4bfc2ce): Updated the Vite implementation behind the `EXPERIMENTAL_VITE` flag to work with more recent versions of Backstage. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`8f0898b`](https://github.com/backstage/backstage/commit/8f0898b): Updated dependency `esbuild` to `^0.24.0`. - [`2c5ecf5`](https://github.com/backstage/backstage/commit/2c5ecf5): Support `--max-warnings` flag for package linting - [`88407c3`](https://github.com/backstage/backstage/commit/88407c3): Running `repo lint` with the `--successCache` flag now respects `.gitinore`, and it ignores projects without a `lint` script. - [`8fe740d`](https://github.com/backstage/backstage/commit/8fe740d): Added a new `--successCache` option to the `backstage-cli repo test` and `backstage-cli repo lint` commands. The cache keeps track of successful runs and avoids re-running for individual packages if they haven't changed. This option is intended only to be used in CI. In addition a `--successCacheDir <path>` option has also been added to be able to override the default cache directory. - [`55b8b84`](https://github.com/backstage/backstage/commit/55b8b84): The Jest configuration will now search for a `src/setupTests.*` file with any valid script extension, not only `.ts`. - [`79ba5a8`](https://github.com/backstage/backstage/commit/79ba5a8): The `LEGACY_BACKEND_START` flag is now deprecated. - [`f0514c7`](https://github.com/backstage/backstage/commit/f0514c7): Disabled parsing of input source maps in the SWC transform for Jest. - Updated dependencies - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.9 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.14 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.11 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-app-api)</summary> ### [`v1.15.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1151) [Compare Source](https://github.com/backstage/backstage/compare/v1.15.0...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-components)</summary> ### [`v0.15.1`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0151) [Compare Source](https://github.com/backstage/backstage/compare/v0.15.0...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`3f76d0e`](https://github.com/backstage/backstage/commit/3f76d0e): Correct size of FavoriteToggle and inherit non-starred color from parent - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`1ff1dbd`](https://github.com/backstage/backstage/commit/1ff1dbd): It is possible to define a custom error element to be shown when sign in fails - [`83e2887`](https://github.com/backstage/backstage/commit/83e2887): Fixed a bug in the `SidebarSubmenu` core component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar. - [`46b5a20`](https://github.com/backstage/backstage/commit/46b5a20): `Link` component now accepts `externalLinkIcon` prop - [`e4ad29a`](https://github.com/backstage/backstage/commit/e4ad29a): Fix authentication error handling using redirect flow via `enableExperimentalRedirectFlow` config. If an error is caught during authentication, the user is redirected back to app origin with `error` query parameter containing the error message. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-plugin-api)</summary> ### [`v1.10.0`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#1100) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...v1.10.0) ##### Minor Changes - [`bfd4bec`](https://github.com/backstage/backstage/commit/bfd4bec): **BREAKING PRODUCERS**: The `IconComponent` no longer accepts `fontSize="default"`. This has effectively been removed from Material-UI since its last two major versions, and has not worked properly for them in a long time. This change should not have an effect on neither users of MUI4 nor MUI5/6, since the updated interface should still let you send the respective `SvgIcon` types into interfaces where relevant (e.g. as app icons). ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`39001f4`](https://github.com/backstage/backstage/commit/39001f4): Fixing issue with types for `ParamKeys` leading to type mismatches across versions - Updated dependencies - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/dev-utils)</summary> ### [`v1.1.2`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#112) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.1...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.12 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/integration-react)</summary> ### [`v1.2.0`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#120) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...v1.2.0) ##### Minor Changes - [`a11495a`](https://github.com/backstage/backstage/commit/a11495a): Added new ScmAuth method `forBitbucketServer` that uses correct OAuth scopes by default. Also updated `forBitbucket` method to allow overriding the default OAuth scopes. ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`3dbac17`](https://github.com/backstage/backstage/commit/3dbac17): Revert of change [#&#8203;26430](https://github.com/backstage/backstage/issues/26430) - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-api-docs)</summary> ### [`v0.11.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#01111) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`46b5a20`](https://github.com/backstage/backstage/commit/46b5a20): Empty states updated with external link icon for learn more links - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).24.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-app-backend)</summary> ### [`v0.3.76`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#0376) [Compare Source](https://github.com/backstage/backstage/compare/568fefe25722ba7e44fc1f9a0e89c50f5891deef...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`2c4ee26`](https://github.com/backstage/backstage/commit/2c4ee26): Fixed unexpected behaviour where configuration supplied with `APP_CONFIG_*` environment variables where not filtered by the configuration schema. - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.26 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-auth-backend)</summary> ### [`v0.23.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0231) [Compare Source](https://github.com/backstage/backstage/compare/v0.23.0...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - Updated dependencies - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.1.1 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).13.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - @&#8203;backstage/plugin-auth-backend-module-auth0-provider@0.1.1 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.1 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.1 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.2.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog)</summary> ### [`v1.24.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1240) [Compare Source](https://github.com/backstage/backstage/compare/v1.23.1...v1.24.0) ##### Minor Changes - [`71f9f0c`](https://github.com/backstage/backstage/commit/71f9f0c): Updated default columns for location entities to remove description and tags from the catalog table view. - [`cec8e8c`](https://github.com/backstage/backstage/commit/cec8e8c): Adding negation keyword for entity filtering ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`46b5a20`](https://github.com/backstage/backstage/commit/46b5a20): Empty states updated with external link icon for learn more links - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.6 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend)</summary> ### [`v1.27.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1270) [Compare Source](https://github.com/backstage/backstage/compare/v1.26.1...v1.27.0) ##### Minor Changes - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`83a8830`](https://github.com/backstage/backstage/commit/83a8830): Added migration `20241003170511_alter_target_in_locations.js` to change the target column in the `locations` table to TEXT type. Added a hash for the key column in the `refresh_keys` table. - [`62747f8`](https://github.com/backstage/backstage/commit/62747f8): Fixed a bug where the concurrency limiter for URL reading was not honored - [`c1f9764`](https://github.com/backstage/backstage/commit/c1f9764): Add configuration parameters for deferred stitcher - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`d1cf90a`](https://github.com/backstage/backstage/commit/d1cf90a): Adds the ability to disable catalog processing `catalog.processingInterval: false` in `app-config` - [`f1cab41`](https://github.com/backstage/backstage/commit/f1cab41): Update catalog search table in transaction - [`8206f49`](https://github.com/backstage/backstage/commit/8206f49): Fix a bug where etags were expiring too soon in the URL reader - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).2.3 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.4 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).13.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend-module-github)</summary> ### [`v0.7.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#075) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).27.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).4.1 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).13.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-graph)</summary> ### [`v0.4.11`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#0411) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`4d9f39e`](https://github.com/backstage/backstage/commit/4d9f39e): Added InfoCard `action` attribute for CatalogGraphCard ```tsx const action = <Button title="Action Button" onClick={handleClickEvent()} /> <CatalogGraphCard action={action} /> ``` - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-import)</summary> ### [`v0.12.5`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#0125) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-react)</summary> ### [`v1.14.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1140) [Compare Source](https://github.com/backstage/backstage/compare/v1.13.1...v1.14.0) ##### Minor Changes - [`0801db6`](https://github.com/backstage/backstage/commit/0801db6): Add catalog service mocks under the `/testUtils` subpath export. You can now use e.g. `const catalog = catalogApiMock.mock()` in your test and then do assertions on `catalog.getEntities` without awkward type casting. - [`6812980`](https://github.com/backstage/backstage/commit/6812980): Added a new prop, `disableTooltip` to the `EntityRefLink` component ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/frontend-test-utils](https://github.com/backstage/frontend-test-utils)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-org)</summary> ### [`v0.6.31`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0631) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-node)</summary> ### [`v0.8.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#084) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-react)</summary> ### [`v0.4.27`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0427) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-proxy-backend)</summary> ### [`v0.5.7`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#057) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder)</summary> ### [`v1.26.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1260) [Compare Source](https://github.com/backstage/backstage/compare/v1.25.1...v1.26.0) ##### Minor Changes - [`bf6eaf3`](https://github.com/backstage/backstage/commit/bf6eaf3): Added support for `FormFieldBlueprint` to create field extensions in the Scaffolder plugin - [`c433ae9`](https://github.com/backstage/backstage/commit/c433ae9): Improved the layout of the manage templates page (`/edit`) by adding icons and descriptions that better describe what each page is for. Updated the header menu to link back to the scaffolder create page. - [`7bfaf23`](https://github.com/backstage/backstage/commit/7bfaf23): Text field content of the `EntityPicker` is now more readable as it uses entity title instead of entity reference. - [`cc3f80c`](https://github.com/backstage/backstage/commit/cc3f80c): Added ability to create a new local scaffolder template to ease onboarding when creating new templates. - [`5492eb6`](https://github.com/backstage/backstage/commit/5492eb6): Added ability to link to a specific action on the actions page ##### Patch Changes - [`b2b2aa8`](https://github.com/backstage/backstage/commit/b2b2aa8): Fix extra divider displayed in owner list picker on list tasks page - [`7f1f483`](https://github.com/backstage/backstage/commit/7f1f483): Create a separate route for the Scaffolder template editor and add the ability to refresh the page without closing the directory. Also, when the directory is closed, the user will stay on the editor page and can load a template folder from there. - [`f6c15d8`](https://github.com/backstage/backstage/commit/f6c15d8): Apply `defaultValue` props in `MultiEntityPicker` - [`7a3d622`](https://github.com/backstage/backstage/commit/7a3d622): Create a separate route for the template form editor so we refresh it without being redirected to scaffolder edit page. - [`4698646`](https://github.com/backstage/backstage/commit/4698646): Change task list created at column to show timestamp - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`e6bbfce`](https://github.com/backstage/backstage/commit/e6bbfce): Add tests for the `TemplateEditorToolbarTemplatesMenu` component. - [`4130291`](https://github.com/backstage/backstage/commit/4130291): Create a separate route for the custom fields explorer so we refresh it without being redirected to scaffolder edit page. - [`4e9702e`](https://github.com/backstage/backstage/commit/4e9702e): Add tests for the new pages header navigation. - [`f25c9e3`](https://github.com/backstage/backstage/commit/f25c9e3): Fix behavior of scaffolder entity pickers (EntityPicker, MultiEntityPicker, MyGroupsPicker) to not auto-fill and disable the field if there is only a single value option and the field is not required. - [`785d68f`](https://github.com/backstage/backstage/commit/785d68f): Add support for pagination in scaffolder tasks list - [`94a7bcd`](https://github.com/backstage/backstage/commit/94a7bcd): Change "Register Existing Component" CTA to outlined as it's not a primary action on the scaffolder pages - [`f989c47`](https://github.com/backstage/backstage/commit/f989c47): Add translation to the editor toolbar component. - [`d4cafc8`](https://github.com/backstage/backstage/commit/d4cafc8): Standardize template editor pages desktop and mobile layouts. - [`b1de959`](https://github.com/backstage/backstage/commit/b1de959): Scaffolder task routes require read permission to access. The tasks list option in the scaffolder page context menu only shows with permission. - [`e698470`](https://github.com/backstage/backstage/commit/e698470): Updated dependency `@rjsf/utils` to `5.21.2`. Updated dependency `@rjsf/core` to `5.21.2`. Updated dependency `@rjsf/material-ui` to `5.21.2`. Updated dependency `@rjsf/validator-ajv8` to `5.21.2`. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`01ffa58`](https://github.com/backstage/backstage/commit/01ffa58): Add tests for the `useTemplateDirectory` hook. - [`3ac4766`](https://github.com/backstage/backstage/commit/3ac4766): Add an actions filter on the list actions page and drawer. - [`11e0752`](https://github.com/backstage/backstage/commit/11e0752): Make it possible to manually retry the scaffolder template from the step it failed - [`09fcd95`](https://github.com/backstage/backstage/commit/09fcd95): Update the Scaffolder template editor to quickly access installed custom fields and actions when editing a template. - [`c18d925`](https://github.com/backstage/backstage/commit/c18d925): Add tests for the `TemplateEditorToolbarFilesMenu` component. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).13.0 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.6 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder-backend)</summary> ### [`v1.26.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1260) [Compare Source](https://github.com/backstage/backstage/compare/v1.25.0...v1.26.0) ##### Minor Changes - [`3ec4e6d`](https://github.com/backstage/backstage/commit/3ec4e6d): Added pagination support for listing of tasks and the ability to filter on several users and task statuses. - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. ##### Patch Changes - [`734c2d4`](https://github.com/backstage/backstage/commit/734c2d4): Add `fetch:template:file` scaffolder action to download a single file and template the contents. Example usage: ```yaml - id: fetch-file name: Fetch File action: fetch:template:file input: url: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/create-react-app/skeleton/catalog-info.yaml targetPath: './target/catalog-info.yaml' values: component_id: My Component owner: Test ``` - [`f1f0076`](https://github.com/backstage/backstage/commit/f1f0076): handle step.if: false - [`2f90932`](https://github.com/backstage/backstage/commit/2f90932): Include step name and step id to checkpoint key - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`8f0898b`](https://github.com/backstage/backstage/commit/8f0898b): Updated dependency `esbuild` to `^0.24.0`. - [`11e0752`](https://github.com/backstage/backstage/commit/11e0752): Make it possible to manually retry the scaffolder template from the step it failed - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).5.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.3 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.1 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.4 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).13.1 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-bitbucket-cloud-common](https://github.com/backstage/plugin-bitbucket-cloud-common)[@&#8203;0](https://github.com/0).2.24 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.3.1 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).2.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.6 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search)</summary> ### [`v1.4.18`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1418) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`88d03d8`](https://github.com/backstage/backstage/commit/88d03d8): Updated the default SearchType.Accordion behavior to remain open after result type selection. This is a UX improvement to reduce the number of clicks needed when toggling result type filters. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend)</summary> ### [`v1.6.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#160) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...v1.6.0) ##### Minor Changes - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. ##### Patch Changes - [`66af016`](https://github.com/backstage/backstage/commit/66af016): Fix to schema to allow arbitrary query parameters. - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.3 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.4 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).2.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-module-pg)</summary> ### [`v0.5.36`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0536) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. - Updated dependencies - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.3 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-node)</summary> ### [`v1.3.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#133) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).5.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-react)</summary> ### [`v1.8.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#181) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.8.1) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs)</summary> ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...v1.11.0) ##### Minor Changes - [`e77ff3d`](https://github.com/backstage/backstage/commit/e77ff3d): Adds support for custom background colors in code blocks and inline code within TechDocs. ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`a77cb40`](https://github.com/backstage/backstage/commit/a77cb40): Make `emptyState` input optional on `entity-content:techdocs` extension so that the default empty state extension works correctly. - [`e918061`](https://github.com/backstage/backstage/commit/e918061): Add support for mkdocs material palette conditional hashes. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`e8b4966`](https://github.com/backstage/backstage/commit/e8b4966): Use more of the available space for the navigation sidebar. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.9 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.1 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.7 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.14 - [@&#8203;backstage/plugin-techdocs-common](https://github.com/backstage/plugin-techdocs-common)[@&#8203;0](https://github.com/0).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-backend)</summary> ### [`v1.11.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1110) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...v1.11.0) ##### Minor Changes - [`3109c24`](https://github.com/backstage/backstage/commit/3109c24): The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import. ##### Patch Changes - [`094eaa3`](https://github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`fbdc631`](https://github.com/backstage/backstage/commit/fbdc631): Allow to pass StorageOptions to GCS Publisher - Updated dependencies - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).3.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).13.1 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.12 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).7.1 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.1 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 - [@&#8203;backstage/plugin-techdocs-common](https://github.com/backstage/plugin-techdocs-common)[@&#8203;0](https://github.com/0).1.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-module-addons-contrib)</summary> ### [`v1.1.16`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1116) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`720a2f9`](https://github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`e8b4966`](https://github.com/backstage/backstage/commit/e8b4966): Use more of the available space for the navigation sidebar. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.9 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-react)</summary> ### [`v1.2.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#129) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-user-settings)</summary> ### [`v0.8.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#0814) [Compare Source](https://github.com/backstage/backstage/compare/576b02fadd0a7bc5ff046e88b3016d47592b3e36...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - [`0040632`](https://github.com/backstage/backstage/commit/0040632): `useUserProfile` will now use the user's picture stored in the catalog as a fallback if the identity provider doesn't return a picture. - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).15.1 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.0 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.6 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.4 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-user-settings-common](https://github.com/backstage/plugin-user-settings-common)[@&#8203;0](https://github.com/0).0.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/test-utils)</summary> ### [`v1.7.0`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#170) [Compare Source](https://github.com/backstage/backstage/compare/v1.6.0...v1.7.0) ##### Minor Changes - [`9cc7dd6`](https://github.com/backstage/backstage/commit/9cc7dd6): Added a `mockApis` export, which will replace the `MockX` API implementation classes and their related types. This is analogous with the backend's `mockServices`. **DEPRECATED** several old helpers: - Deprecated `MockAnalyticsApi`, please use `mockApis.analytics` instead. - Deprecated `MockConfigApi`, please use `mockApis.config` instead. - Deprecated `MockPermissionApi`, please use `mockApis.permission` instead. - Deprecated `MockStorageApi`, please use `mockApis.storage` instead. - Deprecated `MockTranslationApi`, please use `mockApis.translation` instead. ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. - Updated dependencies - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.0 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.27 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.1 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).1.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.1 </details> <details> <summary>backstage/backstage (@&#8203;backstage/theme)</summary> ### [`v0.6.0`](https://github.com/backstage/backstage/blob/HEAD/packages/theme/CHANGELOG.md#060) [Compare Source](https://github.com/backstage/backstage/compare/159c5077c64c48b7bcab4dc66e5786f1807beae7...v0.6.0) ##### Minor Changes - [`e77ff3d`](https://github.com/backstage/backstage/commit/e77ff3d): Adds support for custom background colors in code blocks and inline code within TechDocs. ##### Patch Changes - [`e969dc7`](https://github.com/backstage/backstage/commit/e969dc7): Move `@types/react` to a peer dependency. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-10-16 02:02:58 +02:00
fix(deps): update backstage monorepo
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
0e100023dc
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-10-16 02:02:58 +02:00
kjuulh force-pushed renovate/backstage-monorepo from 0e100023dc to 09195f2506 2024-10-16 06:02:49 +02:00 Compare
kjuulh merged commit 09195f2506 into main 2024-10-16 06:03:12 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#46
No description provided.