fix(deps): update backstage monorepo #26
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.7
->1.5.10
^0.23.0
->^0.24.0
^0.5.0
->^0.6.0
1.6.5
->1.6.6
1.5.0
->1.6.0
^0.26.0
->^0.27.0
^0.26.0
->^0.27.0
1.13.0
->1.14.2
1.13.0
->1.14.2
0.14.8
->0.14.10
1.0.34
->1.0.37
1.1.28
->1.1.30
0.11.6
->0.11.8
0.3.70
->0.3.72
0.22.8
->0.22.10
1.21.0
->1.22.0
1.23.2
->1.25.0
^0.6.0
->^0.7.0
1.0.24
->1.0.26
0.4.6
->0.4.8
0.12.0
->0.12.2
1.12.1
->1.12.3
0.6.26
->0.6.28
^0.7.0
->^0.8.0
^0.7.0
->^0.8.0
0.4.23
->0.4.25
0.5.2
->0.5.4
1.22.0
->1.24.0
1.22.11
->1.24.0
1.4.13
->1.4.15
1.5.13
->1.5.15
0.5.31
->0.5.33
1.2.26
->1.3.0
1.7.12
->1.7.14
1.10.6
->1.10.8
1.10.8
->1.10.11
1.1.11
->1.1.13
1.2.5
->1.2.7
0.8.8
->0.8.11
1.5.7
->1.5.10
Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.10
Compare Source
Patch Changes
v1.5.9
Compare Source
Patch Changes
v1.5.8
Compare Source
Patch Changes
backstage/backstage (@backstage/backend-common)
v0.24.0
Compare Source
Minor Changes
389f5a4
: BREAKING: Removed the followingUrl Reader
deprecated exports:UrlReaderService
from@backstage/backend-plugin-api
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;UrlReaderServiceReadUrlOptions
from@backstage/backend-plugin-api
instead;UrlReaderServiceReadUrlResponse
from@backstage/backend-plugin-api
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;UrlReaderServiceReadTreeOptions
from@backstage/backend-plugin-api
instead;UrlReaderServiceReadTreeResponse
from@backstage/backend-plugin-api
instead;UrlReaderServiceReadTreeResponseFile
from@backstage/backend-plugin-api
instead;UrlReaderServiceReadTreeResponseDirOptions
from@backstage/backend-plugin-api
instead;@backstage/backend-defaults/urlReader
instead;@backstage/backend-defaults/urlReader
instead;UrlReaderServiceSearchOptions
from@backstage/backend-plugin-api
instead;UrlReaderServiceSearchResponse
from@backstage/backend-plugin-api
instead;UrlReaderServiceSearchResponseFile
from@backstage/backend-plugin-api
instead.Patch Changes
ba8571e
: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.93095ee
: Make sure node-fetch is version 2.7.0 or greater6795e33
: This package is marked asdeprecated
and will be removed in a near future, please follow the deprecated instructions for the exports you still use.7e13b7a
: The remaining exports in the package have now been deprecated:cacheToPluginCacheManager
createLegacyAuthAdapters
LegacyCreateRouter
legacyPlugin
loggerToWinstonLogger
makeLegacyPlugin
Users of these export should fully migrate to the new backend system.
ddde5fe
: Internal type refactor.b63d378
: exportcreateConfigSecretEnumerator
from@backstage/backend-common
instead of@backstage/backend-app-api
.Updated dependencies
v0.23.3
Compare Source
Patch Changes
8c09c97
: Deprecate legacy status check factory, handler and types.d228862
: Update default backend plugin created by the cli to use non-deprecated error handling middlewarec964a3d
: Add dependencies that are needed by cross-imports from backend-defaultsb60db08
: Fixing exporting of classes properly from new packagesb9ed1bb
: bumped better-sqlite3 from ^9.0.0 to ^11.0.0backstage/backstage (@backstage/backend-tasks)
v0.6.0
Compare Source
Minor Changes
fc24d9e
: This package is deprecated and will be removed in a near future, follow the instructions below to stop using it:TaskScheduler
: Please migrate to the new backend system, and depend oncoreServices.scheduler
from@backstage/backend-plugin-api
instead, or useDefaultSchedulerService
from `@backstage/backend-defaults;TaskRunner
: Please importSchedulerServiceTaskRunner
from@backstage/backend-plugin-api
instead;TaskFunction
: Please importSchedulerServiceTaskFunction
from@backstage/backend-plugin-api
instead;TaskDescriptor
: Please importSchedulerServiceTaskDescriptor
from@backstage/backend-plugin-api
instead;TaskInvocationDefinition
: Please importSchedulerServiceTaskInvocationDefinition
from@backstage/backend-plugin-api
instead;TaskScheduleDefinition
: Please importSchedulerServiceTaskFunction
from@backstage/backend-plugin-api
instead;TaskScheduleDefinitionConfig
: Please importSchedulerServiceTaskScheduleDefinitionConfig
from@backstage/backend-plugin-api
instead;PluginTaskScheduler
: Please useSchedulerService
from@backstage/backend-plugin-api
instead (most likely viacoreServices.scheduler
);readTaskScheduleDefinitionFromConfig
: Please importreadSchedulerServiceTaskScheduleDefinitionFromConfig
from@backstage/backend-plugin-api
instead;HumanDuration
: ImportTypesHumanDuration
from@backstage/types
instead.Patch Changes
ba9abf4
: ThePluginTaskScheduler
now allows tasks withfrequency: { trigger: 'manual' }
. This means that the task will not be scheduled, but rather run only when manually triggered withPluginTaskScheduler.triggerTask
.v0.5.27
Compare Source
Patch Changes
083eaf9
: Fix bug where ISO durations could no longer be used for schedulesbackstage/backstage (@backstage/catalog-client)
v1.6.6
Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-model)
v1.6.0
Compare Source
Minor Changes
34fa803
: Introduce an optional spec.type attribute on the Domain and System entity kindsPatch Changes
backstage/backstage (@backstage/cli)
v0.27.0
Compare Source
Minor Changes
32a38e1
: BREAKING: The lockfile (yarn.lock
) dependency analysis and mutations have been removed from several commands.The
versions:bump
command will no longer attempt to bump and deduplicate dependencies by modifying the lockfile, it will only updatepackage.json
files.The
versions:check
command has been removed, since its only purpose was verification and mutation of the lockfile. We recommend using theyarn dedupe
command instead, or theyarn-deduplicate
package if you're using Yarn classic.The check that was built into the
package start
command has been removed, it will no longer warn about lockfile mismatches.The packages in the Backstage ecosystem handle package duplications much better now than when these CLI features were first introduced, so the need for these features has diminished. By removing them, we drastically reduce the integration between the Backstage CLI and Yarn, making it much easier to add support for other package managers in the future.
Patch Changes
7eb08a6
: Add frontend-dynamic-container role to eslint config factoryb2d97fd
: Fixing loading of additional config files with newConfigSources
fbc7819
: Use ES2022 in CLI bundler93095ee
: Make sure node-fetch is version 2.7.0 or greater6d898d8
: Switched theprocess
polyfill to userequire.resolve
for greater compatability.e53074f
: Updated default backend plugin to useRootConfigService
instead ofConfig
. This also removes the dependency on@backstage/config
as it's no longer used.ee2b0e5
: The experimental module federation build now has the ability to force the use of development versions ofreact
andreact-dom
by setting theFORCE_REACT_DEVELOPMENT
flag.239dffc
: Remove usage of deprecated functionality from @backstage/config-loadere6e7d86
: Switched the target from'ES2022'
to'es2022'
for better compatibility with older versions ofswc
.2ced236
: Updated dependency@module-federation/enhanced
to0.3.1
0eedec3
: Add support for dynamic plugins via the EXPERIMENTAL_MODULE_FEDERATION environment variable when runningyarn start
.adabb40
: New command now supports setting package licensedc4fb4f
: Fix forrepo build --all
not properly detecting the experimental public entry point.v0.26.11
Compare Source
Patch Changes
133464c
: Added experimental support for dynamic frontend plugin builds, enabled via settingEXPERIMENTAL_MODULE_FEDERATION
for the app build, and using thefrontend-dynamic-container
package role to create a container. Both of these are experimental and will change in the future.e2e320c
: - remove unused dependencieswinston
andyn
from the template of backend plugins;msw
to version2.3.1
in the template of backend plugins;starting with v1 and switching later to v2 is tedious and not straight forward; it's easier to start with v2;
0540c5a
: Updated the scaffolding output message forplugin-common
inbackstage-cli
. Now, when executingbackstage-cli new
to create a newplugin-common
package, the output message accurately reflects the action by displayingCreating common plugin package...
instead of the previous, less accurateCreating backend plugin...
.7652db4
: Only bootstrap global-agent if it's actually being usedf0c0039
: Fix issue with CLI that was preventing upgrading from 1.28d228862
: Update default backend plugin created by the cli to use non-deprecated error handling middlewareda90cce
: Updated dependencyesbuild
to^0.21.0
.a60d73b
: Fix a few minor issues with the backend template that were causing failing linting checks in the main repo.0510d98
: Subpath exportpackage.json
should be of a unique name to avoid typescript resolution issues4baac0c
: ThebackendPlugin
andbackendModule
factory now includes a step for automatically adding the new backend plugin/module to theindex.ts
file of the backend.backstage/backstage (@backstage/core-app-api)
v1.14.2
Compare Source
Patch Changes
9a46a81
: The request to delete the session cookie when running the app in protected mode is now done with a plainfetch
rather thanFetchApi
. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.v1.14.1
Compare Source
Patch Changes
9a46a81
: The request to delete the session cookie when running the app in protected mode is now done with a plainfetch
rather thanFetchApi
. This fixes a bug where the app would immediately try to sign-in again when removing the cookie during logout.v1.14.0
Compare Source
Minor Changes
d3c39fc
: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.This has the effect of removing the button for registering new
catalog entities in the scaffolder template list view
backstage/backstage (@backstage/core-components)
v0.14.10
Compare Source
Patch Changes
678971a
: Move theLink
component to theRoutedTabs
instead of theHeaderTabs
component13a9c63
: Corrected the documentation for the GCP IAP auth module and updated the configuration to follow proxy configuration conventions by ignoring authEnvv0.14.9
Compare Source
Patch Changes
d4ffdbb
: Fixed bug where<Select>
component with empty string as placeholder gave an error99d672d
: Modified theSelect
component to take in adata-testid
parameter ensuring backwards compatibility with default value corresponding to previously hardcodeddata-testid
of "select".backstage/backstage (@backstage/dev-utils)
v1.0.37
Compare Source
Patch Changes
v1.0.36
Compare Source
Patch Changes
v1.0.35
Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.1.30
Compare Source
Patch Changes
v1.1.29
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.11.8
Compare Source
Patch Changes
770ba02
:ConsumingComponentsCard
andProvidingComponentsCard
will now optionally acceptcolumns
to override which table columns are displayedfe1fbb2
: Migrating usages of the deprecatedcreateExtension
v1
format to the newerv2
format, and oldcreate*Extension
extension creators to blueprints.ebfeb40
: Addedresolvers
prop toAsyncApiDefinitionWidget
. This allows to override the default http/https resolvers, for example to add authentication to requests to internal schema registries.4b6d2cb
: Updated dependency@graphiql/react
to^0.23.0
.6582799
: AddtableOptions
to all tables and additionallytitle
to API tables.v0.11.7
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-backend)
v0.3.72
Compare Source
Patch Changes
93095ee
: Make sure node-fetch is version 2.7.0 or greater6bd6fda
: DeprecatecreateRouter
and its options in favour of the new backend system.v0.3.71
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-auth-backend)
v0.22.10
Compare Source
Patch Changes
93095ee
: Make sure node-fetch is version 2.7.0 or greatercc9a7a5
: DeprecatedcreateRouter
and its router options in favour of the new backend system.v0.22.9
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog)
v1.22.0
Compare Source
Minor Changes
6925dcb
: Introduces the HasSubdomainsCard component that displays the subdomains of a given domainPatch Changes
496b8a9
: ExportRelatedEntitiesCard
presets to be reused.604a504
: The entity relation cards available for the new frontend system via/alpha
now have more accurate and granular default filters.7bd27e1
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead.c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead6582799
: AddtableOptions
to all tables and additionallytitle
to API tables.6349099
: Added config input type to the extensionsv1.21.1
Compare Source
Patch Changes
06c0956
: Support i18n for catalog and catalog-react pluginsd133eaa
: Added small notes to AboutCard to discourage customizability PRsbackstage/backstage (@backstage/plugin-catalog-backend)
v1.25.0
Compare Source
Minor Changes
163ba08
: DeprecatedRouterOptions
,CatalogBuilder
, andCatalogEnvironment
. Please make sure to upgrade to the new backend system.fc24d9e
: Stop using@backstage/backend-tasks
as it will be deleted in near future.Patch Changes
776eb56
:ProcessorOutputCollector
returns an error when receiving deferred entities that have an invalidmetadata.annotations
format.This allows to return an error on an actual validation issue instead of reporting that the location annotations are missing afterwards, which is misleading for the users.
389f5a4
: Update deprecated url-reader-related imports.93095ee
: Make sure node-fetch is version 2.7.0 or greatera629fb2
: Added setAllowedLocationTypes while introducing a new extension point called CatalogLocationsExtensionPoint51240ee
: Preserve defaultallowedLocationTypes
whensetAllowedLocationTypes()
ofCatalogLocationsExtensionPoint
is not called.Updated dependencies
v1.24.0
Compare Source
Minor Changes
b9ed1bb
: bumped better-sqlite3 from ^9.0.0 to ^11.0.0Patch Changes
backstage/backstage (@backstage/plugin-catalog-backend-module-github)
v0.7.0
Compare Source
Minor Changes
fc24d9e
: Stop using@backstage/backend-tasks
as it will be deleted in near future.Patch Changes
93095ee
: Make sure node-fetch is version 2.7.0 or greaterc1eb809
: Fix GitHubrepository
event support.$.repository.organization
is only provided forpush
events. Switched to$.organization.login
instead.$.repository.url
is not always returning the expected and required value. Use$.repository.html_url
instead.Updated dependencies
v0.6.5
Compare Source
Patch Changes
9112efc
: Adds support forrepository
events.The provider adds a subscription to the topic
github.repository
.Hereby, it supports events of type
repository
with actionsarchived
deleted
edited
renamed
transferred
unarchived
Actions skipped as they don't require entity changes:
created
privatized
publicized
If the config option
validateLocationsExist
is enabled, an API requestis necessary and will be executed.
This affects the actions
renamed
,transferred
, andunarchive
of event type
repository
.Catalog entities related to the
GithubEntityProvider
instance will be adjustedaccording to action and its meaning for them.
Updated dependencies
backstage/backstage (@backstage/plugin-catalog-common)
v1.0.26
Compare Source
Patch Changes
v1.0.25
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.8
Compare Source
Patch Changes
c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation insteadfba7537
: Memoize entity graph nodes when applying anentityFilter
to prevent repeated redraws4a529c2
: UseentityPresentationApi
for the node title and the icon.v0.4.7
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.2
Compare Source
Patch Changes
c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation insteadv0.12.1
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-react)
v1.12.3
Compare Source
Patch Changes
7bd27e1
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead.31bfc44
: Updated alpha definitions of extension data references.7ca331c
: CorrectEntityDisplayName
's icon alignment with the text.9b89b82
: Internal refactor to remove unnecessaryroutable
prop in the implementation of thecreateEntityContentExtension
alpha export.bebd569
: Fix extra divider displayed on user list picker component519b8e0
: Added utilities for converting existing entity card and content extensions to the new frontend system. This is in particular useful when used in combination with the newconvertLegacyPlugin
utility from@backstage/core-compat-api
.d001a42
: Fix label related accessibility issues withFavorityEntity
012e3eb
: Entity page extensions created for the new frontend system via the/alpha
exports will now be enabled by default.6349099
: Added config input type to the extensionsv1.12.2
Compare Source
Patch Changes
06c0956
: Support i18n for catalog and catalog-react plugins2030962
: Make EntityOwnerPicker display metadata.title or spec.profile.displayName for mode=only-owners instead of metadata.namebackstage/backstage (@backstage/plugin-org)
v0.6.28
Compare Source
Patch Changes
c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation insteadv0.6.27
Compare Source
Patch Changes
5132d28
: TheuseGetEntities
hook could result in requests to/api/catalog/entities
where the headers exceed the default maximum Node.js header size of 16KB. The hook logic has been adjusted to batch the requests.c307ef4
: AddedrelationType
property to EntityMembersListCard component that allows for display users related to a group via some other relationship aside frommemberOf
.Also, as a side effect, the
relationsType
property has been deprecated in favor of a more accurately namedrelationAggregation
property.Updated dependencies
backstage/backstage (@backstage/plugin-permission-common)
v0.8.1
Compare Source
Patch Changes
df784fe
: Add the MetadataResponse type from @backstage/plugin-permission-node, since thistype might be used in frontend code.
137fa34
: Add the MetadataResponseSerializedRule type from @backstage/plugin-permission-node, since this type might be used in frontend code.v0.8.0
Compare Source
Minor Changes
f4085b8
: BREAKING: Removed the deprecated and unusedtoken
option fromEvaluatorRequestOptions
. ThePermissionsClient
now has its ownPermissionClientRequestOptions
type that declares thetoken
option instead.Patch Changes
backstage/backstage (@backstage/plugin-permission-node)
v0.8.1
Compare Source
Patch Changes
df784fe
: The MetadataResponse type has been moved to @backstage/plugin-permission-commonto match the recent move of MetadataResponseSerializedRule, and should be
imported from there going forward. To avoid an immediate breaking change, this
type is still re-exported from this package, but is marked as deprecated and
will be removed in a future release.
5cd9878
: The MetadataResponseSerializedRule type has been moved to @backstage/plugin-permission-common, and should be imported from there going forward. To avoid an immediate breaking change, this type is still re-exported from this package, but is marked as deprecated and will be removed in a future release.v0.8.0
Compare Source
Minor Changes
36f91e8
: BREAKING: Updated theServerPermissionClient
to match the newPermissionsService
interface, where the deprecatedtoken
option has been removed and the options are now required.Patch Changes
ed10fd2
: ThePermissionPolicy
interface has been updated to align with the recent changes to the Backstage auth system. The second argument to thehandle
method is now of the newPolicyQueryUser
type. This type maintains the old fields from theBackstageIdentityResponse
, which are now all deprecated. Instead, two new fields have been added, which allows access to the same information:credentials
- ABackstageCredentials
object, which is useful for making requests to other services on behalf of the user as part of evaluating the policy. This replaces the deprecatedtoken
field. See the Auth Service documentation for information about how to create a token using these credentials.info
- ABackstageUserInfo
object, which contains the same information as the deprecatedidentity
, except for thetype
field that was redundant.Most existing policies can be updated by replacing the
BackstageIdentityResponse
type withPolicyQueryUser
, which is exported from@backstage/plugin-permission-node
, as well as replacing any occurrences ofuser?.identity
withuser?.info
.28b2cfb
: Fix invalid cross-reference in API Reference docsUpdated dependencies
backstage/backstage (@backstage/plugin-permission-react)
v0.4.25
Compare Source
Patch Changes
v0.4.24
Compare Source
Patch Changes
28b2cfb
: Improve API Reference documentationbackstage/backstage (@backstage/plugin-proxy-backend)
v0.5.4
Compare Source
Patch Changes
93095ee
: Make sure node-fetch is version 2.7.0 or greaterb63d378
: Update internal importsv0.5.3
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-scaffolder)
v1.24.0
Compare Source
Minor Changes
1552c33
: Changed the way to display entities inMyGroupsPicker
to useentityPresentationApi
and make it consistent across scaffolder pickers3fca643
: Added field extensionRepoBranchPicker
that supports autocompletion for BitbucketPatch Changes
47ed51b
: Add an extra bit of height to the EntityPicker dropdown to make it clear there are more options to select from, and to remove the scroll bar when there is less than 10 options46e5e55
: Change scaffolder widgets to useTextField
component for more flexibility in theme overrides.c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead2ae63cd
: add i18n for scaffolderd18f4eb
: Fix undefined in the title of Scaffolder Runs on the page load896a22d
: Fix helper text margin for scaffolder EntityNamePicker and EntityTagsPicker when using outlined text fieldbbd9f56
: Cleaned up codebase of RepoUrlPickerb8600fe
: Fix issue withRepoUrlPicker
not refreshing the credentials for a different hostv1.23.0
Compare Source
Minor Changes
52b6db0
: Use virtualization withEntityPicker
as done earlier withMultiEntityPicker
to fix performance issues with large data sets.VirtualizedListbox
extracted into reusable component.3583ce5
: Use virtualization withMultiEntityPicker
. Fixes performance issues with large data sets.b5deed0
: Add support forbitbucketCloud
autocomplete inRepoUrlPicker
Patch Changes
4d7e11f
: enable resizing of the task log stream viewer661b354
: Fixed a bug where theRepoUrlPicker
would still require theowner
field forazure
cc81579
: Updated dependency@rjsf/utils
to5.18.5
.Updated dependency
@rjsf/core
to5.18.5
.Updated dependency
@rjsf/material-ui
to5.18.5
.Updated dependency
@rjsf/validator-ajv8
to5.18.5
.89c44b3
: SupportcatalogFilter
array onOwnedEntityPicker
backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.24.0
Compare Source
Minor Changes
fc24d9e
: Stop using@backstage/backend-tasks
as it will be deleted in near future.dcd6a79
: Added OpenTelemetry support to Scaffolder metricsPatch Changes
389f5a4
: Update deprecated url-reader-related imports.c544f81
: Add support for status filtering in scaffolder tasks endpointb63d378
: Update internal importsef87e06
: Fix scaffolder actioncatalog:write
to write to directories that don't already existv1.23.0
Compare Source
Minor Changes
b5deed0
: Add support forautocomplete
extension point to provide additionalautocomplete
handlers0b52438
: Serialization of the scaffolder workspace into GCP bucketPatch Changes
b9451dd
: Updatedcatalog:write
scaffolder action to show correct file path location in log messageff1bb4c
: Added a documentation how to use checkpointsda90cce
: Updated dependencyesbuild
to^0.21.0
.62d1fe3
: Fix user entity not being fetched for scaffolder dry runnerbackstage/backstage (@backstage/plugin-search)
v1.4.15
Compare Source
Patch Changes
c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead3123c16
: Fix package metadata6349099
: Added config input type to the extensionsv1.4.14
Compare Source
Patch Changes
1117aba
: Update deps in search api extension to include fetch apibackstage/backstage (@backstage/plugin-search-backend)
v1.5.15
Compare Source
Patch Changes
3123c16
: Fix package metadatav1.5.14
Compare Source
Patch Changes
343f656
: TheAuthorizedSearchEngine
will now ignore the deprecatedtoken
option, and treat it as an unauthorized request. This will not have any effect in practice, since credentials are always provided by the router.backstage/backstage (@backstage/plugin-search-backend-module-pg)
v0.5.33
Compare Source
Patch Changes
7251567
: Removing@backstage/backend-app-api
dependencyv0.5.32
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-backend-node)
v1.3.0
Compare Source
Minor Changes
fc24d9e
: Stop using@backstage/backend-tasks
as it will be deleted in near future.Patch Changes
389f5a4
: Update deprecated url-reader-related imports.3123c16
: Fix package metadata7c5f3b0
: Explicit declare if the service ref acceptssingle
ormultiple
implementations.v1.2.27
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-react)
v1.7.14
Compare Source
Patch Changes
7bd27e1
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead.31bfc44
: Updated alpha definitions of extension data references.3123c16
: Fix package metadata6349099
: Added config input type to the extensionsv1.7.13
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs)
v1.10.8
Compare Source
Patch Changes
69bd940
: Use annotation constants from new techdocs-common package.c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead27794d1
: Allow for more granular control of TechDocsReaderPage styling. Theme overrides can now be provided to TechDocs without affecting the theme in other areas of Backstage.4490d73
: Refactor TechDocs' mkdocs-redirects support.8543e72
: TechDocs redirect feature now includes a notification to the user before they are redirected.67e76f2
: TechDocs now supports themkdocs-redirects
plugin. Redirects defined using themkdocs-redirect
plugin will be handled automatically in TechDocs. Redirecting to external urls is not supported. In the case that an external redirect url is provided, TechDocs will redirect to the current documentation site home.bdc5471
: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.6349099
: Added config input type to the extensionsv1.10.7
Compare Source
Patch Changes
8fc2622
: Fixed an issue that was causing techdocs pages unnecessarily re-render on navigate.6fa652c
: Improve default sorting of docs table605b691
: Allow for searching TechDocs by entity title60caa92
: Fix double scrollbar bug in readerbackstage/backstage (@backstage/plugin-techdocs-backend)
v1.10.11
Compare Source
v1.10.10
Compare Source
Patch Changes
69bd940
: Use annotation constants from new techdocs-common package.93095ee
: Make sure node-fetch is version 2.7.0 or greaterb77fbf4
: Added backtype: 'local'
to TechDocs config schema forpublisher
a16632c
: Update configuration schema to match actual behaviorv1.10.9
Compare Source
Patch Changes
9ecf5fd
: Adds extension point for publishers to the techdocs backendbackstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.13
Compare Source
Patch Changes
v1.1.12
Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.7
Compare Source
Patch Changes
v1.2.6
Compare Source
Patch Changes
8ac9ce5
: Resolved the issue where changes in TechDoc add-ons, including the TextSize add-on, were not reapplying during navigationbackstage/backstage (@backstage/plugin-user-settings)
v0.8.11
Compare Source
Patch Changes
c7603e8
: Deprecate the old pattern ofcreate*Extension
, and replace it with the equivalent Blueprint implementation instead6349099
: Added config input type to the extensionsv0.8.10
Compare Source
Patch Changes
v0.8.9
Compare Source
Patch Changes
backstage/backstage (@backstage/test-utils)
v1.5.10
Compare Source
Patch Changes
v1.5.9
Compare Source
Patch Changes
v1.5.8
Compare Source
Patch Changes
95a3a0b
: Rename frontend and backendsetupRequestMockHandlers
methods toregisterMswTestHooks
.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.
e7dff1c465
toc359d215dd