fix(deps): update backstage monorepo #76

Merged
kjuulh merged 1 commits from renovate/backstage-monorepo into main 2024-12-18 02:04:27 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@backstage/app-defaults (source) dependencies patch 1.5.14 -> 1.5.15
@backstage/catalog-client (source) dependencies minor 1.8.0 -> 1.9.0
@backstage/catalog-model (source) dependencies patch 1.7.1 -> 1.7.2
@backstage/cli (source) devDependencies patch 0.29.3 -> 0.29.4
@backstage/cli (source) dependencies patch 0.29.3 -> 0.29.4
@backstage/config (source) dependencies patch 1.3.0 -> 1.3.1
@backstage/core-app-api (source) devDependencies patch 1.15.2 -> 1.15.3
@backstage/core-app-api (source) dependencies patch 1.15.2 -> 1.15.3
@backstage/core-components (source) dependencies patch 0.16.1 -> 0.16.2
@backstage/core-plugin-api (source) dependencies patch 1.10.1 -> 1.10.2
@backstage/dev-utils (source) devDependencies patch 1.1.4 -> 1.1.5
@backstage/integration-react (source) dependencies patch 1.2.1 -> 1.2.2
@backstage/plugin-api-docs (source) dependencies patch 0.12.1 -> 0.12.2
@backstage/plugin-app-backend (source) dependencies patch 0.4.2 -> 0.4.3
@backstage/plugin-auth-backend (source) dependencies patch 0.24.0 -> 0.24.1
@backstage/plugin-catalog (source) dependencies minor 1.25.1 -> 1.26.0
@backstage/plugin-catalog-backend (source) dependencies minor 1.28.0 -> 1.29.0
@backstage/plugin-catalog-backend-module-github (source) dependencies patch 0.7.7 -> 0.7.8
@backstage/plugin-catalog-common (source) dependencies patch 1.1.1 -> 1.1.2
@backstage/plugin-catalog-graph (source) dependencies patch 0.4.13 -> 0.4.14
@backstage/plugin-catalog-import (source) dependencies patch 0.12.7 -> 0.12.8
@backstage/plugin-catalog-react (source) dependencies minor 1.14.2 -> 1.15.0
@backstage/plugin-org (source) dependencies patch 0.6.33 -> 0.6.34
@backstage/plugin-permission-common (source) dependencies patch 0.8.2 -> 0.8.3
@backstage/plugin-permission-node (source) dependencies patch 0.8.5 -> 0.8.6
@backstage/plugin-permission-react (source) dependencies patch 0.4.28 -> 0.4.29
@backstage/plugin-proxy-backend (source) dependencies patch 0.5.8 -> 0.5.9
@backstage/plugin-scaffolder (source) dependencies patch 1.27.1 -> 1.27.2
@backstage/plugin-scaffolder-backend (source) dependencies minor 1.26.3 -> 1.28.0
@backstage/plugin-search (source) dependencies patch 1.4.20 -> 1.4.21
@backstage/plugin-search-backend (source) dependencies minor 1.7.0 -> 1.8.0
@backstage/plugin-search-backend-module-pg (source) dependencies patch 0.5.38 -> 0.5.39
@backstage/plugin-search-backend-node (source) dependencies patch 1.3.5 -> 1.3.6
@backstage/plugin-search-react (source) dependencies patch 1.8.3 -> 1.8.4
@backstage/plugin-techdocs (source) dependencies minor 1.11.2 -> 1.12.0
@backstage/plugin-techdocs-backend (source) dependencies patch 1.11.3 -> 1.11.4
@backstage/plugin-techdocs-module-addons-contrib (source) dependencies patch 1.1.18 -> 1.1.19
@backstage/plugin-techdocs-react (source) dependencies patch 1.2.11 -> 1.2.12
@backstage/plugin-user-settings (source) dependencies patch 0.8.16 -> 0.8.17
@backstage/test-utils (source) devDependencies patch 1.7.2 -> 1.7.3
@backstage/theme (source) dependencies patch 0.6.2 -> 0.6.3

Release Notes

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

v1.5.15

Compare Source

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

v1.9.0

Compare Source

Minor Changes
  • 384e494: Internal updates to generated code.
Patch Changes
backstage/backstage (@​backstage/catalog-model)

v1.7.2

Compare Source

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

v0.29.4

Compare Source

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

v1.3.1

Compare Source

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

v1.15.3

Compare Source

Patch Changes
  • e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
  • 2830689: Decrease OAuth2 token refresh grace period
  • Updated dependencies
backstage/backstage (@​backstage/core-components)

v0.16.2

Compare Source

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

v1.10.2

Compare Source

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

v1.1.5

Compare Source

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

v1.2.2

Compare Source

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

v0.12.2

Compare Source

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

v0.4.3

Compare Source

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

v0.24.1

Compare Source

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

v1.26.0

Compare Source

Minor Changes
  • 25beb82: Adds an optional columns attribute to HasSubdomainsCardProps and changes its default columns
  • 39f1abc: Consistent title behaviour across CatalogTable, CursorPaginatedCatalogTable, and OffsetPaginatedCatalogTable.
  • 1ffb9f3: Update CatalogTable title to use properly capitalized Kind facets (e.g. 'Component' instead of 'component')
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v1.29.0

Compare Source

Minor Changes
  • 02bd2cb: Added a new catalog.disableRelationsCompatibility configuration option that avoids JSON deserialization and serialization if possible when reading entities. This significantly reduces the memory usage of the catalog, and slightly increases performance, but it removes the backwards compatibility processing that ensures that both entity.relation[].target and entity.relation[].targetRef are present in returned entities.
  • c1307b4: Implement /entities in terms of queryEntities to not run into memory and performance problems on large catalogs
  • 384e494: Internal updates to generated code.
  • 1d0bc11: Fetch all facets in a single database query
Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend-module-github)

