Skip to content

fix(deps): update backstage core - #1143

Open
secustors-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/backstage-core
Open

fix(deps): update backstage core#1143
secustors-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/backstage-core

Conversation

@secustors-renovate

@secustors-renovate secustors-renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@backstage/backend-defaults (source) 0.17.50.17.7 age confidence dependencies patch
@backstage/cli (source) 0.36.40.36.5 age confidence devDependencies patch
@backstage/cli (source) 0.36.40.36.5 age confidence dependencies patch
@backstage/cli-defaults (source) 0.1.40.1.5 age confidence devDependencies patch
@backstage/core-compat-api (source) 0.5.130.5.14 age confidence dependencies patch
@backstage/core-components (source) 0.18.120.18.13 age confidence dependencies patch
@backstage/core-plugin-api (source) 1.12.81.12.9 age confidence dependencies patch
@backstage/frontend-defaults (source) 0.5.40.5.5 age confidence dependencies patch
@backstage/frontend-plugin-api (source) ^0.17.3^0.18.0 age confidence dependencies minor
@backstage/frontend-test-utils (source) 0.6.20.6.3 age confidence devDependencies patch
@backstage/integration-react (source) 1.2.201.2.21 age confidence dependencies patch
@backstage/plugin-app-backend (source) 0.5.160.5.17 age confidence dependencies patch
@backstage/plugin-app-react (source) 0.2.50.2.6 age confidence dependencies patch
@backstage/plugin-app-visualizer (source) 0.2.60.2.7 age confidence dependencies patch
@backstage/plugin-auth-backend (source) ^0.29.2^0.30.0 age confidence dependencies minor
@backstage/plugin-auth-backend-module-github-provider (source) 0.5.50.5.6 age confidence dependencies patch
@backstage/plugin-auth-backend-module-guest-provider (source) 0.2.210.2.22 age confidence dependencies patch
@backstage/plugin-auth-node (source) 0.7.30.7.4 age confidence dependencies patch
@backstage/plugin-catalog (source) 2.0.72.0.8 age confidence dependencies patch
@backstage/plugin-catalog-backend (source) 3.8.13.9.0 age confidence dependencies minor
@backstage/plugin-catalog-backend-module-logs (source) 0.1.240.1.25 age confidence dependencies patch
@backstage/plugin-catalog-backend-module-scaffolder-entity-model (source) 0.2.220.2.23 age confidence dependencies patch
@backstage/plugin-kubernetes-backend (source) 0.21.60.21.9 age confidence dependencies patch
@backstage/plugin-notifications (source) 0.5.190.5.20 age confidence dependencies patch
@backstage/plugin-notifications-backend (source) 0.6.70.6.8 age confidence dependencies patch
@backstage/plugin-org (source) 0.7.60.7.7 age confidence dependencies patch
@backstage/plugin-permission-backend (source) 0.7.140.7.15 age confidence dependencies patch
@backstage/plugin-permission-backend-module-allow-all-policy (source) 0.2.210.2.22 age confidence dependencies patch
@backstage/plugin-permission-common (source) 0.9.90.9.10 age confidence dependencies patch
@backstage/plugin-permission-node (source) 0.11.20.11.3 age confidence dependencies patch
@backstage/plugin-scaffolder (source) 1.38.11.38.2 age confidence dependencies patch
@backstage/plugin-search (source) 1.7.61.7.7 age confidence dependencies patch
@backstage/plugin-search-backend (source) 2.1.42.1.6 age confidence dependencies patch
@backstage/plugin-search-backend-module-catalog (source) 0.3.170.3.18 age confidence dependencies patch
@backstage/plugin-search-backend-module-pg (source) 0.5.570.5.58 age confidence dependencies patch
@backstage/plugin-search-backend-node (source) 1.4.61.4.7 age confidence dependencies patch
@backstage/plugin-signals (source) ^0.0.33^0.0.34 age confidence dependencies patch
@backstage/plugin-signals-backend (source) 0.3.170.3.18 age confidence dependencies patch
@backstage/plugin-user-settings (source) 0.9.50.9.6 age confidence dependencies patch
@backstage/repo-tools (source) ^0.18.0^0.19.0 age confidence devDependencies minor
@backstage/ui (source) 0.17.00.17.1 age confidence dependencies patch
backstage/backstage 1.53.01.54.4 age confidence minor

Release Notes

backstage/backstage (@​backstage/backend-defaults)

v0.17.7

Compare Source

Patch Changes

v0.17.6

Compare Source

Patch Changes
backstage/backstage (@​backstage/cli)

v0.36.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/cli-defaults)

