chore: Update all patch dependency updates #242
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.3→1.7.41.6.1→1.6.21.19.3→1.19.40.18.4→0.18.61.12.1→1.12.21.1.18→1.1.191.2.13→1.2.140.5.9→0.5.100.6.10→0.6.121.32.1→1.32.23.3.0→3.3.20.5.4→0.5.60.13.8→0.13.91.21.4→1.21.60.6.47→0.6.480.7.7→0.7.80.9.3→0.9.50.10.7→0.10.91.35.0→1.35.21.5.1→1.5.32.0.9→2.0.111.10.1→1.10.21.16.1→1.16.22.1.3→2.1.41.1.31→1.1.321.3.6→1.3.70.8.30→0.8.314.19.7→4.19.84.17.21→4.17.23Release Notes
backstage/backstage (@backstage/app-defaults)
v1.7.4Compare Source
Patch Changes
backstage/backstage (@backstage/backend-plugin-api)
v1.6.2Compare Source
backstage/backstage (@backstage/core-app-api)
v1.19.4Compare Source
Patch Changes
69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/core-components)
v0.18.6Compare Source
Patch Changes
7455dae: Use node prefix on native importscebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.69d880e: Bump to latest zod to ensure it has the latest featuresv0.18.5Compare Source
Patch Changes
a723b8a: The MarkdownContent component now handles HTML content the same way as GitHub when rendering GitHub-flavored Markdownc671db9: Fixed bug in Table component where the toolbar layout would break when both a title and filters were present.55a9dc2: Update colour token again in ItemCardHeader to respect theme definition.backstage/backstage (@backstage/core-plugin-api)
v1.12.2Compare 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.69d880e: Bump to latest zod to ensure it has the latest featuresbackstage/backstage (@backstage/dev-utils)
v1.1.19Compare Source
Patch Changes
backstage/backstage (@backstage/integration-react)
v1.2.14Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-app-backend)
v0.5.10Compare Source
Patch Changes
9ccf84e: Updated plugin metadata.backstage/backstage (@backstage/plugin-auth-node)
v0.6.12Compare Source
Patch Changes
7455dae: Use node prefix on native imports69d880e: Bump to latest zod to ensure it has the latest featuresv0.6.11Compare Source
Patch Changes
4eeba9e: Upgradezod-validation-errorto version 4872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-catalog)
v1.32.2Compare Source
Patch Changes
7ca91e8: Header in EntityLayout should always be shown.Monitoring the loading status caused flickering when the refresh() method of the Async Entity was invoked.
backstage/backstage (@backstage/plugin-catalog-backend)
v3.3.2Compare Source
v3.3.1Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-graph)
v0.5.6Compare Source
Patch Changes
5c49a00: Update for theqslibrary bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.v0.5.5Compare Source
Patch Changes
5c49a00: Update for theqslibrary bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.backstage/backstage (@backstage/plugin-catalog-import)
v0.13.9Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-catalog-react)
v1.21.6Compare Source
Patch Changes
f523983: Fixes a bug where theEntityListProviderwould not correctly hydrate query parameters if more than 20 were provided for the same key.69d880e: Bump to latest zod to ensure it has the latest featuresv1.21.5Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-org)
v0.6.48Compare Source
Patch Changes
db3cfd7: Adds the Resource kind to theuseGetEntitiesfallback so that Resources are included by default when no specific kinds are provided in the group ownership card.backstage/backstage (@backstage/plugin-permission-backend)
v0.7.8Compare 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-common)
v0.9.5Compare Source
Patch Changes
69d880e: Bump to latest zod to ensure it has the latest featuresv0.9.4Compare Source
Patch Changes
872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-permission-node)
v0.10.9Compare Source
Patch Changes
69d880e: Bump to latest zod to ensure it has the latest featuresv0.10.8Compare Source
Patch Changes
872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-scaffolder)
v1.35.2Compare Source
Patch Changes
7455dae: Use node prefix on native imports2eeca03: 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:
formFieldsApiRefScaffolderFormFieldsApi69d880e: Bump to latest zod to ensure it has the latest featuresUpdated dependencies
v1.35.1Compare Source
Patch Changes
9d75495: Fixed bug in RepoUrlPickerComponent component where repository names were not being autocompleted.872eb91: Upgradezod-to-json-schemato latest versionbackstage/backstage (@backstage/plugin-search)
v1.5.3Compare Source
Patch Changes
5c49a00: Update for theqslibrary bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.v1.5.2Compare Source
Patch Changes
5c49a00: Update for theqslibrary bump: the old array limit setting has changed to be more strict; you can no longer just give a zero to mean unlimited. So we choose an arbitrary high value, to at least go higher than the default 20.backstage/backstage (@backstage/plugin-search-backend)
v2.0.11Compare Source
Patch Changes
7455dae: Use node prefix on native imports69d880e: Bump to latest zod to ensure it has the latest featuresv2.0.10Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-search-react)
v1.10.2Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs)
v1.16.2Compare Source
Patch Changes
0afb8a6: Corrected color of some elements such as Grid cards and Tables.94ff7ab: Code block "Copy to clipboard" button was not positioned correctly for docs built withmkdocs-material>=9.7backstage/backstage (@backstage/plugin-techdocs-backend)
v2.1.4Compare Source
Patch Changes
b6ff2a5: Some AWSpublisherconfig options such asregion,endpoint,accountIdare now marked as@visibility backendinstead ofsecret.backstage/backstage (@backstage/plugin-techdocs-module-addons-contrib)
v1.1.32Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-techdocs-react)
v1.3.7Compare Source
Patch Changes
backstage/backstage (@backstage/plugin-user-settings)
v0.8.31Compare Source
Patch Changes
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.