Uh oh!
There was an error while loading. Please reload this page.
fix(deps): update backstage monorepo - #165
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
ContributorAuthor
|
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 freeto 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.6→0.17.71.9.3→1.10.01.11.5→1.11.61.9.0→1.10.00.36.4→0.36.50.1.4→0.1.50.18.12→0.18.131.12.8→1.12.90.5.4→0.5.5^0.17.3→^0.18.00.5.16→0.5.170.2.5→0.2.6^0.29.2→^0.30.00.2.21→0.2.220.7.3→0.7.42.0.7→2.0.83.8.1→3.9.00.2.22→0.2.232.2.3→2.2.43.2.0→3.2.10.5.19→0.5.200.6.7→0.6.80.2.28→0.2.290.7.14→0.7.150.2.21→0.2.220.9.9→0.9.100.11.2→0.11.31.7.6→1.7.72.1.4→2.1.50.3.17→0.3.181.4.6→1.4.71.11.6→1.11.7^0.0.33→^0.0.340.3.17→0.3.180.9.5→0.9.61.7.20→1.7.210.17.0→0.17.1Release Notes
backstage/backstage (@backstage/backend-defaults)
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.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.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-model)
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.5Compare Source
Patch Changes
backstage/backstage (@backstage/cli-defaults)
v0.1.5Compare Source
Patch Changes
backstage/backstage (@backstage/core-components)
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.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.5Compare Source
Patch Changes
backstage/backstage (@backstage/frontend-plugin-api)
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.17Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-react)
v0.2.6Compare Source
Patch Changes
a8b5ba6: Updated dependencies.backstage/backstage (@backstage/plugin-auth-backend)
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.22Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-auth-node)
v0.7.4Compare Source
Patch Changes
7ca2955: Fix OAuth start handler crashing with a 500 error on malformed origins, now returns a 400 error.backstage/backstage (@backstage/plugin-catalog)
v2.0.8Compare Source
Patch Changes
80b37b3: Fixed theAboutFieldlabel in the About card usingvariant="inherit"instead ofvariant="h2"to prevent theme typography overrides from changing the intended 10px label size.05aed2e: Fixed a brief "Entity not found" flash when navigating between catalog entity pages.1d026b0: Added explicit type annotations toFilterContainerandEntityListContainerre-exports for forward-compatibility with TypeScript 7.backstage/backstage (@backstage/plugin-catalog-backend)
v3.9.0Compare Source
Minor Changes
c7c0ec3: Added arefresh-catalog-entityaction so agents and MCP clients can re-queue a single entity for processing after creating or updating it — useful for reading back fresh data immediately after a scaffolder run without waiting for the next scheduled processing loop.Patch Changes
aa318d0: Migrated internal query filter handling fromEntityFiltertoFilterPredicate, simplifying the filter parsing and query application pipeline.10f0713: Replaced the delete-all and reinsert pattern for therelationstable with a diff-based sync that only touches rows that actually changed. In steady state (the common case), zero writes occur, eliminating write churn, dead tuples, and WAL traffic from the processing path. Stitching is now also skipped for relation neighbors that did not change.ee40136: Fixed a missing promise return in a database migration rollback function.eb6dff2: Fixed an issue where PostgreSQL deadlock errors during entity provider mutations were silently swallowed, causing entities to be dropped until the next full refresh. Transactions are now automatically retried on deadlock with exponential back-off.dd562f0: Fixed a potential MySQL deadlock during concurrent entity processing by retrying theupdateProcessedEntitytransaction on deadlock errors.b031a48: Fixed an issue where SCMlocation.movedevents would generate new locations in the database for files that were not actively tracked.b7650ad: Simplified internal router setup by removing unnecessary conditional guards around route registrations.backstage/backstage (@backstage/plugin-catalog-backend-module-scaffolder-entity-model)
v0.2.23Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-node)
v2.2.4Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-react)
v3.2.1Compare Source
Patch Changes
9fcfbc9: Fixed a performance issue where all components reading the entity context on an entity page would rerender unnecessarily whenever the page rendered again without the entity data having changed, for example when a URL query parameter changed. This was particularly noticeable when switching tabs in the entity inspector dialog, which caused the entire underlying page to rerender.e766061: Fixed an issue where the "Owned" count inUserListPickerwould display the total number of catalog entities instead of 0 when the logged-in user has no ownership entity refs. The emptyrelations.ownedByfilter was being silently dropped by the catalog client, causing the backend to return all entities with no ownership filter applied.This was a regression introduced in #22131, which removed an explicit
ownershipEntityRefs?.length === 0guard that had been present since #20339.ed462ad: FixedEntityOwnerPickerinowners-onlymode to display human-readable entity titles (frommetadata.titleorspec.profile.displayName) instead of opaque internal names, both in the dropdown list and in the selected owner chips. The owner list is now virtualized, keeping the picker responsive for catalogs with large numbers of owner entities.Updated dependencies
backstage/backstage (@backstage/plugin-notifications)
v0.5.20Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-notifications-backend)
v0.6.8Compare Source
Patch Changes
3222945: Fixed notification recipient resolution to safely handle cyclic group relationships during group traversal, preventing endless recursion.backstage/backstage (@backstage/plugin-notifications-node)
v0.2.29Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-backend)
v0.7.15Compare Source
Patch Changes
b754e32: Migrated tests from MSW v1 to MSW v2.backstage/backstage (@backstage/plugin-permission-backend-module-allow-all-policy)
v0.2.22Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-common)
v0.9.10Compare Source
Patch Changes
b754e32: Migrated tests from MSW v1 to MSW v2.backstage/backstage (@backstage/plugin-permission-node)
v0.11.3Compare Source
Patch Changes
b754e32: Migrated tests from MSW v1 to MSW v2.2c99b29: Permission rule parameter schemas now accept JSON Schema-compatible Standard Schema implementations, such as Zod v4. Zod v3 schemas remain supported but are deprecated.backstage/backstage (@backstage/plugin-search)
v1.7.7Compare Source
Patch Changes
a178067: Added a Home page search bar widget blueprint for the new frontend system.backstage/backstage (@backstage/plugin-search-backend)
v2.1.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.