v0.1.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-compat-api)

v0.5.14

Compare Source

Patch Changes
backstage/backstage (@​backstage/core-components)

v0.18.13

Compare Source

Patch Changes
  • 226817d: chore(deps): bump js-yaml from 4.2.0 to 4.3.0

  • a4759e6: Migrated tests from MSW v1 to MSW v2.

  • 96cd953: Fixed the DependencyGraph component 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 containerRef recreation 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.9

Compare 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.
  • Updated dependencies
backstage/backstage (@​backstage/frontend-defaults)

v0.5.5

Compare Source

Patch Changes
backstage/backstage (@​backstage/frontend-plugin-api)

v0.18.0

Compare Source

Minor Changes
  • 907793c: BREAKING: Removed the deprecated config.schema option for extensions and extension blueprints. Use the top-level configSchema option with Standard Schema-compatible schema values, such as Zod v4.
Patch Changes
  • e156f1e: Added support for using a SubRouteRef as the parent of another SubRouteRef. Child paths are combined with ancestor paths at creation, and nested sub-routes inherit parameters from their complete ancestor chain.
backstage/backstage (@​backstage/frontend-test-utils)

v0.6.3

Compare Source

Patch Changes
backstage/backstage (@​backstage/integration-react)

v1.2.21

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-backend)

v0.5.17

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-react)

v0.2.6

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-app-visualizer)

v0.2.7

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend)

v0.30.0

Compare 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. Use http://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 the client_id matches an exact (non-wildcard) entry in allowedClientIdPatterns. 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 when allowedClientIdPatterns is configured for Client ID Metadata Documents.
  • Updated dependencies
backstage/backstage (@​backstage/plugin-auth-backend-module-github-provider)

v0.5.6

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-backend-module-guest-provider)

v0.2.22

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-auth-node)

v0.7.4

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog)

v2.0.8

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend)

v3.9.0

Compare Source

Minor Changes
  • c7c0ec3: Added a refresh-catalog-entity action 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 from EntityFilter to FilterPredicate, simplifying the filter parsing and query application pipeline.
  • 10f0713: Replaced the delete-all and reinsert pattern for the relations table 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 the updateProcessedEntity transaction on deadlock errors.
  • b031a48: Fixed an issue where SCM location.moved events 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.
  • Updated dependencies
backstage/backstage (@​backstage/plugin-catalog-backend-module-logs)

v0.1.25

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-catalog-backend-module-scaffolder-entity-model)

v0.2.23

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-kubernetes-backend)

v0.21.9

Compare Source

v0.21.8

Compare Source

v0.21.7

Compare Source

Patch Changes
  • 684c9b9: Fixed AwsIamStrategy to resolve account-specific AWS credentials when an assume role ARN is configured, enabling support for webIdentityTokenFile and accountDefaults in environments without default AWS credentials.

  • c6af8ac: Added audit logging for kubernetes-backend routes. The plugin now emits auditor events for cluster list, cluster proxy, entity workload queries, custom resource queries, and the deprecated services endpoint. Administrators can filter audit logs by eventId values cluster-fetch and resource-fetch, and by queryType in event metadata.

    KubernetesProxyOptions accepts an optional auditor for adopters that construct the proxy directly. When omitted, proxy requests are handled as before without audit events.

  • bac00a5: The Kubernetes API proxy now refreshes cached middleware when cluster details change, after a configurable TTL, or when the cache reaches its size limit. At startup, the backend logs a warning for each cluster configured with skipTLSVerify: true. Invalid cache configuration values fall back to defaults. Optional configuration is available under kubernetes.proxy.middlewareCache.

  • f0834bd: Added a kubernetes.clusterLocatorContinueOnError configuration option. When set to true, a failing cluster locator no longer causes the entire cluster list request to fail — errors are logged and clusters from the remaining successful locators are still returned. The default is false, preserving the existing behavior.

  • Updated dependencies

backstage/backstage (@​backstage/plugin-notifications)

v0.5.20

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-notifications-backend)

v0.6.8

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-org)

v0.7.7

Compare Source

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@secustors-renovate
secustors-renovate Bot force-pushed the renovate/backstage-core branch from 9ab9938 to 4487b88 Compare July 30, 2026 20:35
@secustors-renovate
secustors-renovate Bot force-pushed the renovate/backstage-core branch 7 times, most recently from 9f8c47b to 25f3d05 Compare August 23, 2026 13:47
@secustors-renovate
secustors-renovate Bot force-pushed the renovate/backstage-core branch from 25f3d05 to 68ef6e1 Compare August 24, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants