fix(deps): update backstage monorepo #96
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.15->1.5.161.9.0->1.9.11.7.2->1.7.30.29.4->0.29.50.29.4->0.29.51.3.1->1.3.21.15.3->1.15.41.15.3->1.15.40.16.2->0.16.31.10.2->1.10.31.1.5->1.1.61.2.2->1.2.30.12.2->0.12.30.4.3->0.4.40.24.1->0.24.21.26.0->1.26.11.29.0->1.30.00.7.8->0.7.91.1.2->1.1.30.4.14->0.4.150.12.8->0.12.91.15.0->1.15.10.6.34->0.6.350.8.3->0.8.40.8.6->0.8.70.4.29->0.4.300.5.9->0.5.101.27.3->1.27.41.28.0->1.29.01.4.21->1.4.221.8.0->1.8.10.5.39->0.5.401.3.6->1.3.71.8.4->1.8.51.12.0->1.12.11.11.4->1.11.51.1.19->1.1.201.2.12->1.2.130.8.17->0.8.181.7.3->1.7.4Release Notes
backstage/backstage (@backstage/app-defaults)
v1.5.16Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-client)
v1.9.1Compare Source
Patch Changes
backstage/backstage (@backstage/catalog-model)
v1.7.3Compare Source
Patch Changes
backstage/backstage (@backstage/cli)
v0.29.5Compare Source
Patch Changes
e937ce0: Fixed incompatible@typescript-eslintversions with currenteslint@8.x.x8557e09: Removed theEXPERIMENTAL_VITEflag for using Vite as a dev server. If you were using this feature, we recommend switching to Rspack via theEXPERIMENTAL_RSPACKflag.backstage/backstage (@backstage/config)
v1.3.2Compare Source
Patch Changes
backstage/backstage (@backstage/core-app-api)
v1.15.4Compare Source
Patch Changes
backstage/backstage (@backstage/core-components)
v0.16.3Compare Source
Patch Changes
4ec6f7b: Allow passing component forContentHeaderdescriptionbackstage/backstage (@backstage/core-plugin-api)
v1.10.3Compare Source
Patch Changes
b40eb41: MoveExpandandExpandRecursiveto@backstage/typesbackstage/backstage (@backstage/dev-utils)
v1.1.6Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.3Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.12.3Compare Source
Patch Changes
dcf6e72: Fix typo in default path of api docs definition routebackstage/backstage (@backstage/plugin-app-backend)
v0.4.4Compare Source
Patch Changes
d9d62ef: Remove some internal usages of the backend-common package8379bf4: Remove usages ofPluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service typesbackstage/backstage (@backstage/plugin-auth-backend)
v0.24.2Compare Source
Patch Changes
8379bf4: Remove usages ofPluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service typesbackstage/backstage (@backstage/plugin-catalog)
v1.26.1Compare Source
Patch Changes
208e53b: Fixing spelling mistake in translationbackstage/backstage (@backstage/plugin-catalog-backend)
v1.30.0Compare Source
Patch Changes
d9d62ef: Remove some internal usages of the backend-common package8379bf4: Remove usages ofPluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service typesbe0aae7: Improved concurrency of theentitiesendpoint when using the streamed query mode behind thecatalog.disableRelationsCompatibilityflag.dd515e3: Internalize the deprecated collator types since they were removed from the collator itself during new-backend-system migration.3d475a0: Updated condition inresolveCodeOwnerto fix a bug wherenormalizeCodeOwnercould potentially be called with an invalid argument causing an error inCodeOwnersProcessorbackstage/backstage (@backstage/plugin-catalog-backend-module-github)
v0.7.9Compare Source
Patch Changes
8379bf4: Remove usages ofPluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service types64dd0b8: Added rate limiting and throttling toGithubOrgEntityProvider4ab00e4: Fixes an issue inGithubMultiOrgEntityProviderthat caused an error when processing teams without a parent.backstage/backstage (@backstage/plugin-catalog-common)
v1.1.3Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.4.15Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-import)
v0.12.9Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-react)
v1.15.1Compare Source
Patch Changes
aaf6508: Creates new CatalogAutocomplete component in catalog-react that aligns with Select component UI for consistent a dropdown UI for all catalog filters.cbfc0a4: Fixed an issue where the<EntityListProvider />inoffsetmode would unnecessarily re-fetch data when the filter didn't change, causing a flicker effect.backstage/backstage (@backstage/plugin-org)
v0.6.35Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-common)
v0.8.4Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-node)
v0.8.7Compare Source
Patch Changes
d9d62ef: Remove some internal usages of the backend-common packagebackstage/backstage (@backstage/plugin-permission-react)
v0.4.30Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-proxy-backend)
v0.5.10Compare Source
Patch Changes
11b001c: AddedproxyEndpointsExtensionPointto allow addition of proxy configuration through an extension point in the new backend system.backstage/backstage (@backstage/plugin-scaffolder)
v1.27.4Compare Source
Patch Changes
d8f9079: Updated dependency@rjsf/utilsto5.23.2.Updated dependency
@rjsf/coreto5.23.2.Updated dependency
@rjsf/material-uito5.23.2.Updated dependency
@rjsf/validator-ajv8to5.23.2.4756287: Added support forFormDecoratorBlueprintto create form decorators in the Scaffolder plugin3f09ef4: Fix issue withsecretsnot being forwarded properly to the backend when creating a taskbackstage/backstage (@backstage/plugin-scaffolder-backend)
v1.29.0Compare Source
Minor Changes
5d9e5c8: Added the ability to use${{ context.task.id }}in nunjucks templating, as well asctx.task.idin actions to get the current task ID.Patch Changes
8379bf4: Remove usages ofPluginDatabaseManagerandPluginEndpointDiscoveryand replace with their equivalent service typesbackstage/backstage (@backstage/plugin-search)
v1.4.22Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-backend)
v1.8.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-backend-module-pg)
v0.5.40Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-backend-node)
v1.3.7Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-react)
v1.8.5Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs)
v1.12.1Compare Source
Patch Changes
3710b35: Allow passing downwithSearchprop toEntityTechdocsContentcomponent since it wastrueby default, now user can use theEntityTechdocsContentcomponent without showing the search field on top of the content.backstage/backstage (@backstage/plugin-techdocs-backend)
v1.11.5Compare Source
Patch Changes
29a4aa8: fix(config): add missing parameters in config schemabackstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.20Compare Source
Patch Changes
b664b2a: Internal refactor for safer handling of possible null value.backstage/backstage (@backstage/plugin-techdocs-react)
v1.2.13Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-user-settings)
v0.8.18Compare Source
Patch Changes
backstage/backstage (@backstage/test-utils)
v1.7.4Compare Source
Patch Changes
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.