fix(deps): update backstage monorepo#115
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
June 26, 2026 16:41
563ef3c to
6fea26d
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
July 12, 2026 09:43
6fea26d to
b91a13d
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
July 14, 2026 15:15
b91a13d to
4f486e7
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
July 16, 2026 14:15
4f486e7 to
f12f2db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.8→1.7.100.17.2→0.17.51.9.1→1.9.30.36.2→0.36.41.20.1→1.20.30.18.10→0.18.121.12.6→1.12.80.17.1→0.17.31.2.18→1.2.200.14.1→0.14.30.5.14→0.5.160.29.0→0.29.20.5.3→0.5.50.2.19→0.2.210.4.16→0.4.180.7.1→0.7.32.0.5→2.0.73.7.1→3.8.10.1.22→0.1.240.2.20→0.2.220.6.4→0.6.60.13.13→0.13.150.12.19→0.12.210.21.4→0.21.60.5.17→0.5.190.6.5→0.6.70.7.4→0.7.60.7.12→0.7.140.2.19→0.2.210.11.0→0.11.20.5.1→0.5.30.6.13→0.6.151.37.0→1.38.10.9.9→0.9.110.1.22→0.1.240.13.3→0.13.51.7.4→1.7.62.1.2→2.1.40.3.15→0.3.170.5.55→0.5.570.4.14→0.4.161.4.4→1.4.61.11.4→1.11.6^0.0.31→^0.0.330.3.15→0.3.171.17.6→1.17.82.2.0→2.2.21.1.36→1.1.381.3.11→1.3.130.9.3→0.9.51.7.18→1.7.20^0.15.0→^0.17.0Release Notes
backstage/backstage (@backstage/app-defaults)
v1.7.10Compare Source
Patch Changes
v1.7.9Compare Source
Patch Changes
74ed625: Provide toastApi for old frontend systemFixes 'No implementation available for apiRef{core.toast}' on old frontend system.
Updated dependencies
backstage/backstage (@backstage/backend-defaults)
v0.17.5Compare Source
Patch Changes
aaa7d65: Improved readability of the AWS S3 URL parser by splitting the single monolithic regex into two separate patterns (standard S3 and VPC PrivateLink) with named capture groups. Also made the VPC endpoint region mandatory in the regex, fixing a potential mis-parse when the region segment was absent.d62c384: Fixed a bug where scheduled tasks that were initially registered with a manual trigger and later re-registered with a duration or cron cadence would never be scheduled to run.8419f51: Added support for AWS PrivateLink for Amazon S3.a624fa3: Theconnectionconfig option for the Redis cache store now accepts either a string URL or an object with additional connection options that are passed directly to the underlying client. The object form is only supported whenbackend.cache.storeisredis; other stores require a plain string. This allows configuring options likepingIntervalwithout needing dedicated config fields. For clustered Redis, the connection object properties are merged into cluster defaults. Fixes #31813, #31742.v0.17.4Compare Source
Patch Changes
aaa7d65: Improved readability of the AWS S3 URL parser by splitting the single monolithic regex into two separate patterns (standard S3 and VPC PrivateLink) with named capture groups. Also made the VPC endpoint region mandatory in the regex, fixing a potential mis-parse when the region segment was absent.8419f51: Added support for AWS PrivateLink for Amazon S3.v0.17.3Compare Source
Patch Changes
4f4bcf5: Upgradedinfinispanfrom^0.12.0to^0.13.0to address known vulnerabilities.a07e6a3: UpdatedAzureBlobStorageUrlReaderto reference the correctly-namedAzureBlobStorageIntegrationtype from@backstage/integration. The previously-usedAzureBlobStorageIntergationis now an alias for the new type and remains a valid argument to the constructor.b75158b: Adapted Azure-related tests for the Azure SDK upgrade to ESM-style exports. TheAzureBlobStorageUrlReadernow accepts an optionalcreateContainerClientdependency for testability without needing to mock the@azure/storage-blobmodule.89a95ca: Fixed the task worker retry loop to respect the abort signal. Previously, when a task worker encountered an unexpected error, the retry loop would continue indefinitely even after the worker was signaled to stop. The retry loop now checks the abort signal before retrying and passes it to the retry delay, allowing the worker to shut down gracefully.def82d4: Fixed the built-in rate limiter throwing a validation error and refusing to start whenbackend.rateLimitis enabled. Requests are now keyed using the address normalization helper fromexpress-rate-limit, which is required by newer versions of that library and ensures IPv6 clients are grouped by their address block rather than by individual address.0211390: Added a newv2invoke endpoint (/.backstage/actions/v2/actions/:id/invoke) that accepts a wrapped body format{ input, secrets }with secrets validation. The existingv1invoke endpoint remains unchanged for backward compatibility. UpdatedDefaultActionsServiceto use thev2endpoint. UpdatedDefaultActionsRegistryServiceto expose secrets schema in the actions list response and validate secrets on invocation.34f21c3: Fix gitlabUrlReader issue with retrieving the repository archive treebackstage/backstage (@backstage/backend-plugin-api)
v1.9.3Compare Source
Patch Changes
v1.9.2Compare Source
Patch Changes
02c4e8a: Removed unusedjson-schemaruntime dependency. The package was only used for TypeScript types from@types/json-schema; affected imports have been converted toimport typeto allow safe removal.0211390: Added optionalsecretsschema support toActionsRegistryActionOptionsandActionsRegistryActionContext. Actions can now declare a Zod secrets schema separate from the input schema, enabling surfaces to collect sensitive credentials independently from tool arguments. Added optionalsecretsfield toActionsServiceActionmetadata andActionsService.invoke()parameters.backstage/backstage (@backstage/cli)
v0.36.4Compare Source
Patch Changes
61d4881: The shared ESLint configuration now reports unused imports inconfig.d.tsconfiguration schema files. These declaration files are not covered by the TypeScript compiler's unused-variable checks, which previously allowed a stray import to slip through. Such an import can resolve during local development but break configuration schema loading for consumers of the published package, so it is now caught at lint time.v0.36.3Compare Source
Patch Changes
b521571: Improved validation of conflicting CLI module commands, including conflicts between parent and nested command paths.backstage/backstage (@backstage/core-app-api)
v1.20.3Compare Source
Patch Changes
3ef5974: Added support for wildcard plugin entries in frontend discovery endpoints, matching the backend discovery behavior.6172725: Fixed the default fetch API to support discovery endpoints that only define an internal target.v1.20.2Compare Source
Patch Changes
backstage/backstage (@backstage/core-components)
v0.18.12Compare Source
Patch Changes
120e7c3: chore(deps): bumpjs-yamlfrom 4.1.1 to 4.2.09efce7d: Fixed the table filters sidebar rendering a stray0when no filters are configured.7ceeaad: Migrated CopyTextButton component from Material-UI to Backstage UI (BUI). Replaced MUI IconButton and Tooltip with BUI ButtonIcon and TooltipTrigger/Tooltip components. This is an internal refactoring that maintains backward compatibility - the component API remains unchanged.v0.18.11Compare Source
Patch Changes
e0889a3: chore(deps): bumpqsfrom 6.15.1 to 6.15.2a07e6a3: Added the correctly-spelled'header'literal to theTableFiltersClassKeyunion type and deprecated the previous typoed'heder'literal. The generated CSS class with the old key is preserved for backwards compatibility; switch to'header'to avoid future removal.c161e1c: Lazy-loadreact-syntax-highlighterand@dagrejs/dagreso they are no longer pulled in eagerly through the barrel export. This reduces the upfront module cost of importing from@backstage/core-componentsby roughly 10 MB. The public API is unchanged.dbe93a7: Fix autologout not working correctly when closing all tabs8add9b9: Fixed the proxy-based sign-in page failing to read the session token when the proxy issues a token whose payload is encoded using the URL-safe base64 alphabet. Such tokens are now decoded correctly so sign-in no longer breaks.f35372d: Fixed text clipping in SidebarSubmenuItem by correcting line-height from 1 to 1.5backstage/backstage (@backstage/core-plugin-api)
v1.12.8Compare Source
Patch Changes
v1.12.7Compare Source
Patch Changes
backstage/backstage (@backstage/frontend-plugin-api)
v0.17.3Compare Source
Patch Changes
a5b2811: AddsuseBreadcrumbEntrieshook,BreadcrumbEntrycomponent, andBreadcrumbsRegistryProviderfor managing breadcrumb trails across the component tree for plugins using new frontend system. Completes wiring so that new frontend system pluginPagesandSubPagesget automatic-population ofPluginHeaderbreadcrumbs.PageLayoutregisters a root breadcrumb for each plugin page and passes the breadcrumb trail toPluginHeaderPageBlueprintautomatically wraps each sub-page route element withBreadcrumbEntry, so sub-pages contribute to the PluginHeader breadcrumb trail without extra wiring.BreadcrumbEntrymanually.plugin-scaffolderinternal routes have been wrapped as an exampleUpdated dependencies
v0.17.2Compare Source
Patch Changes
378784e: Moved dependencies that are re-exported in the public API fromdevDependenciestodependencies. These were incorrectly demoted in #33936 because the source code only uses type imports, but the types still appear in the published API surface and need to be resolvable by consumers at build time.backstage/backstage (@backstage/integration-react)
v1.2.20Compare Source
Patch Changes
v1.2.19Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-api-docs)
v0.14.3Compare Source
Patch Changes
v0.14.2Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-backend)
v0.5.16Compare Source
Patch Changes
v0.5.15Compare Source
Patch Changes
ca450be: Added a newapp.disablePublicEntryPointconfig option that allows you to opt out of the automatic public sign-in entry point. When set totrue, the app backend will skip serving the public entry point to unauthenticated users, even if the app was bundled with anindex-public-experimentalentry point.backstage/backstage (@backstage/plugin-auth-backend)
v0.29.2Compare Source
Patch Changes
e2b3472: Promoted Client ID Metadata Documents (CIMD) to the stableauth.clientIdMetadataDocumentsconfiguration. The previousauth.experimentalClientIdMetadataDocumentskey remains supported as a deprecated alias. Dynamic Client Registration now logs a deprecation warning when enabled and users should migrate to CIMD.2aeb246: Added token revocation support for clients using client ID metadata documents (CIMD). The/v1/revokeendpoint is now available whenever dynamic client registration or client ID metadata documents are enabled, and is advertised throughrevocation_endpointin the OpenID provider configuration.v0.29.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-auth-backend-module-github-provider)
v0.5.5Compare Source
Patch Changes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.