chore: Update all patch dependency updates#242
Merged
heinzburgstaller merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
a50c824 to
2298a0b
Compare
797e82e to
6263abe
Compare
16d5729 to
e9fe81c
Compare
eb731e7 to
7b2214d
Compare
MrManny
previously approved these changes
Feb 16, 2026
7b2214d to
d9b6f92
Compare
a42865c to
e9178a8
Compare
4ce54b6 to
dc50062
Compare
89e9996 to
487088a
Compare
487088a to
708d5f7
Compare
heinzburgstaller
approved these changes
Feb 27, 2026
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.4→1.7.50.15.1→0.15.20.35.3→0.35.41.19.4→1.19.50.18.6→0.18.71.12.2→1.12.31.1.19→1.1.201.2.14→1.2.150.13.3→0.13.40.5.10→0.5.110.2.15→0.2.160.6.12→0.6.131.1.7→1.1.80.5.6→0.5.70.13.9→0.13.100.6.48→0.6.490.7.8→0.7.90.2.15→0.2.160.9.5→0.9.60.10.9→0.10.100.4.39→0.4.400.6.9→0.6.101.35.2→1.35.43.1.2→3.1.32.0.11→2.0.120.5.51→0.5.521.4.0→1.4.11.10.2→1.10.42.1.4→2.1.51.1.32→1.1.331.3.7→1.3.81.7.14→1.7.150.7.1→0.7.24.19.7→4.19.84.17.21→4.17.2422.19.11→22.19.1318.3.27→18.3.285.3.8→5.3.92.12.7→2.12.107.5.8→7.5.9Release Notes
backstage/backstage (@backstage/app-defaults)
v1.7.5Compare Source
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/backend-defaults)
v0.15.2Compare Source
Patch Changes
7455dae: Use node prefix on native imports44f5d04: Minor internal restructure of the postgres config loading code4fc7bf0: Bump to tar v75dd683f:createRateLimitMiddlewareis now exported from@backstage/backend-defaults/httpRouter8dd518a: Supportconnection.type: azurein database client to use Microsoft Entra authentication with Azure database for PostgreSQL69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/cli)
v0.35.4Compare Source
Patch Changes
cfd8103: Updated catalog provider module template to use stable catalog extension points from@backstage/plugin-catalog-nodeinstead of alpha exports.20131c5: Added support for CSS exports in package builds. When a package declares a CSS file in itsexportsfield (e.g.,"./styles.css": "./src/styles.css"), the CLI will automatically bundle it duringbackstage-cli package build, resolving any@importstatements. The export path is rewritten fromsrc/todist/at publish time.Fixed
backstage-cli repo fixto not addtypesVersionsentries for non-script exports like CSS files.7455dae: Use node prefix on native imports6ce4a13: Removed/alphafromscaffolderActionsExtensionPointimportfdbd404: Removed theEXPERIMENTAL_MODULE_FEDERATIONenvironment variable flag, making module federation host support always available duringpackage start. The host shared dependencies are now managed through@backstage/module-federation-commonand injected as a versioned runtime script at build time.fdbd404: Updated@module-federation/enhanced,@module-federation/runtime, and@module-federation/sdkdependencies from^0.9.0to^0.21.6.4fc7bf0: Bump to tar v75e3ef57: Added support for the newpeerModulesmetadata field inpackage.json. This field allows plugin packages to declare modules that should be installed alongside them for cross-plugin integrations. The field is validated bybackstage-cli repo fix --publish.122d39c: Completely removed support for the deprecatedapp.experimental.packagesconfiguration. Replace existing usage directly withapp.packages.73351c2: Updated dependencywebpackto~5.104.0.69d880e: Bump to latest zod to ensure it has the latest featuresUpdated dependencies
backstage/backstage (@backstage/core-app-api)
v1.19.5Compare Source
Patch Changes
5a71e7a: Fixed memory leak caused by duplicateAppThemeSelectorinstances and missing cleanup inAppThemeSelectorandAppLanguageSelector. Addeddispose()method to both selectors for proper resource cleanup.a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/core-components)
v0.18.7Compare Source
Patch Changes
7455dae: Use node prefix on native importsa7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/core-plugin-api)
v1.12.3Compare Source
Patch Changes
53b6549: Plugins in the new frontend system now have apluginIdfield rather thanidto 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 preferpluginIdwhile maintaining backward compatibility by falling back toidwhen needed.a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/dev-utils)
v1.1.20Compare Source
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/integration-react)
v1.2.15Compare Source
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/plugin-api-docs)
v0.13.4Compare Source
Patch Changes
ac9bead: Added@backstage/frontend-test-utilsdev dependency.7455dae: Use node prefix on native imports7feb83b: Adjusted to use the new@backstage/filter-predicatestypes for predicate expressions.491a06c: Add the ability to show icons for the tabs on the entity page (new frontend)4183614: Updated usage of deprecated APIs in the new frontend system.018ca87: Addedtitleandiconto the plugin definition for the new frontend system.629c3ec: AddtableOptionsandtitleto Components cards of APIsa7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/plugin-app-backend)
v0.5.11Compare Source
Patch Changes
7455dae: Use node prefix on native importsbackstage/backstage (@backstage/plugin-auth-backend-module-guest-provider)
v0.2.16Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-auth-node)
v0.6.13Compare Source
Patch Changes
7455dae: Use node prefix on native imports69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/plugin-catalog-common)
v1.1.8Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.5.7Compare Source
Patch Changes
ac9bead: Added@backstage/frontend-test-utilsdev dependency.8dd27c4: Fix large icon rendering in catalog graph nodes7feb83b: Adjusted to use the new@backstage/filter-predicatestypes for predicate expressions.4183614: Updated usage of deprecated APIs in the new frontend system.a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/plugin-catalog-import)
v0.13.10Compare Source
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/plugin-org)
v0.6.49Compare Source
Patch Changes
ac9bead: Added@backstage/frontend-test-utilsdev dependency.7feb83b: Adjusted to use the new@backstage/filter-predicatestypes for predicate expressions.4183614: Updated usage of deprecated APIs in the new frontend system.a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.1dee6de: Add search functionality in MembersListCardbackstage/backstage (@backstage/plugin-permission-backend)
v0.7.9Compare Source
Patch Changes
7455dae: Use node prefix on native imports69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/plugin-permission-backend-module-allow-all-policy)
v0.2.16Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-permission-common)
v0.9.6Compare Source
Patch Changes
69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/plugin-permission-node)
v0.10.10Compare Source
Patch Changes
69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/plugin-permission-react)
v0.4.40Compare Source
Patch Changes
a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.backstage/backstage (@backstage/plugin-proxy-backend)
v0.6.10Compare Source
Patch Changes
7455dae: Use node prefix on native importsbackstage/backstage (@backstage/plugin-scaffolder)
v1.35.4Compare Source
v1.35.3Compare Source
Patch Changes
7455dae: Use node prefix on native imports4e581a6: Updated the browser tab title on the template wizard page to display the specific template title instead of the generic "Create a new component" text.7feb83b: Adjusted to use the new@backstage/filter-predicatestypes for predicate expressions.018ca87: Addedtitleandiconto the plugin definition for the new frontend system.2eeca03: Scaffolder form fields in the new frontend system now use a Utility API pattern instead of multiple attachment points. TheFormFieldBlueprintnow uses this new approach, and while form fields created with older versions still work, they will produce a deprecation warning and will stop working in a future release.As part of this change, the following alpha exports were removed:
formFieldsApiRefScaffolderFormFieldsApib9d90a7: Added@backstage/frontend-test-utilsas a dev dependency for mock API usage in tests.a7e0d50: Updatedreact-router-dompeer dependency to^6.30.2and explicitly disabled v7 future flags to suppress deprecation warnings.69d880e: Bump to latest zod to ensure it has the latest featuresUpdated dependencies
backstage/backstage (@backstage/plugin-scaffolder-backend)
v3.1.3Compare Source
Patch Changes
7455dae: Use node prefix on native imports4fc7bf0: Removed unused dependency0ce78b0: Supportifconditions insideeachloops for scaffolder steps5e3ef57: AddedpeerModulesmetadata declaring recommended modules for cross-plugin integrations.8148621: Moved@backstage/backend-defaultsfromdependenciestodevDependencies.1e669cc: Migrate audit events reference docs to http://backstage.io/docs.69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/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.
This PR was generated by Mend Renovate. View the repository job log.