Skip to content

chore: Update all patch dependency updates#242

Merged
heinzburgstaller merged 1 commit intomainfrom
renovate/all-patch
Feb 27, 2026
Merged

chore: Update all patch dependency updates#242
heinzburgstaller merged 1 commit intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 15, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@backstage/app-defaults (source) 1.7.41.7.5 age confidence
@backstage/backend-defaults (source) 0.15.10.15.2 age confidence
@backstage/cli (source) 0.35.30.35.4 age confidence
@backstage/core-app-api (source) 1.19.41.19.5 age confidence
@backstage/core-components (source) 0.18.60.18.7 age confidence
@backstage/core-plugin-api (source) 1.12.21.12.3 age confidence
@backstage/dev-utils (source) 1.1.191.1.20 age confidence
@backstage/integration-react (source) 1.2.141.2.15 age confidence
@backstage/plugin-api-docs (source) 0.13.30.13.4 age confidence
@backstage/plugin-app-backend (source) 0.5.100.5.11 age confidence
@backstage/plugin-auth-backend-module-guest-provider (source) 0.2.150.2.16 age confidence
@backstage/plugin-auth-node (source) 0.6.120.6.13 age confidence
@backstage/plugin-catalog-common (source) 1.1.71.1.8 age confidence
@backstage/plugin-catalog-graph (source) 0.5.60.5.7 age confidence
@backstage/plugin-catalog-import (source) 0.13.90.13.10 age confidence
@backstage/plugin-org (source) 0.6.480.6.49 age confidence
@backstage/plugin-permission-backend (source) 0.7.80.7.9 age confidence
@backstage/plugin-permission-backend-module-allow-all-policy (source) 0.2.150.2.16 age confidence
@backstage/plugin-permission-common (source) 0.9.50.9.6 age confidence
@backstage/plugin-permission-node (source) 0.10.90.10.10 age confidence
@backstage/plugin-permission-react (source) 0.4.390.4.40 age confidence
@backstage/plugin-proxy-backend (source) 0.6.90.6.10 age confidence
@backstage/plugin-scaffolder (source) 1.35.21.35.4 age confidence
@backstage/plugin-scaffolder-backend (source) 3.1.23.1.3 age confidence
@backstage/plugin-search-backend (source) 2.0.112.0.12 age confidence
@backstage/plugin-search-backend-module-pg (source) 0.5.510.5.52 age confidence
@backstage/plugin-search-backend-node (source) 1.4.01.4.1 age confidence
@backstage/plugin-search-react (source) 1.10.21.10.4 age confidence
@backstage/plugin-techdocs-backend (source) 2.1.42.1.5 age confidence
@backstage/plugin-techdocs-module-addons-contrib (source) 1.1.321.1.33 age confidence
@backstage/plugin-techdocs-react (source) 1.3.71.3.8 age confidence
@backstage/test-utils (source) 1.7.141.7.15 age confidence
@backstage/theme (source) 0.7.10.7.2 age confidence
@types/express-serve-static-core (source) 4.19.74.19.8 age confidence
@types/lodash (source) 4.17.214.17.24 age confidence
@types/node (source) 22.19.1122.19.13 age confidence
@types/react (source) 18.3.2718.3.28 age confidence
fast-xml-parser 5.3.85.3.9 age confidence
msw (source) 2.12.72.12.10 age confidence
tar 7.5.87.5.9 age confidence

Release Notes

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

v1.7.5

Compare Source

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

v0.15.2

Compare Source

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

v0.35.4

Compare Source

Patch Changes
  • cfd8103: Updated catalog provider module template to use stable catalog extension points from @backstage/plugin-catalog-node instead of alpha exports.

  • 20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in its exports field (e.g., "./styles.css": "./src/styles.css"), the CLI will automatically bundle it during backstage-cli package build, resolving any @import statements. The export path is rewritten from src/ to dist/ at publish time.

    Fixed backstage-cli repo fix to not add typesVersions entries for non-script exports like CSS files.

  • 7455dae: Use node prefix on native imports

  • 6ce4a13: Removed /alpha from scaffolderActionsExtensionPoint import

  • fdbd404: Removed the EXPERIMENTAL_MODULE_FEDERATION environment variable flag, making module federation host support always available during package start. The host shared dependencies are now managed through @backstage/module-federation-common and injected as a versioned runtime script at build time.

  • fdbd404: Updated @module-federation/enhanced, @module-federation/runtime, and @module-federation/sdk dependencies from ^0.9.0 to ^0.21.6.

  • 4fc7bf0: Bump to tar v7

  • 5e3ef57: Added support for the new peerModules metadata field in package.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated by backstage-cli repo fix --publish.

  • 122d39c: Completely removed support for the deprecated app.experimental.packages configuration. Replace existing usage directly with app.packages.

  • 73351c2: Updated dependency webpack to ~5.104.0.

  • 69d880e: Bump to latest zod to ensure it has the latest features

  • Updated dependencies

backstage/backstage (@​backstage/core-app-api)

v1.19.5

Compare Source

Patch Changes
  • 5a71e7a: Fixed memory leak caused by duplicate AppThemeSelector instances and missing cleanup in AppThemeSelector and AppLanguageSelector. Added dispose() method to both selectors for proper resource cleanup.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
backstage/backstage (@​backstage/core-components)

v0.18.7

Compare Source

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

v1.12.3

Compare Source

Patch Changes
  • 53b6549: Plugins in the new frontend system now have a pluginId field rather than id to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer pluginId while maintaining backward compatibility by falling back to id when needed.
  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.
  • 69d880e: Bump to latest zod to ensure it has the latest features
  • Updated dependencies
backstage/backstage (@​backstage/dev-utils)

v1.1.20

Compare Source

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

v1.2.15

Compare Source

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

v0.13.4

Compare Source

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

v0.5.11

Compare Source

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

v0.2.16

Compare Source

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

v0.6.13

Compare Source

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

v1.1.8

Compare Source

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

v0.5.7

Compare Source

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

v0.13.10

Compare Source

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

v0.6.49

Compare Source

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

v0.7.9

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-backend-module-allow-all-policy)

v0.2.16

Compare Source

Patch Changes
backstage/backstage (@​backstage/plugin-permission-common)

v0.9.6

Compare Source

Patch Changes
  • 69d880e: Bump to latest zod to ensure it has the latest features
backstage/backstage (@​backstage/plugin-permission-node)

v0.10.10

Compare Source

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

v0.4.40

Compare Source

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

v0.6.10

Compare Source

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

v1.35.4

Compare Source

v1.35.3

Compare Source

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

v3.1.3

Compare Source

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

v2.0.12

[Compare Source](https://redirect.github.com/backstag


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner January 15, 2026 04:31
@renovate renovate Bot force-pushed the renovate/all-patch branch 7 times, most recently from a50c824 to 2298a0b Compare January 22, 2026 00:34
@renovate renovate Bot force-pushed the renovate/all-patch branch 7 times, most recently from 797e82e to 6263abe Compare January 28, 2026 11:03
@renovate renovate Bot force-pushed the renovate/all-patch branch 5 times, most recently from 16d5729 to e9fe81c Compare February 6, 2026 17:53
@renovate renovate Bot force-pushed the renovate/all-patch branch 5 times, most recently from eb731e7 to 7b2214d Compare February 14, 2026 13:42
MrManny
MrManny previously approved these changes Feb 16, 2026
@renovate renovate Bot force-pushed the renovate/all-patch branch from 7b2214d to d9b6f92 Compare February 17, 2026 15:46
@renovate renovate Bot force-pushed the renovate/all-patch branch 2 times, most recently from a42865c to e9178a8 Compare February 18, 2026 06:33
@renovate renovate Bot force-pushed the renovate/all-patch branch 8 times, most recently from 4ce54b6 to dc50062 Compare February 25, 2026 09:04
@renovate renovate Bot force-pushed the renovate/all-patch branch 4 times, most recently from 89e9996 to 487088a Compare February 27, 2026 07:40
@renovate renovate Bot force-pushed the renovate/all-patch branch from 487088a to 708d5f7 Compare February 27, 2026 08:56
@heinzburgstaller heinzburgstaller merged commit 9c69669 into main Feb 27, 2026
4 of 5 checks passed
@heinzburgstaller heinzburgstaller deleted the renovate/all-patch branch February 27, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants