fix(deps): update backstage monorepo #76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/backstage-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.5.14
->1.5.15
1.8.0
->1.9.0
1.7.1
->1.7.2
0.29.3
->0.29.4
0.29.3
->0.29.4
1.3.0
->1.3.1
1.15.2
->1.15.3
1.15.2
->1.15.3
0.16.1
->0.16.2
1.10.1
->1.10.2
1.1.4
->1.1.5
1.2.1
->1.2.2
0.12.1
->0.12.2
0.4.2
->0.4.3
0.24.0
->0.24.1
1.25.1
->1.26.0
1.28.0
->1.29.0
0.7.7
->0.7.8
1.1.1
->1.1.2
0.4.13
->0.4.14
0.12.7
->0.12.8
1.14.2
->1.15.0
0.6.33
->0.6.34
0.8.2
->0.8.3
0.8.5
->0.8.6
0.4.28
->0.4.29
0.5.8
->0.5.9
1.27.1
->1.27.2
1.26.3
->1.28.0
1.4.20
->1.4.21
1.7.0
->1.8.0
0.5.38
->0.5.39
1.3.5
->1.3.6
1.8.3
->1.8.4
1.11.2
->1.12.0
1.11.3
->1.11.4
1.1.18
->1.1.19
1.2.11
->1.2.12
0.8.16
->0.8.17
1.7.2
->1.7.3
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
d7e7836
: Fixed a bug in thequeryEntities
method where errors were not being handled properly.backstage/backstage (@backstage/catalog-model)
v1.7.2
Compare Source
Patch Changes
backstage/backstage (@backstage/cli)
v0.29.4
Compare Source
Patch Changes
2b6c1ea
: If the Backstage yarn plugin is installed, it will now be automatically updated as part ofversions:bump
.7dcff85
: Remove special-casing for@types
packages when generating dependency entriesduring templating
3c3a7e6
: Revertcss-loader@v7
bump0aff006
: Bumped the version range forhtml-webpack-plugin
to fix thehtmlPluginExports.getCompilationHooks is not a function
error when using experimental Rspack.583f3d4
: Added@backstage/cli/config/prettier
as a replacement for@spotify/prettier-config
, but with the same configuration.62a9062
: Updated dependency@module-federation/enhanced
to^0.8.0
.5f04976
: Updaterollup
to avoid issues with build output when runningbackstage-cli package build
.5f04976
: Fixed a bug that caused missing code in published packages.a49030a
: Add support for--output-file
option from ESLint topackage lint
andrepo lint
commands.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
: Use native fetch instead of node-fetchdcd99d2
: added experimental RSPack support for build command in the repo scopebackstage/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 periodbackstage/backstage (@backstage/core-components)
v0.16.2
Compare Source
Patch Changes
e47be38
: Added data-testid to placeholder rendered by Progress component to simplify assertions in testsbackstage/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
11babd9
: Fix link styling in ProvidedApisCard component so it aligns with other card components.backstage/backstage (@backstage/plugin-app-backend)
v0.4.3
Compare Source
Patch Changes
74c3f2a
: Fixed a bug where config would not be injected on the/
and/index.html
paths.5c9cc05
: Use native fetch instead of node-fetchd66fa80
: Fix root route handling when query parameters are presentbackstage/backstage (@backstage/plugin-auth-backend)
v0.24.1
Compare Source
Patch Changes
c907440
: Improved error forwarding for OAuth refresh endpoints40518ab
: Fix issue withjwks
endpoint returning invalid data withfirestore
5c9cc05
: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-catalog)
v1.26.0
Compare Source
Minor Changes
25beb82
: Adds an optional columns attribute to HasSubdomainsCardProps and changes its default columns39f1abc
: Consistent title behaviour across CatalogTable, CursorPaginatedCatalogTable, and OffsetPaginatedCatalogTable.1ffb9f3
: UpdateCatalogTable
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 newcatalog.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 bothentity.relation[].target
andentity.relation[].targetRef
are present in returned entities.c1307b4
: Implement/entities
in terms ofqueryEntities
to not run into memory and performance problems on large catalogs384e494
: Internal updates to generated code.1d0bc11
: Fetch all facets in a single database queryPatch Changes
dfc8b41
: Updated dependency@opentelemetry/api
to^1.9.0
.8013c9c
: Perform the by-query count inlined with the main queryfeba9ee
: Internal refactor of filter parsing logic.1fdb48e
: Use a faster count method on pg when computing some metricse4aab10
: Fix a bug where sometimes theby-query
endpoint could return nulls for entities that were not yet stitched.f159b25
: Compute deltas more efficiently, which generally leads to less wasted processing cycles0c33465
: Implement/entities/by-name/:kind/:namespace/:name
usinggetEntitiesByRefs
56511ba
: Be more aggressive in dequeueing entities for stitching71152e3
: Correctly report stitching queue length5c9cc05
: Use native fetch instead of node-fetchd93390d
: When parsing filters, do not make redundantanyOf
andallOf
nodes when there's only a single entry within them3ab57c6
: Support changing location keys on existing entities, in delta mutations24ecea8
: Avoid extra ordering in by-query when the user doesn't ask for it2924ffe
: Compute some metrics using search table facet aggregations instead of reading the full refresh statebackstage/backstage (@backstage/plugin-catalog-backend-module-github)
v0.7.8
Compare Source
Patch Changes
468bbcc
: Pass in a default schedule to theGithubEntityProvider
if none is provided5c9cc05
: Use native fetch instead of node-fetchbackstage/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
: UpdateEntityKindFilter
to include alabel
field with the properly capitalized Kind facet stringceaf602
: Sort EntityTypePicker by defaultPatch Changes
d97a2cd
: Fixed an issue causing theEntityOwnerPicker
to reset scrolling when more elements are loaded.c36bd35
: Internal refactor to break potential circular importsf18c67d
: Fix catalog filtering to allow searching entities by display name95092a6
: 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
: Fixed an issue where theEntityOwnerPicker
component failed to load when themode
prop was set toowners-only
. In this mode, theEntityOwnerPicker
does not load details about the owners, such asdisplayName
ortitle
. To display these details, usemode=all
instead.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
b149e2a
: ThecreatePermissionIntegrationRouter
function now detects and prevents the exposure of duplicate permissions.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
5c9cc05
: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-scaffolder)
v1.27.2
Compare Source
Patch Changes
3c62a50
: Experimental support forformDecorators
to enable secret collection and mutations to the parameters for scaffolder tasksc4ffd13
: Added the autocomplete feature to GitlabRepoUrlPicker9951ba4
: Updated dependency@rjsf/utils
to5.23.1
.Updated dependency
@rjsf/core
to5.23.1
.Updated dependency
@rjsf/material-ui
to5.23.1
.Updated dependency
@rjsf/validator-ajv8
to5.23.1
.184161f
: Scaffolder field extensions registered withFormFieldBlueprint
are now collected in theuseCustomFieldExtensions
hook, enabling them for use in the scaffolder.backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.28.0
Compare Source
Minor Changes
c05a343
: Emit scaffolder events using the optionalEventsService
Patch Changes
dfc8b41
: Updated dependency@opentelemetry/api
to^1.9.0
.3c62a50
: Experimental support forformDecorators
to enable secret collection and mutations to the parameters for scaffolder tasks6c326cf
: The --no-node-snapshot check needs to be done against process.execArgv instead of process.argve913fdf
: Add github backend module to create-app and improve error messages8f59dc5
: Add fs:readdir to scaffolder startup0851834
: Resolved an issue where thetemplateManagementPermission
was not being exposed through the/permissions/metadata
endpoint.v1.27.2
Compare Source
This release fixes the following issues:
app-backend
plugin which was previously broken.v5-
class prefix.search-backend
startup not happening in the correct orderv1.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 theisolated-vm
dependency from v4 to v5, which drops support for Node.js v16.e61d5ef
: BREAKING EXPERIMENTAL: Thecheckpoint
method now takes an object instead of previous arguments.You can also now return
void
from the checkpoint if the method returnsvoid
inside thecheckpoint
handler.Patch Changes
6aa5b98
: Fix tasks listing with postgres59137ff
: Fix issue with token not being available because it's now non-enumerablec5e39e7
: Internal refactor to use the deferred from the types packagee4f5d95
: Align with type declaration of template filter/global function by supporting undefined as return value.d52d7f9
: Support ISO and ms string forms of durations in config too7ab3371
: ModifiedcreateDryRunner
and corresponding route to includetemplateMetaData
inside thetemplateInfo
. This allows custom action writers to access things liketemplateInfo.entity.metadata.name
via the action context while executing templates using the dry run framework.4e58bc7
: Upgrade to uuid v11 internally2dae341
: Add newfs:readdir
action to list current content of the workspace97ba58f
: Add example template for notification sendingbackstage/backstage (@backstage/plugin-search)
v1.4.21
Compare Source
Patch Changes
d311c84
: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.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
5ae8a2c
: Removed unnecessary dependency on@backstage/backend-defaults
.backstage/backstage (@backstage/plugin-search-react)
v1.8.4
Compare Source
Patch Changes
d311c84
: Use Select from core-components and update Lifecycle filter to use Select instead checkboxes.backstage/backstage (@backstage/plugin-techdocs)
v1.12.0
Compare Source
Minor Changes
e153ca6
: Add pagination support to TechDocs Index Page and make it the defaultPatch Changes
7d8777d
: Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page.backstage/backstage (@backstage/plugin-techdocs-backend)
v1.11.4
Compare Source
Patch Changes
5c9cc05
: Use native fetch instead of node-fetchbackstage/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.
This PR has been generated by Renovate Bot.