fix(deps): update backstage monorepo #76
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.151.8.0->1.9.01.7.1->1.7.20.29.3->0.29.40.29.3->0.29.41.3.0->1.3.11.15.2->1.15.31.15.2->1.15.30.16.1->0.16.21.10.1->1.10.21.1.4->1.1.51.2.1->1.2.20.12.1->0.12.20.4.2->0.4.30.24.0->0.24.11.25.1->1.26.01.28.0->1.29.00.7.7->0.7.81.1.1->1.1.20.4.13->0.4.140.12.7->0.12.81.14.2->1.15.00.6.33->0.6.340.8.2->0.8.30.8.5->0.8.60.4.28->0.4.290.5.8->0.5.91.27.1->1.27.21.26.3->1.28.01.4.20->1.4.211.7.0->1.8.00.5.38->0.5.391.3.5->1.3.61.8.3->1.8.41.11.2->1.12.01.11.3->1.11.41.1.18->1.1.191.2.11->1.2.120.8.16->0.8.171.7.2->1.7.30.6.2->0.6.3Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.15Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-client)
v1.9.0Compare Source
Minor Changes
384e494: Internal updates to generated code.Patch Changes
d7e7836: Fixed a bug in thequeryEntitiesmethod where errors were not being handled properly.backstage/backstage (@backstage/catalog-model)
v1.7.2Compare Source
Patch Changes
backstage/backstage (@backstage/cli)
v0.29.4Compare 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@typespackages when generating dependency entriesduring templating
3c3a7e6: Revertcss-loader@v7bump0aff006: Bumped the version range forhtml-webpack-pluginto fix thehtmlPluginExports.getCompilationHooks is not a functionerror when using experimental Rspack.583f3d4: Added@backstage/cli/config/prettieras a replacement for@spotify/prettier-config, but with the same configuration.62a9062: Updated dependency@module-federation/enhancedto^0.8.0.5f04976: Updaterollupto 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-fileoption from ESLint topackage lintandrepo lintcommands.96331fa: Enhance the behavior of the experimental support for module federation in the backstage CLI,by using the
package.jsonexports (when present) to complete the list of exposed modules.This allows, for example, using exported
alphadefinitions 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.1Compare Source
Patch Changes
backstage/backstage (@backstage/core-app-api)
v1.15.3Compare 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.2Compare 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.2Compare Source
Patch Changes
backstage/backstage (@backstage/dev-utils)
v1.1.5Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.2Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.12.2Compare 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.3Compare Source
Patch Changes
74c3f2a: Fixed a bug where config would not be injected on the/and/index.htmlpaths.5c9cc05: Use native fetch instead of node-fetchd66fa80: Fix root route handling when query parameters are presentbackstage/backstage (@backstage/plugin-auth-backend)
v0.24.1Compare Source
Patch Changes
c907440: Improved error forwarding for OAuth refresh endpoints40518ab: Fix issue withjwksendpoint returning invalid data withfirestore5c9cc05: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-catalog)
v1.26.0Compare 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: UpdateCatalogTabletitle to use properly capitalized Kind facets (e.g. 'Component' instead of 'component')Patch Changes
backstage/backstage (@backstage/plugin-catalog-backend)
v1.29.0Compare Source
Minor Changes
02bd2cb: Added a newcatalog.disableRelationsCompatibilityconfiguration 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[].targetandentity.relation[].targetRefare present in returned entities.c1307b4: Implement/entitiesin terms ofqueryEntitiesto 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/apito^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-queryendpoint 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/:nameusinggetEntitiesByRefs56511ba: 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 redundantanyOfandallOfnodes 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.8Compare Source
Patch Changes
468bbcc: Pass in a default schedule to theGithubEntityProviderif none is provided5c9cc05: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-catalog-common)
v1.1.2Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.14Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.8Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-react)
v1.15.0Compare Source
Minor Changes
1ffb9f3: UpdateEntityKindFilterto include alabelfield with the properly capitalized Kind facet stringceaf602: Sort EntityTypePicker by defaultPatch Changes
d97a2cd: Fixed an issue causing theEntityOwnerPickerto 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 theEntityOwnerPickercomponent failed to load when themodeprop was set toowners-only. In this mode, theEntityOwnerPickerdoes not load details about the owners, such asdisplayNameortitle. To display these details, usemode=allinstead.backstage/backstage (@backstage/plugin-org)
v0.6.34Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-common)
v0.8.3Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-node)
v0.8.6Compare Source
Patch Changes
b149e2a: ThecreatePermissionIntegrationRouterfunction now detects and prevents the exposure of duplicate permissions.backstage/backstage (@backstage/plugin-permission-react)
v0.4.29Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.9Compare Source
Patch Changes
5c9cc05: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-scaffolder)
v1.27.2Compare Source
Patch Changes
3c62a50: Experimental support forformDecoratorsto enable secret collection and mutations to the parameters for scaffolder tasksc4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker9951ba4: Updated dependency@rjsf/utilsto5.23.1.Updated dependency
@rjsf/coreto5.23.1.Updated dependency
@rjsf/material-uito5.23.1.Updated dependency
@rjsf/validator-ajv8to5.23.1.184161f: Scaffolder field extensions registered withFormFieldBlueprintare now collected in theuseCustomFieldExtensionshook, enabling them for use in the scaffolder.backstage/backstage (@backstage/plugin-scaffolder-backend)
v1.28.0Compare Source
Minor Changes
c05a343: Emit scaffolder events using the optionalEventsServicePatch Changes
dfc8b41: Updated dependency@opentelemetry/apito^1.9.0.3c62a50: Experimental support forformDecoratorsto 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 thetemplateManagementPermissionwas not being exposed through the/permissions/metadataendpoint.v1.27.2Compare Source
This release fixes the following issues:
app-backendplugin which was previously broken.v5-class prefix.search-backendstartup not happening in the correct orderv1.27.1Compare Source
This release fixes an issue where the backend logger services would throw an error when passing a log meta object with a
nullprototype.v1.27.0Compare Source
Minor Changes
0587633: Bumped theisolated-vmdependency from v4 to v5, which drops support for Node.js v16.e61d5ef: BREAKING EXPERIMENTAL: Thecheckpointmethod now takes an object instead of previous arguments.You can also now return
voidfrom the checkpoint if the method returnsvoidinside thecheckpointhandler.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: ModifiedcreateDryRunnerand corresponding route to includetemplateMetaDatainside thetemplateInfo. This allows custom action writers to access things liketemplateInfo.entity.metadata.namevia the action context while executing templates using the dry run framework.4e58bc7: Upgrade to uuid v11 internally2dae341: Add newfs:readdiraction to list current content of the workspace97ba58f: Add example template for notification sendingbackstage/backstage (@backstage/plugin-search)
v1.4.21Compare 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.0Compare Source
Minor Changes
384e494: Internal updates to generated code.Patch Changes
backstage/backstage (@backstage/plugin-search-backend-module-pg)
v0.5.39Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-backend-node)
v1.3.6Compare Source
Patch Changes
5ae8a2c: Removed unnecessary dependency on@backstage/backend-defaults.backstage/backstage (@backstage/plugin-search-react)
v1.8.4Compare 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.0Compare 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.4Compare Source
Patch Changes
5c9cc05: Use native fetch instead of node-fetchbackstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.19Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.12Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-user-settings)
v0.8.17Compare Source
Patch Changes
backstage/backstage (@backstage/test-utils)
v1.7.3Compare Source
Patch Changes
backstage/backstage (@backstage/theme)
v0.6.3Compare 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.