fix(deps): update rhdh bulk import dependencies (minor)#2095
fix(deps): update rhdh bulk import dependencies (minor)#2095renovate[bot] wants to merge 3 commits intomainfrom
Conversation
Changed Packages
|
6528da5 to
c6f0b5a
Compare
|
/retest |
5cf70af to
63b7e25
Compare
|
If the dedupe is run on the each dependency one by one, the issue does not appear. However when it is run |
400b7e8 to
009944d
Compare
bb48232 to
e14dc3d
Compare
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
/retest |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |



This PR contains the following updates:
2.20.2→2.28.31.57.0→1.58.25.3.0→5.4.11.5.0→1.6.2^0.11.0→^0.12.0Release Notes
OpenAPITools/openapi-generator-cli (@openapitools/openapi-generator-cli)
v2.28.3Compare Source
Bug Fixes
v2.28.2Compare Source
Bug Fixes
v2.28.1Compare Source
Bug Fixes
v2.28.0Compare Source
Features
v2.27.0Compare Source
Features
v2.26.0Compare Source
Bug Fixes
Features
v2.25.2Compare Source
Bug Fixes
v2.25.1Compare Source
Bug Fixes
v2.25.0Compare Source
Features
v2.24.0Compare Source
Features
v2.23.4Compare Source
Bug Fixes
v2.23.3Compare Source
Bug Fixes
v2.23.2Compare Source
Bug Fixes
v2.23.1Compare Source
Bug Fixes
v2.23.0Compare Source
Features
v2.22.0Compare Source
Features
v2.21.5Compare Source
Bug Fixes
v2.21.4Compare Source
Bug Fixes
v2.21.3Compare Source
Bug Fixes
v2.21.2Compare Source
Bug Fixes
v2.21.1Compare Source
Bug Fixes
v2.21.0Compare Source
Features
v2.20.6Compare Source
Bug Fixes
v2.20.5Compare Source
Bug Fixes
v2.20.4Compare Source
Bug Fixes
v2.20.3Compare Source
Bug Fixes
microsoft/playwright (@playwright/test)
v1.58.2Compare Source
v1.58.1Compare Source
Highlights
#39036 fix(msedge): fix local network permissions
#39037 chore: update cft download location
#38995 chore(webkit): disable frame sessions on fronzen builds
Browser Versions
v1.58.0Compare Source
redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-orchestrator)
v5.4.1Compare Source
Patch Changes
24ff5f4: Make the workflow run Details card title bold and consistent with other InfoCard titles.85b873d: Exclude omitFromWorkflowInput fields from execution payloads and add a reviewtoggle to show hidden parameters.
0f60a00: feat: Improve permission denied error handling for workflow instances9c17c36: Updated dependencyprettierto3.8.0.aaac497: Updated dependencyprettierto3.8.1.Updated dependencies [
858963d]Updated dependencies [
e16baff]Updated dependencies [
85b873d]Updated dependencies [
9c17c36]Updated dependencies [
aaac497]v5.4.0Compare Source
Minor Changes
3e2c3f7: Adding Workflow Logs endpoint. Loki provider addedPatch Changes
f74564d: Added 'ja' i18n support and updated 'fr' and 'it' translation strings.f1b43c5: Add conditional View Logs button based on workflowLogProvider configurationuseLogsEnabledhook to check iforchestrator.workflowLogProvideris configuredUpdated dependencies [
3e2c3f7]Updated dependencies [
f1b43c5]v5.3.1Compare Source
Patch Changes
8524940: Fix TypeScript compilation errors in orchestrator plugins48fb7f2: Fix browser tab showing[object Object]on workflow instance pageReplace
<Trans>component witht()function for page title to ensure a string is returned instead of an element, which was causing[object Object]to appear in the browser tab title.cc27a4b: Migrate from Moment.js to Luxon for date/time handlingBreaking Change: Removed deprecated Moment.js dependency
momentandreact-momentwithluxonfor all date/time operationsformatDurationutility function that mimics moment's.humanize()behaviorUpdated dependencies [
5771568]Updated dependencies [
c35d07c]Updated dependencies [
f030878]Updated dependencies [
8524940]Updated dependencies [
2be9dcc]Updated dependencies [
d91ef65]redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets)
v1.6.2Compare Source
Patch Changes
db243d1: Allow ActiveDropdown fetch selectors to reference current form data via the combined response/current context.bb02bdb: Allow ActiveDropdown fetch:response:default to be a JSONata selector evaluated against the fetch response.8fabecd: Clarify ActiveText retrigger loading by showing a spinner while dependencies resolve.2adc3d8: Add fetch:error:silent support to suppress fetch errors in widgets.e6987f1: Fixed ActiveMultiSelect Enter key behavior whenui:allowNewItemsis enabled. Pressing Enter now adds a new chip instead of submitting the form to the next step.6877513: Evaluate JSONata expressions in fetch/validate request bodies on the client before sending.490d0a3: Add fetch:skipInitialValue to keep fields empty until user input and treat empty-string defaults as valid.858963d]9c17c36]aaac497]v1.6.1Compare Source
Patch Changes
c51d980: Fix ActiveTextInput not clearing field when API returns empty string3e2c3f7]f1b43c5]v1.6.0Compare Source
Minor Changes
c35d07c: Add fetch:error:ignoreUnready and fetch:response:default options for form widgetsFeature 1: fetch:error:ignoreUnready
When using widgets with
fetch:retriggerdependencies, the initial fetch often fails because dependent fields don't have values yet. This results in HTTP errors being displayed during initial load.fetch:error:ignoreUnreadyoption to suppress fetch error display until allfetch:retriggerdependencies have non-empty valuesFeature 2: fetch:response:default
Widgets previously required
fetch:response:valuefor defaults, meaning fetch must succeed. This adds static fallback defaults.fetch:response:defaultoption for static default values applied immediately on form initializationOrchestratorForm, ensuring controlled components work correctlyUsage Examples:
{ "action": { "ui:widget": "ActiveTextInput", "ui:props": { "fetch:url": "...", "fetch:retrigger": ["current.appName"], "fetch:error:ignoreUnready": true, "fetch:response:default": "create" } } }5c9f044: Add object type support in ui:props for fetch:response:* properties (RHIDP-11054)Type System Enhancement:
UiPropstype to acceptJsonValueinstead ofstringforfetch:response:*propertiesRuntime Safety:
useTemplateUnitEvaluatorto ensure selectors are strings when evaluated as JSONata expressionsDocumentation:
orchestratorFormWidgets.mdto document object type supportThis change allows users to reference object attributes more easily in ui:props while maintaining type safety and backward compatibility.
Patch Changes
8524940: Fix TypeScript compilation errors in orchestrator plugins8524940]d91ef65]redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-theme)
v0.12.0Compare Source
Minor Changes
f66ba99: Backstage version bump to v1.45.3Configuration
📅 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 is behind base branch, 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.