v0.7.8

Compare Source

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

v1.1.2

Compare Source

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

v0.4.14

Compare Source

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

v0.12.8

Compare Source

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

v1.15.0

Compare Source

Minor Changes
  • 1ffb9f3: Update EntityKindFilter to include a label field with the properly capitalized Kind facet string
  • ceaf602: Sort EntityTypePicker by default
Patch Changes
backstage/backstage (@​backstage/plugin-org)

v0.6.34

Compare Source

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

v0.8.3

Compare Source

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

v0.8.6

Compare Source

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

v0.4.29

Compare Source

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

v0.5.9

Compare Source

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

v1.27.2

Compare Source

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

v1.28.0

Compare Source

Minor Changes
  • c05a343: Emit scaffolder events using the optional EventsService
Patch Changes

v1.27.2

Compare Source

This release fixes the following issues:

  • Fix logger crash on logging because of cyclical structures in the meta fields.
  • Fix an issue with external config schemas in the app-backend plugin which was previously broken.
  • Fix issue where MUI v5 components would not properly receive a v5- class prefix.
  • Fix issue with search-backend startup not happening in the correct order

v1.27.1

Compare Source

This release fixes an issue where the backend logger services would throw an error when passing a log meta object with a null prototype.

v1.27.0

Compare Source

Minor Changes
  • 0587633: Bumped the isolated-vm dependency from v4 to v5, which drops support for Node.js v16.

  • e61d5ef: BREAKING EXPERIMENTAL: The checkpoint method now takes an object instead of previous arguments.

    await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})})
    

    You can also now return void from the checkpoint if the method returns void inside the checkpoint handler.

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

v1.4.21

Compare Source

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

v1.8.0

Compare Source

Minor Changes
  • 384e494: Internal updates to generated code.
Patch Changes
backstage/backstage (@​backstage/plugin-search-backend-module-pg)

v0.5.39

Compare Source

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

v1.3.6

Compare Source

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

v1.8.4

Compare Source

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

v1.12.0

Compare Source

Minor Changes
  • e153ca6: Add pagination support to TechDocs Index Page and make it the default
Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-backend)

v1.11.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-techdocs-module-addons-contrib)

v1.1.19

Compare Source

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

v1.2.12

Compare Source

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

v0.8.17

Compare Source

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

v1.7.3

Compare Source

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

v0.6.3

Compare Source

Patch Changes
  • 5f04976: Fixed a bug that caused missing code in published packages.

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.14` -> `1.5.15`](https://renovatebot.com/diffs/npm/@backstage%2fapp-defaults/1.5.14/1.5.15) | | [@backstage/catalog-client](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-client)) | dependencies | minor | [`1.8.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-client/1.8.0/1.9.0) | | [@backstage/catalog-model](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/catalog-model)) | dependencies | patch | [`1.7.1` -> `1.7.2`](https://renovatebot.com/diffs/npm/@backstage%2fcatalog-model/1.7.1/1.7.2) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | devDependencies | patch | [`0.29.3` -> `0.29.4`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.29.3/0.29.4) | | [@backstage/cli](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/cli)) | dependencies | patch | [`0.29.3` -> `0.29.4`](https://renovatebot.com/diffs/npm/@backstage%2fcli/0.29.3/0.29.4) | | [@backstage/config](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/config)) | dependencies | patch | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/@backstage%2fconfig/1.3.0/1.3.1) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | devDependencies | patch | [`1.15.2` -> `1.15.3`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.15.2/1.15.3) | | [@backstage/core-app-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-app-api)) | dependencies | patch | [`1.15.2` -> `1.15.3`](https://renovatebot.com/diffs/npm/@backstage%2fcore-app-api/1.15.2/1.15.3) | | [@backstage/core-components](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-components)) | dependencies | patch | [`0.16.1` -> `0.16.2`](https://renovatebot.com/diffs/npm/@backstage%2fcore-components/0.16.1/0.16.2) | | [@backstage/core-plugin-api](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/core-plugin-api)) | dependencies | patch | [`1.10.1` -> `1.10.2`](https://renovatebot.com/diffs/npm/@backstage%2fcore-plugin-api/1.10.1/1.10.2) | | [@backstage/dev-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/dev-utils)) | devDependencies | patch | [`1.1.4` -> `1.1.5`](https://renovatebot.com/diffs/npm/@backstage%2fdev-utils/1.1.4/1.1.5) | | [@backstage/integration-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/integration-react)) | dependencies | patch | [`1.2.1` -> `1.2.2`](https://renovatebot.com/diffs/npm/@backstage%2fintegration-react/1.2.1/1.2.2) | | [@backstage/plugin-api-docs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/api-docs)) | dependencies | patch | [`0.12.1` -> `0.12.2`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-api-docs/0.12.1/0.12.2) | | [@backstage/plugin-app-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/app-backend)) | dependencies | patch | [`0.4.2` -> `0.4.3`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-app-backend/0.4.2/0.4.3) | | [@backstage/plugin-auth-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/auth-backend)) | dependencies | patch | [`0.24.0` -> `0.24.1`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-auth-backend/0.24.0/0.24.1) | | [@backstage/plugin-catalog](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog)) | dependencies | minor | [`1.25.1` -> `1.26.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog/1.25.1/1.26.0) | | [@backstage/plugin-catalog-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-backend)) | dependencies | minor | [`1.28.0` -> `1.29.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend/1.28.0/1.29.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.7` -> `0.7.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-backend-module-github/0.7.7/0.7.8) | | [@backstage/plugin-catalog-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-common)) | dependencies | patch | [`1.1.1` -> `1.1.2`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-common/1.1.1/1.1.2) | | [@backstage/plugin-catalog-graph](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-graph)) | dependencies | patch | [`0.4.13` -> `0.4.14`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-graph/0.4.13/0.4.14) | | [@backstage/plugin-catalog-import](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-import)) | dependencies | patch | [`0.12.7` -> `0.12.8`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-import/0.12.7/0.12.8) | | [@backstage/plugin-catalog-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog-react)) | dependencies | minor | [`1.14.2` -> `1.15.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-catalog-react/1.14.2/1.15.0) | | [@backstage/plugin-org](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/org)) | dependencies | patch | [`0.6.33` -> `0.6.34`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-org/0.6.33/0.6.34) | | [@backstage/plugin-permission-common](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-common)) | dependencies | patch | [`0.8.2` -> `0.8.3`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-common/0.8.2/0.8.3) | | [@backstage/plugin-permission-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-node)) | dependencies | patch | [`0.8.5` -> `0.8.6`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-node/0.8.5/0.8.6) | | [@backstage/plugin-permission-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/permission-react)) | dependencies | patch | [`0.4.28` -> `0.4.29`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-permission-react/0.4.28/0.4.29) | | [@backstage/plugin-proxy-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/proxy-backend)) | dependencies | patch | [`0.5.8` -> `0.5.9`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-proxy-backend/0.5.8/0.5.9) | | [@backstage/plugin-scaffolder](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder)) | dependencies | patch | [`1.27.1` -> `1.27.2`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder/1.27.1/1.27.2) | | [@backstage/plugin-scaffolder-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/scaffolder-backend)) | dependencies | minor | [`1.26.3` -> `1.28.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-scaffolder-backend/1.26.3/1.28.0) | | [@backstage/plugin-search](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search)) | dependencies | patch | [`1.4.20` -> `1.4.21`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search/1.4.20/1.4.21) | | [@backstage/plugin-search-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend)) | dependencies | minor | [`1.7.0` -> `1.8.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend/1.7.0/1.8.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.38` -> `0.5.39`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-module-pg/0.5.38/0.5.39) | | [@backstage/plugin-search-backend-node](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-backend-node)) | dependencies | patch | [`1.3.5` -> `1.3.6`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-backend-node/1.3.5/1.3.6) | | [@backstage/plugin-search-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/search-react)) | dependencies | patch | [`1.8.3` -> `1.8.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-search-react/1.8.3/1.8.4) | | [@backstage/plugin-techdocs](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs)) | dependencies | minor | [`1.11.2` -> `1.12.0`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs/1.11.2/1.12.0) | | [@backstage/plugin-techdocs-backend](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-backend)) | dependencies | patch | [`1.11.3` -> `1.11.4`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-backend/1.11.3/1.11.4) | | [@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.18` -> `1.1.19`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-module-addons-contrib/1.1.18/1.1.19) | | [@backstage/plugin-techdocs-react](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/techdocs-react)) | dependencies | patch | [`1.2.11` -> `1.2.12`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-techdocs-react/1.2.11/1.2.12) | | [@backstage/plugin-user-settings](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/plugins/user-settings)) | dependencies | patch | [`0.8.16` -> `0.8.17`](https://renovatebot.com/diffs/npm/@backstage%2fplugin-user-settings/0.8.16/0.8.17) | | [@backstage/test-utils](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/test-utils)) | devDependencies | patch | [`1.7.2` -> `1.7.3`](https://renovatebot.com/diffs/npm/@backstage%2ftest-utils/1.7.2/1.7.3) | | [@backstage/theme](https://backstage.io) ([source](https://github.com/backstage/backstage/tree/HEAD/packages/theme)) | dependencies | patch | [`0.6.2` -> `0.6.3`](https://renovatebot.com/diffs/npm/@backstage%2ftheme/0.6.2/0.6.3) | --- ### Release Notes <details> <summary>backstage/backstage (@&#8203;backstage/app-defaults)</summary> ### [`v1.5.15`](https://github.com/backstage/backstage/blob/HEAD/packages/app-defaults/CHANGELOG.md#1515) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-client)</summary> ### [`v1.9.0`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-client/CHANGELOG.md#190) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.0...v1.9.0) ##### Minor Changes - [`384e494`](https://github.com/backstage/backstage/commit/384e494): Internal updates to generated code. ##### Patch Changes - [`d7e7836`](https://github.com/backstage/backstage/commit/d7e7836): Fixed a bug in the `queryEntities` method where errors were not being handled properly. - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/catalog-model)</summary> ### [`v1.7.2`](https://github.com/backstage/backstage/blob/HEAD/packages/catalog-model/CHANGELOG.md#172) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.1...v1.7.2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/cli)</summary> ### [`v0.29.4`](https://github.com/backstage/backstage/blob/HEAD/packages/cli/CHANGELOG.md#0294) [Compare Source](https://github.com/backstage/backstage/compare/0d8a1f942310a8cbfd9ac1e0da609b8b2d9dd06c...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`2b6c1ea`](https://github.com/backstage/backstage/commit/2b6c1ea): If the Backstage yarn plugin is installed, it will now be automatically updated as part of `versions:bump`. - [`7dcff85`](https://github.com/backstage/backstage/commit/7dcff85): Remove special-casing for `@types` packages when generating dependency entries during templating - [`3c3a7e6`](https://github.com/backstage/backstage/commit/3c3a7e6): Revert `css-loader@v7` bump - [`0aff006`](https://github.com/backstage/backstage/commit/0aff006): Bumped the version range for `html-webpack-plugin` to fix the `htmlPluginExports.getCompilationHooks is not a function` error when using experimental Rspack. - [`583f3d4`](https://github.com/backstage/backstage/commit/583f3d4): Added `@backstage/cli/config/prettier` as a replacement for `@spotify/prettier-config`, but with the same configuration. - [`62a9062`](https://github.com/backstage/backstage/commit/62a9062): Updated dependency `@module-federation/enhanced` to `^0.8.0`. - [`5f04976`](https://github.com/backstage/backstage/commit/5f04976): Update `rollup` to avoid issues with build output when running `backstage-cli package build`. - [`5f04976`](https://github.com/backstage/backstage/commit/5f04976): Fixed a bug that caused missing code in published packages. - [`a49030a`](https://github.com/backstage/backstage/commit/a49030a): Add support for `--output-file` option from ESLint to `package lint` and `repo lint` commands. - [`96331fa`](https://github.com/backstage/backstage/commit/96331fa): Enhance the behavior of the experimental support for module federation in the backstage CLI, by using the `package.json` exports (when present) to complete the list of exposed modules. This allows, for example, using exported `alpha` definitions through module federation. - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - [`dcd99d2`](https://github.com/backstage/backstage/commit/dcd99d2): added experimental RSPack support for build command in the repo scope - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/release-manifests](https://github.com/backstage/release-manifests)[@&#8203;0](https://github.com/0).0.12 - [@&#8203;backstage/cli-node](https://github.com/backstage/cli-node)[@&#8203;0](https://github.com/0).2.11 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/cli-common](https://github.com/backstage/cli-common)[@&#8203;0](https://github.com/0).1.15 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/eslint-plugin](https://github.com/backstage/eslint-plugin)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/config)</summary> ### [`v1.3.1`](https://github.com/backstage/backstage/blob/HEAD/packages/config/CHANGELOG.md#131) [Compare Source](https://github.com/backstage/backstage/compare/v1.3.0...v1.3.1) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-app-api)</summary> ### [`v1.15.3`](https://github.com/backstage/backstage/blob/HEAD/packages/core-app-api/CHANGELOG.md#1153) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`e5fa018`](https://github.com/backstage/backstage/commit/e5fa018): The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes. - [`2830689`](https://github.com/backstage/backstage/commit/2830689): Decrease OAuth2 token refresh grace period - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-components)</summary> ### [`v0.16.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-components/CHANGELOG.md#0162) [Compare Source](https://github.com/backstage/backstage/compare/v0.16.1...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`e47be38`](https://github.com/backstage/backstage/commit/e47be38): Added data-testid to placeholder rendered by Progress component to simplify assertions in tests - Updated dependencies - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/core-plugin-api)</summary> ### [`v1.10.2`](https://github.com/backstage/backstage/blob/HEAD/packages/core-plugin-api/CHANGELOG.md#1102) [Compare Source](https://github.com/backstage/backstage/compare/v1.10.1...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/dev-utils)</summary> ### [`v1.1.5`](https://github.com/backstage/backstage/blob/HEAD/packages/dev-utils/CHANGELOG.md#115) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/app-defaults](https://github.com/backstage/app-defaults)[@&#8203;1](https://github.com/1).5.15 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/integration-react)</summary> ### [`v1.2.2`](https://github.com/backstage/backstage/blob/HEAD/packages/integration-react/CHANGELOG.md#122) [Compare Source](https://github.com/backstage/backstage/compare/v1.2.1...v1.2.2) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-api-docs)</summary> ### [`v0.12.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/api-docs/CHANGELOG.md#0122) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`11babd9`](https://github.com/backstage/backstage/commit/11babd9): Fix link styling in ProvidedApisCard component so it aligns with other card components. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-catalog](https://github.com/backstage/plugin-catalog)[@&#8203;1](https://github.com/1).26.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-app-backend)</summary> ### [`v0.4.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/app-backend/CHANGELOG.md#043) [Compare Source](https://github.com/backstage/backstage/compare/v0.4.2...v0.4.3) ##### Patch Changes - [`74c3f2a`](https://github.com/backstage/backstage/commit/74c3f2a): Fixed a bug where config would not be injected on the `/` and `/index.html` paths. - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - [`d66fa80`](https://github.com/backstage/backstage/commit/d66fa80): Fix root route handling when query parameters are present - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config-loader](https://github.com/backstage/config-loader)[@&#8203;1](https://github.com/1).9.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-app-node](https://github.com/backstage/plugin-app-node)[@&#8203;0](https://github.com/0).1.28 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-auth-backend)</summary> ### [`v0.24.1`](https://github.com/backstage/backstage/blob/HEAD/plugins/auth-backend/CHANGELOG.md#0241) [Compare Source](https://github.com/backstage/backstage/compare/v0.24.0...v0.24.1) ##### Patch Changes - [`c907440`](https://github.com/backstage/backstage/commit/c907440): Improved error forwarding for OAuth refresh endpoints - [`40518ab`](https://github.com/backstage/backstage/commit/40518ab): Fix issue with `jwks` endpoint returning invalid data with `firestore` - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - @&#8203;backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3 - @&#8203;backstage/plugin-auth-backend-module-microsoft-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1 - @&#8203;backstage/plugin-auth-backend-module-google-provider@0.2.3 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - @&#8203;backstage/plugin-auth-backend-module-atlassian-provider@0.3.3 - @&#8203;backstage/plugin-auth-backend-module-auth0-provider@0.1.3 - @&#8203;backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-github-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-gitlab-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-oauth2-provider@0.3.3 - @&#8203;backstage/plugin-auth-backend-module-oidc-provider@0.3.3 - @&#8203;backstage/plugin-auth-backend-module-okta-provider@0.1.3 - @&#8203;backstage/plugin-auth-backend-module-onelogin-provider@0.2.3 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - @&#8203;backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3 - @&#8203;backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3 - [@&#8203;backstage/plugin-auth-backend-module-oauth2-proxy](https://github.com/backstage/plugin-auth-backend-module-oauth2-proxy)-provider@0.2.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog)</summary> ### [`v1.26.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog/CHANGELOG.md#1260) [Compare Source](https://github.com/backstage/backstage/compare/v1.25.1...v1.26.0) ##### Minor Changes - [`25beb82`](https://github.com/backstage/backstage/commit/25beb82): Adds an optional columns attribute to HasSubdomainsCardProps and changes its default columns - [`39f1abc`](https://github.com/backstage/backstage/commit/39f1abc): Consistent title behaviour across CatalogTable, CursorPaginatedCatalogTable, and OffsetPaginatedCatalogTable. - [`1ffb9f3`](https://github.com/backstage/backstage/commit/1ffb9f3): Update `CatalogTable` title to use properly capitalized Kind facets (e.g. 'Component' instead of 'component') ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.8 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#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.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend)</summary> ### [`v1.29.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend/CHANGELOG.md#1290) [Compare Source](https://github.com/backstage/backstage/compare/v1.28.0...v1.29.0) ##### Minor Changes - [`02bd2cb`](https://github.com/backstage/backstage/commit/02bd2cb): Added a new `catalog.disableRelationsCompatibility` configuration option that avoids JSON deserialization and serialization if possible when reading entities. This significantly reduces the memory usage of the catalog, and slightly increases performance, but it removes the backwards compatibility processing that ensures that both `entity.relation[].target` and `entity.relation[].targetRef` are present in returned entities. - [`c1307b4`](https://github.com/backstage/backstage/commit/c1307b4): Implement `/entities` in terms of `queryEntities` to not run into memory and performance problems on large catalogs - [`384e494`](https://github.com/backstage/backstage/commit/384e494): Internal updates to generated code. - [`1d0bc11`](https://github.com/backstage/backstage/commit/1d0bc11): Fetch all facets in a single database query ##### Patch Changes - [`dfc8b41`](https://github.com/backstage/backstage/commit/dfc8b41): Updated dependency `@opentelemetry/api` to `^1.9.0`. - [`8013c9c`](https://github.com/backstage/backstage/commit/8013c9c): Perform the by-query count inlined with the main query - [`feba9ee`](https://github.com/backstage/backstage/commit/feba9ee): Internal refactor of filter parsing logic. - [`1fdb48e`](https://github.com/backstage/backstage/commit/1fdb48e): Use a faster count method on pg when computing some metrics - [`e4aab10`](https://github.com/backstage/backstage/commit/e4aab10): Fix a bug where sometimes the `by-query` endpoint could return nulls for entities that were not yet stitched. - [`f159b25`](https://github.com/backstage/backstage/commit/f159b25): Compute deltas more efficiently, which generally leads to less wasted processing cycles - [`0c33465`](https://github.com/backstage/backstage/commit/0c33465): Implement `/entities/by-name/:kind/:namespace/:name` using `getEntitiesByRefs` - [`56511ba`](https://github.com/backstage/backstage/commit/56511ba): Be more aggressive in dequeueing entities for stitching - [`71152e3`](https://github.com/backstage/backstage/commit/71152e3): Correctly report stitching queue length - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - [`d93390d`](https://github.com/backstage/backstage/commit/d93390d): When parsing filters, do not make redundant `anyOf` and `allOf` nodes when there's only a single entry within them - [`3ab57c6`](https://github.com/backstage/backstage/commit/3ab57c6): Support changing location keys on existing entities, in delta mutations - [`24ecea8`](https://github.com/backstage/backstage/commit/24ecea8): Avoid extra ordering in by-query when the user doesn't ask for it - [`2924ffe`](https://github.com/backstage/backstage/commit/2924ffe): Compute some metrics using search table facet aggregations instead of reading the full refresh state - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-search-backend-module-catalog](https://github.com/backstage/plugin-search-backend-module-catalog)[@&#8203;0](https://github.com/0).2.6 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).4.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.6 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#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.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-backend-module-github)</summary> ### [`v0.7.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-backend-module-github/CHANGELOG.md#078) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`468bbcc`](https://github.com/backstage/backstage/commit/468bbcc): Pass in a default schedule to the `GithubEntityProvider` if none is provided - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - Updated dependencies - [@&#8203;backstage/plugin-catalog-backend](https://github.com/backstage/plugin-catalog-backend)[@&#8203;1](https://github.com/1).29.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).4.6 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-common)</summary> ### [`v1.1.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-common/CHANGELOG.md#112) [Compare Source](https://github.com/backstage/backstage/compare/v1.1.1...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-graph)</summary> ### [`v0.4.14`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-graph/CHANGELOG.md#0414) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-import)</summary> ### [`v0.12.8`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-import/CHANGELOG.md#0128) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-catalog-react)</summary> ### [`v1.15.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/catalog-react/CHANGELOG.md#1150) [Compare Source](https://github.com/backstage/backstage/compare/v1.14.2...v1.15.0) ##### Minor Changes - [`1ffb9f3`](https://github.com/backstage/backstage/commit/1ffb9f3): Update `EntityKindFilter` to include a `label` field with the properly capitalized Kind facet string - [`ceaf602`](https://github.com/backstage/backstage/commit/ceaf602): Sort EntityTypePicker by default ##### Patch Changes - [`d97a2cd`](https://github.com/backstage/backstage/commit/d97a2cd): Fixed an issue causing the `EntityOwnerPicker` to reset scrolling when more elements are loaded. - [`c36bd35`](https://github.com/backstage/backstage/commit/c36bd35): Internal refactor to break potential circular imports - [`f18c67d`](https://github.com/backstage/backstage/commit/f18c67d): Fix catalog filtering to allow searching entities by display name - [`95092a6`](https://github.com/backstage/backstage/commit/95092a6): Fixed an issue where `<CatalogFilterLayout.Filters />` would re-render its children on page load for smaller screens, potentially leading to unnecessary additional backend requests. - [`4a43398`](https://github.com/backstage/backstage/commit/4a43398): Fixed an issue where the `EntityOwnerPicker` component failed to load when the `mode` prop was set to `owners-only`. In this mode, the `EntityOwnerPicker` does not load details about the owners, such as `displayName` or `title`. To display these details, use `mode=all` instead. - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/frontend-test-utils](https://github.com/backstage/frontend-test-utils)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-org)</summary> ### [`v0.6.34`](https://github.com/backstage/backstage/blob/HEAD/plugins/org/CHANGELOG.md#0634) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-common)</summary> ### [`v0.8.3`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-common/CHANGELOG.md#083) [Compare Source](https://github.com/backstage/backstage/compare/v0.8.2...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-node)</summary> ### [`v0.8.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-node/CHANGELOG.md#086) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`b149e2a`](https://github.com/backstage/backstage/commit/b149e2a): The `createPermissionIntegrationRouter` function now detects and prevents the exposure of duplicate permissions. - Updated dependencies - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-permission-react)</summary> ### [`v0.4.29`](https://github.com/backstage/backstage/blob/HEAD/plugins/permission-react/CHANGELOG.md#0429) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-proxy-backend)</summary> ### [`v0.5.9`](https://github.com/backstage/backstage/blob/HEAD/plugins/proxy-backend/CHANGELOG.md#059) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder)</summary> ### [`v1.27.2`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder/CHANGELOG.md#1272) [Compare Source](https://github.com/backstage/backstage/compare/v1.27.1...v1.27.2) ##### Patch Changes - [`3c62a50`](https://github.com/backstage/backstage/commit/3c62a50): Experimental support for `formDecorators` to enable secret collection and mutations to the parameters for scaffolder tasks - [`c4ffd13`](https://github.com/backstage/backstage/commit/c4ffd13): Added the autocomplete feature to GitlabRepoUrlPicker - [`9951ba4`](https://github.com/backstage/backstage/commit/9951ba4): Updated dependency `@rjsf/utils` to `5.23.1`. Updated dependency `@rjsf/core` to `5.23.1`. Updated dependency `@rjsf/material-ui` to `5.23.1`. Updated dependency `@rjsf/validator-ajv8` to `5.23.1`. - [`184161f`](https://github.com/backstage/backstage/commit/184161f): Scaffolder field extensions registered with `FormFieldBlueprint` are now collected in the `useCustomFieldExtensions` hook, enabling them for use in the scaffolder. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.8 - [@&#8203;backstage/plugin-scaffolder-react](https://github.com/backstage/plugin-scaffolder-react)[@&#8203;1](https://github.com/1).14.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#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.2 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-scaffolder-backend)</summary> ### [`v1.28.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1280) [Compare Source](https://github.com/backstage/backstage/compare/v1.27.2...v1.28.0) ##### Minor Changes - [`c05a343`](https://github.com/backstage/backstage/commit/c05a343): Emit scaffolder events using the optional `EventsService` ##### Patch Changes - [`dfc8b41`](https://github.com/backstage/backstage/commit/dfc8b41): Updated dependency `@opentelemetry/api` to `^1.9.0`. - [`3c62a50`](https://github.com/backstage/backstage/commit/3c62a50): Experimental support for `formDecorators` to enable secret collection and mutations to the parameters for scaffolder tasks - [`6c326cf`](https://github.com/backstage/backstage/commit/6c326cf): The --no-node-snapshot check needs to be done against process.execArgv instead of process.argv - [`e913fdf`](https://github.com/backstage/backstage/commit/e913fdf): Add github backend module to create-app and improve error messages - [`8f59dc5`](https://github.com/backstage/backstage/commit/8f59dc5): Add fs:readdir to scaffolder startup - [`0851834`](https://github.com/backstage/backstage/commit/0851834): Resolved an issue where the `templateManagementPermission` was not being exposed through the `/permissions/metadata` endpoint. - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.5 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.8 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-events-node](https://github.com/backstage/plugin-events-node)[@&#8203;0](https://github.com/0).4.6 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).7.0 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.4 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#8203;0](https://github.com/0).6.2 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.6 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.3.5 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.4 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).2.4 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-bitbucket-cloud-common](https://github.com/backstage/plugin-bitbucket-cloud-common)[@&#8203;0](https://github.com/0).2.26 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).2.4 ### [`v1.27.2`](https://github.com/backstage/backstage/releases/tag/v1.27.2) [Compare Source](https://github.com/backstage/backstage/compare/v1.27.1...v1.27.2) This release fixes the following issues: - Fix logger crash on logging because of cyclical structures in the meta fields. - Fix an issue with external config schemas in the `app-backend` plugin which was previously broken. - Fix issue where MUI v5 components would not properly receive a `v5-` class prefix. - Fix issue with `search-backend` startup not happening in the correct order ### [`v1.27.1`](https://github.com/backstage/backstage/releases/tag/v1.27.1) [Compare Source](https://github.com/backstage/backstage/compare/v1.27.0...v1.27.1) This release fixes an issue where the backend logger services would throw an error when passing a log meta object with a `null` prototype. ### [`v1.27.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/scaffolder-backend/CHANGELOG.md#1270) [Compare Source](https://github.com/backstage/backstage/compare/v1.26.3...v1.27.0) ##### Minor Changes - [`0587633`](https://github.com/backstage/backstage/commit/0587633): Bumped the `isolated-vm` dependency from v4 to v5, which drops support for Node.js v16. - [`e61d5ef`](https://github.com/backstage/backstage/commit/e61d5ef): BREAKING EXPERIMENTAL: The `checkpoint` method now takes an object instead of previous arguments. ```ts await ctx.checkpoint({ key: 'repo.create', fn: () => ockokit.repo.create({...})}) ``` You can also now return `void` from the checkpoint if the method returns `void` inside the `checkpoint` handler. ##### Patch Changes - [`6aa5b98`](https://github.com/backstage/backstage/commit/6aa5b98): Fix tasks listing with postgres - [`59137ff`](https://github.com/backstage/backstage/commit/59137ff): Fix issue with token not being available because it's now non-enumerable - [`c5e39e7`](https://github.com/backstage/backstage/commit/c5e39e7): Internal refactor to use the deferred from the types package - [`e4f5d95`](https://github.com/backstage/backstage/commit/e4f5d95): Align with type declaration of template filter/global function by supporting undefined as return value. - [`d52d7f9`](https://github.com/backstage/backstage/commit/d52d7f9): Support ISO and ms string forms of durations in config too - [`7ab3371`](https://github.com/backstage/backstage/commit/7ab3371): Modified `createDryRunner` and corresponding route to include `templateMetaData` inside the `templateInfo`. This allows custom action writers to access things like `templateInfo.entity.metadata.name` via the action context while executing templates using the dry run framework. - [`4e58bc7`](https://github.com/backstage/backstage/commit/4e58bc7): Upgrade to uuid v11 internally - [`2dae341`](https://github.com/backstage/backstage/commit/2dae341): Add new `fs:readdir` action to list current content of the workspace - [`97ba58f`](https://github.com/backstage/backstage/commit/97ba58f): Add example template for notification sending - Updated dependencies - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).8.0 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.0 - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).5.3 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitlab](https://github.com/backstage/plugin-scaffolder-backend-module-gitlab)[@&#8203;0](https://github.com/0).6.1 - [@&#8203;backstage/plugin-scaffolder-common](https://github.com/backstage/plugin-scaffolder-common)[@&#8203;1](https://github.com/1).5.7 - [@&#8203;backstage/plugin-auth-node](https://github.com/backstage/plugin-auth-node)[@&#8203;0](https://github.com/0).5.4 - [@&#8203;backstage/plugin-bitbucket-cloud-common](https://github.com/backstage/plugin-bitbucket-cloud-common)[@&#8203;0](https://github.com/0).2.25 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).14.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).0.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2 - [@&#8203;backstage/plugin-scaffolder-node](https://github.com/backstage/plugin-scaffolder-node)[@&#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.1 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.5 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).15.2 - @&#8203;backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.5 - [@&#8203;backstage/plugin-scaffolder-backend-module-azure](https://github.com/backstage/plugin-scaffolder-backend-module-azure)[@&#8203;0](https://github.com/0).2.2 - @&#8203;backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-gerrit](https://github.com/backstage/plugin-scaffolder-backend-module-gerrit)[@&#8203;0](https://github.com/0).2.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-gitea](https://github.com/backstage/plugin-scaffolder-backend-module-gitea)[@&#8203;0](https://github.com/0).2.2 - [@&#8203;backstage/plugin-scaffolder-backend-module-github](https://github.com/backstage/plugin-scaffolder-backend-module-github)[@&#8203;0](https://github.com/0).5.2 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search)</summary> ### [`v1.4.21`](https://github.com/backstage/backstage/blob/HEAD/plugins/search/CHANGELOG.md#1421) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`d311c84`](https://github.com/backstage/backstage/commit/d311c84): Use Select from core-components and update Lifecycle filter to use Select instead checkboxes. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend)</summary> ### [`v1.8.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend/CHANGELOG.md#180) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.0...v1.8.0) ##### Minor Changes - [`384e494`](https://github.com/backstage/backstage/commit/384e494): Internal updates to generated code. ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-defaults](https://github.com/backstage/backend-defaults)[@&#8203;0](https://github.com/0).6.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-permission-node](https://github.com/backstage/plugin-permission-node)[@&#8203;0](https://github.com/0).8.6 - [@&#8203;backstage/backend-openapi-utils](https://github.com/backstage/backend-openapi-utils)[@&#8203;0](https://github.com/0).4.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.6 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#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.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-module-pg)</summary> ### [`v0.5.39`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-module-pg/CHANGELOG.md#0539) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-search-backend-node](https://github.com/backstage/plugin-search-backend-node)[@&#8203;1](https://github.com/1).3.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-backend-node)</summary> ### [`v1.3.6`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-backend-node/CHANGELOG.md#136) [Compare Source](https://github.com/backstage/backstage/compare/d589a90b10f3c15b36005147debcc6925da3ee11...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`5ae8a2c`](https://github.com/backstage/backstage/commit/5ae8a2c): Removed unnecessary dependency on `@backstage/backend-defaults`. - Updated dependencies - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-search-react)</summary> ### [`v1.8.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/search-react/CHANGELOG.md#184) [Compare Source](https://github.com/backstage/backstage/compare/v1.8.3...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`d311c84`](https://github.com/backstage/backstage/commit/d311c84): Use Select from core-components and update Lifecycle filter to use Select instead checkboxes. - Updated dependencies - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs)</summary> ### [`v1.12.0`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs/CHANGELOG.md#1120) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...v1.12.0) ##### Minor Changes - [`e153ca6`](https://github.com/backstage/backstage/commit/e153ca6): Add pagination support to TechDocs Index Page and make it the default ##### Patch Changes - [`7d8777d`](https://github.com/backstage/backstage/commit/7d8777d): Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page. - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/plugin-search-react](https://github.com/backstage/plugin-search-react)[@&#8203;1](https://github.com/1).8.4 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/plugin-auth-react](https://github.com/backstage/plugin-auth-react)[@&#8203;0](https://github.com/0).1.10 - [@&#8203;backstage/plugin-search-common](https://github.com/backstage/plugin-search-common)[@&#8203;1](https://github.com/1).2.16 - [@&#8203;backstage/plugin-techdocs-common](https://github.com/backstage/plugin-techdocs-common)[@&#8203;0](https://github.com/0).1.0 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.12 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-backend)</summary> ### [`v1.11.4`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-backend/CHANGELOG.md#1114) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`5c9cc05`](https://github.com/backstage/backstage/commit/5c9cc05): Use native fetch instead of node-fetch - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/backend-plugin-api](https://github.com/backstage/backend-plugin-api)[@&#8203;1](https://github.com/1).1.0 - [@&#8203;backstage/plugin-search-backend-module-techdocs](https://github.com/backstage/plugin-search-backend-module-techdocs)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/plugin-catalog-node](https://github.com/backstage/plugin-catalog-node)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/catalog-client](https://github.com/backstage/catalog-client)[@&#8203;1](https://github.com/1).9.0 - [@&#8203;backstage/plugin-techdocs-node](https://github.com/backstage/plugin-techdocs-node)[@&#8203;1](https://github.com/1).12.15 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/plugin-catalog-common](https://github.com/backstage/plugin-catalog-common)[@&#8203;1](https://github.com/1).1.2 - [@&#8203;backstage/plugin-permission-common](https://github.com/backstage/plugin-permission-common)[@&#8203;0](https://github.com/0).8.3 - [@&#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.19`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-module-addons-contrib/CHANGELOG.md#1119) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/integration](https://github.com/backstage/integration)[@&#8203;1](https://github.com/1).16.0 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/integration-react](https://github.com/backstage/integration-react)[@&#8203;1](https://github.com/1).2.2 - [@&#8203;backstage/plugin-techdocs-react](https://github.com/backstage/plugin-techdocs-react)[@&#8203;1](https://github.com/1).2.12 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-techdocs-react)</summary> ### [`v1.2.12`](https://github.com/backstage/backstage/blob/HEAD/plugins/techdocs-react/CHANGELOG.md#1212) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/version-bridge](https://github.com/backstage/version-bridge)[@&#8203;1](https://github.com/1).0.10 </details> <details> <summary>backstage/backstage (@&#8203;backstage/plugin-user-settings)</summary> ### [`v0.8.17`](https://github.com/backstage/backstage/blob/HEAD/plugins/user-settings/CHANGELOG.md#0817) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/plugin-catalog-react](https://github.com/backstage/plugin-catalog-react)[@&#8203;1](https://github.com/1).15.0 - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.3 - [@&#8203;backstage/core-compat-api](https://github.com/backstage/core-compat-api)[@&#8203;0](https://github.com/0).3.4 - [@&#8203;backstage/frontend-plugin-api](https://github.com/backstage/frontend-plugin-api)[@&#8203;0](https://github.com/0).9.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/core-components](https://github.com/backstage/core-components)[@&#8203;0](https://github.com/0).16.2 - [@&#8203;backstage/errors](https://github.com/backstage/errors)[@&#8203;1](https://github.com/1).2.6 - [@&#8203;backstage/catalog-model](https://github.com/backstage/catalog-model)[@&#8203;1](https://github.com/1).7.2 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#8203;1](https://github.com/1).2.0 - [@&#8203;backstage/plugin-signals-react](https://github.com/backstage/plugin-signals-react)[@&#8203;0](https://github.com/0).0.8 - [@&#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.3`](https://github.com/backstage/backstage/blob/HEAD/packages/test-utils/CHANGELOG.md#173) [Compare Source](https://github.com/backstage/backstage/compare/v1.7.2...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - Updated dependencies - [@&#8203;backstage/core-app-api](https://github.com/backstage/core-app-api)[@&#8203;1](https://github.com/1).15.3 - [@&#8203;backstage/theme](https://github.com/backstage/theme)[@&#8203;0](https://github.com/0).6.3 - [@&#8203;backstage/config](https://github.com/backstage/config)[@&#8203;1](https://github.com/1).3.1 - [@&#8203;backstage/core-plugin-api](https://github.com/backstage/core-plugin-api)[@&#8203;1](https://github.com/1).10.2 - [@&#8203;backstage/types](https://github.com/backstage/types)[@&#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.3 - [@&#8203;backstage/plugin-permission-react](https://github.com/backstage/plugin-permission-react)[@&#8203;0](https://github.com/0).4.29 </details> <details> <summary>backstage/backstage (@&#8203;backstage/theme)</summary> ### [`v0.6.3`](https://github.com/backstage/backstage/blob/HEAD/packages/theme/CHANGELOG.md#063) [Compare Source](https://github.com/backstage/backstage/compare/a2a93c34b83b87510b28295a49bd9f219b9ac3f0...8a42837cf37dbc8cd739dfd9e8641344fee1c472) ##### Patch Changes - [`5f04976`](https://github.com/backstage/backstage/commit/5f04976): Fixed a bug that caused missing code in published packages. </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-12-18 02:03:30 +01:00
fix(deps): update backstage monorepo
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
9e57b2dd34
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-12-18 02:03:30 +01:00
kjuulh merged commit 35e3bf2184 into main 2024-12-18 02:04:27 +01: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#76
No description provided.