fix(deps): update backstage monorepo - #165
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
2 times, most recently
from
August 25, 2026 21:56
a7596b6 to
b275ae3
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
2 times, most recently
from
August 29, 2026 10:37
8b29273 to
25efef0
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
September 9, 2026 20:55
25efef0 to
12f4a82
Compare
renovate
Bot
force-pushed
the
renovate/backstage-monorepo
branch
from
September 15, 2026 20:15
12f4a82 to
8f3f6cc
Compare
Contributor
Author
|
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:
^0.17.5→^0.18.01.9.3→1.10.11.11.5→1.11.71.16.1→1.16.21.9.0→1.10.10.36.4→0.36.60.1.4→0.1.61.3.8→1.3.90.18.12→0.18.141.12.8→1.12.100.5.4→0.5.6^0.17.3→^0.18.00.5.16→0.5.180.2.5→0.2.7^0.29.2→^0.30.00.2.21→0.2.230.7.3→0.7.62.0.7→2.0.93.8.1→3.9.10.2.22→0.2.241.1.10→1.2.02.2.3→2.2.53.2.0→3.2.3^0.5.19→^0.6.00.6.7→0.6.90.2.28→0.2.300.7.14→0.7.160.2.21→0.2.230.9.9→0.9.110.11.2→0.11.41.7.6→1.7.82.1.4→2.1.70.3.17→0.3.191.4.6→1.4.81.2.24→1.2.251.11.6→1.11.8^0.0.33→^0.0.350.3.17→0.3.190.9.5→0.9.71.7.20→1.7.22^0.17.0→^0.18.0Release Notes
backstage/backstage (@backstage/backend-defaults)
v0.18.0Compare Source
Minor Changes
2e07985: Add schemaPrefix configuration for pluginDivisionMode: schema. Allows prefixing PostgreSQL schema names to avoid conflicts with existing schemas.Patch Changes
fe6ace6: FixedAwsS3UrlReaderandAwsCodeCommitUrlReaderto resolve account-specific AWS credentials when an assume role ARN is configured, enabling support forwebIdentityTokenFileandaccountDefaultsin environments without default AWS credentials.45d760b: Improve action handling consistency.8d71644: Reduced PostgreSQL connection churn during backend startup when many plugins initialize databases or schemas.416be1b: Updated Harness URL reading to validate cross-origin redirect destinationsagainst
backend.reading.allow.c59472e: Plugin route registration now rejects paths that differ only by letter casing,and HTTP credentials are resolved independently for each plugin service instance.
5aac521: Improved service credential handling during plugin-to-plugin delegation.61449ae: Reduced PostgreSQL startup connections when multiple plugins share a database by reusing the database existence check.55f30b8: Reduced scheduler database polling overhead by batching readiness checks for global tasks registered by each plugin into one query per poll cycle on each backend instance.8b3c83e: Improved input validation and path handling for cloud storage URL readers.61d97c0: Improved input validation for cloud storage URL readers.e895def: Fixed handling of GitLab URLs for instances configured with a relative base path.f6f339e: Fixed redundant signing-key requests when concurrently authenticating the first incoming requests from a plugin. Concurrent requests now share the same key cache, including when retrying after an initial fetch failure.e13e278: Updated URL reader allow list matching so configured paths match either the exact path or paths below it at a segment boundary.e3b587c: Improve authentication reliability during signing key rotation by performing budgeted JWKS reloads when a newly published key is requested during the remote key set cooldown.v0.17.8Compare Source
v0.17.7Compare Source
Patch Changes
79c1d58: Fixed a bug in the Azure DevOps URL reader where the abort signal was not forwarded to the commits API fetch, causing the fetch to hang indefinitely when a build timeout or cancellation was triggered.b1b6c80: Read-only actions now default to non-destructive when the destructive attribute is omitted.78bf918: chore(deps): bumptarfrom 7.5.15 to 7.5.21bb98419: TypeScript configuration schema warnings discovered while setting up secret redaction are now reported through the Backstage logger.74d8cbf: Added a new public@backstage/backend-defaults/rootSystemMetadataentrypoint, exportingrootSystemMetadataServiceFactoryandDefaultRootSystemMetadataService. The system metadata service is now registered automatically as a default service, so backends no longer need to add it manually.e56d23c: Throw an error whenpayload.uipis missing increateLimitedUserTokeninstead of constructing an invalid limited token with an undefined signature.backstage/backstage (@backstage/backend-plugin-api)
v1.10.1Compare Source
Patch Changes
v1.10.0Compare Source
Minor Changes
74d8cbf: AddedcoreServices.rootSystemMetadata, a new stable public service for reading metadata about the running Backstage system, including a list of installed plugins. Previously only available as an alpha API, it is now part of the standardcoreServicesnamespace.Patch Changes
b1b6c80: Documented the default destructive and read-only action attribute values.backstage/backstage (@backstage/backend-test-utils)
v1.11.7Compare Source
Patch Changes
05d03ee: Increased the test database cleanup timeout to 60 seconds to reduce timeout failures when using Docker.v1.11.6Compare Source
Patch Changes
b1b6c80: Aligned mocked action attributes so read-only actions default to non-destructive.5ae46fc: AddedmockServices.rootSystemMetadatamock implementation to support the new stablecoreServices.rootSystemMetadataservice in tests.backstage/backstage (@backstage/catalog-client)
v1.16.2Compare Source
Patch Changes
736d84e: Use locale-insensitive Unicode casing for consistent string handling across environments.backstage/backstage (@backstage/catalog-model)
v1.10.1Compare Source
Patch Changes
736d84e: Use locale-insensitive Unicode casing for consistent string handling across environments.61809fe: Allow independently registered catalog model sources to share identical layers, while reporting a clear error for conflicting layers with the same ID.78656f8: Fixed several issues in the alpha catalog model layer system. Schema updates now preserve sibling field validation when changing a property namedtype, support deleting inherited fields and constraints, and retain literal JSON values inconstanddefault. Kind schemas without an explicit root type retain their fields, and invalid combined schemas are rejected during model compilation. Empty kind descriptions and reverse relation titles are now applied correctly.v1.10.0Compare Source
Minor Changes
ad18743: Addedmarketplacespec type to the@alphaAiResource kind, representing a curated registry of plugins for discovery and distribution. Marketplaces reference their contained plugins viaspec.pluginsentity references, generatinghasPartcatalog relations.f501302: Addedpluginspec type to the@alphaAiResource kind, representing a packaged collection of skills distributed as a unit. Plugins reference their contained skills viaspec.skillsentity references, generatinghasPartcatalog relations.0b9b3bf: Added optionalallowedTools,license, andcompatibilityfields to the@alphaAiResource skill spec, aligned with the agentskills.io specification.Patch Changes
9a6955c: Corrected catalog relation generation to honor declared kind combinations, and completed reverse relations for existingAiResourcefields.backstage/backstage (@backstage/cli)
v0.36.6Compare Source
Patch Changes
89743dc: Replaced the deprecated dependency used byrepo list-deprecationswith the equivalent TypeScript ESLint rule.v0.36.5Compare Source
Patch Changes
backstage/backstage (@backstage/cli-defaults)
v0.1.6Compare Source
Patch Changes
de957f6: Added@backstage/cli-module-package-manager-yarnwithbackstage-cli pm verify-patchesto validate Yarn patch references, local patch files,lockfile consistency, and patched Backstage package versions against the
selected Backstage release. The command is included in
@backstage/cli-defaults.v0.1.5Compare Source
Patch Changes
backstage/backstage (@backstage/config)
v1.3.9Compare Source
Patch Changes
1134d4b: Fixed reading a duration from configuration so that an all-zero ISO 8601 duration (such asPT0S) now yields a consistent zero value instead of an empty result.backstage/backstage (@backstage/core-components)
v0.18.14Compare Source
Patch Changes
b80a9f3: Added anonCopyLogprop to theLogViewercomponent that renders a copy button in the toolbar, allowing users to copy all log content to the clipboard.736d84e: Use locale-insensitive Unicode casing for consistent string handling across environments.a15bac8: Added an optionalvariantprop toCopyTextButtonto allow configuring its visual style (primary,secondary, ortertiary).c0ebaa7: chore(deps): bumpjs-yamlfrom 4.3.1 to 4.3.2bfb6497: FixedCopyTextButtonshowing its tooltip on hover/focus instead of only after the user clicks to copy the text.279fdf6: Declared the DOM Testing Library dependency required by React Testing Library.f2b5407: Updated dependencyreact-idle-timerto5.7.3.d9a949e: Added support for rendering custom link elements insideHeaderIconLinkRow.v0.18.13Compare Source
Patch Changes
226817d: chore(deps): bumpjs-yamlfrom 4.2.0 to 4.3.0a4759e6: Migrated tests from MSW v1 to MSW v2.96cd953: Fixed theDependencyGraphcomponent to avoid a jarring initial render where nodes briefly pile up at overlapping positions before animating into place. The graph content is now hidden until node measurements are complete and the layout has fully settled, then revealed at the correct positions with transitions suppressed for the first frame.Also fixed a
containerRefrecreation chain where every graph dimension change caused the container measurement callback to be recreated and re-triggered, producing unnecessary re-renders during initial layout.Updated dependencies
backstage/backstage (@backstage/core-plugin-api)
v1.12.10Compare Source
Patch Changes
v1.12.9Compare Source
Patch Changes
9fcfbc9: Fixed a performance issue where all components using analytics, including every link, would rerender unnecessarily whenever a surrounding analytics context rendered again without its attributes having changed, for example when a URL query parameter changed on an entity page.backstage/backstage (@backstage/frontend-defaults)
v0.5.6Compare Source
Patch Changes
v0.5.5Compare Source
Patch Changes
backstage/backstage (@backstage/frontend-plugin-api)
v0.18.1Compare Source
Patch Changes
024c0ef: Updated internal type imports to avoid circular declaration chunks in package builds.bd6cf43: Fixed a bug where overriding a plugin extension withwithOverridesmoved the overridden extension to the end of the plugin's extension list. This caused overridden extensions to lose their original position, for example making an overridden sub page tab move to the end of the tabs on its page. Overridden extensions now keep their original order, while extensions that don't override an existing one are appended at the end.v0.18.0Compare Source
Minor Changes
907793c: BREAKING: Removed the deprecatedconfig.schemaoption for extensions and extension blueprints. Use the top-levelconfigSchemaoption with Standard Schema-compatible schema values, such as Zod v4.Patch Changes
e156f1e: Added support for using aSubRouteRefas the parent of anotherSubRouteRef. Child paths are combined with ancestor paths at creation, and nested sub-routes inherit parameters from their complete ancestor chain.backstage/backstage (@backstage/plugin-app-backend)
v0.5.18Compare Source
Patch Changes
v0.5.17Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-react)
v0.2.7Compare Source
Patch Changes
40838dc: Added an extension boundary around custom navigation content.v0.2.6Compare Source
Patch Changes
a8b5ba6: Updated dependencies.backstage/backstage (@backstage/plugin-auth-backend)
v0.30.1Compare Source
Patch Changes
736d84e: Use locale-insensitive Unicode casing for consistent string handling across environments.08c5d9b: Fixed inconsistent URL pattern matching in token revocation.v0.30.0Compare Source
Minor Changes
274acc5: BREAKING: The OAuth redirect URI and client ID metadata document allowlists now match patterns against each URL component separately instead of against the full URL string. Wildcards no longer match across the host and path boundary, patterns must include an explicit protocol and are otherwise rejected as invalid configuration instead of being silently ignored, and redirect URIs that contain embedded credentials are always rejected.A wildcard port also no longer implicitly matches every path: a pattern such as
http://localhost:*now only matches the root path. Usehttp://localhost:*/*to allow any port and any path. The built-in loopback defaults have been updated accordingly, so this only affects explicitly configured patterns.Patch Changes
4e884d2: Skip SSRF protection for CIMD metadata fetches when theclient_idmatches an exact (non-wildcard) entry inallowedClientIdPatterns. Exact patterns mean the administrator explicitly listed a specific URL, so the DNS resolution is trusted. Wildcard patterns still enforce the SSRF check to protect against attacker-controlled subdomains resolving to internal addresses.a995892: Allow ChatGPT Codex clients to use Client ID Metadata Documents by default.827989d: Fixed the built-in CLI client being rejected whenallowedClientIdPatternsis configured for Client ID Metadata Documents.backstage/backstage (@backstage/plugin-auth-backend-module-guest-provider)
v0.2.23[Compare Source](https://redirect.github.com/backstage/backstage/compare/a4bdc49ed664661bc69fe42bfaebcf24dc96e6b3...231
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.