Skip to content

fix(deps): update rhdh bulk import dependencies (minor)#2552

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rhdh-bulk-import-dependencies-(minor)
Open

fix(deps): update rhdh bulk import dependencies (minor)#2552
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rhdh-bulk-import-dependencies-(minor)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
@openapitools/openapi-generator-cli 2.20.22.30.2 age confidence
@playwright/test (source) 1.57.01.58.2 age confidence
@red-hat-developer-hub/backstage-plugin-orchestrator (source) 5.3.05.4.2 age confidence
@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets (source) 1.5.01.6.3 age confidence
@red-hat-developer-hub/backstage-plugin-theme (source) ^0.11.0^0.12.0 age confidence
openapicmd (source) 2.7.02.9.0 age confidence

Release Notes

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.30.2

Compare Source

Bug Fixes

v2.30.1

Compare Source

Bug Fixes

v2.30.0

Compare Source

Features

v2.29.0

Compare Source

Features

v2.28.3

Compare Source

Bug Fixes

v2.28.2

Compare Source

Bug Fixes

v2.28.1

Compare Source

Bug Fixes

v2.28.0

Compare Source

Features

v2.27.0

Compare Source

Features
  • config: add support for environment variable placeholders in config (#​1031) (1cd2614)

v2.26.0

Compare Source

Bug Fixes
Features

v2.25.2

Compare Source

Bug Fixes

v2.25.1

Compare Source

Bug Fixes

v2.25.0

Compare Source

Features
  • release: trigger a release (2a8a011)

v2.24.0

Compare Source

Features

v2.23.4

Compare Source

Bug Fixes

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Bug Fixes

v2.23.1

Compare Source

Bug Fixes

v2.23.0

Compare Source

Features

v2.22.0

Compare Source

Features

v2.21.5

Compare Source

Bug Fixes

v2.21.4

Compare Source

Bug Fixes
  • deps: update dependency axios to v1.11.0 [security] (#​956) (e517c31)

v2.21.3

Compare Source

Bug Fixes

v2.21.2

Compare Source

Bug Fixes

v2.21.1

Compare Source

Bug Fixes

v2.21.0

Compare Source

Features

v2.20.6

Compare Source

Bug Fixes

v2.20.5

Compare Source

Bug Fixes

v2.20.4

Compare Source

Bug Fixes

v2.20.3

Compare Source

Bug Fixes
microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare 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
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

redhat-developer/rhdh-plugins (@​red-hat-developer-hub/backstage-plugin-orchestrator)

v5.4.2

Compare Source

Patch Changes

v5.4.1

Compare 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 review
    toggle to show hidden parameters.

  • 0f60a00: feat: Improve permission denied error handling for workflow instances

    • Add PermissionDeniedPanel component for clean access denied UI
    • Improve backend error messages when user lacks instanceAdminView permission
    • Provide detailed error messages explaining why access is denied:
      • When instance has no ownership info (external/legacy runs)
      • When instance was created by another user
  • 9c17c36: Updated dependency prettier to 3.8.0.

  • aaac497: Updated dependency prettier to 3.8.1.

  • Updated dependencies [858963d]

  • Updated dependencies [e16baff]

  • Updated dependencies [85b873d]

  • Updated dependencies [9c17c36]

  • Updated dependencies [aaac497]

v5.4.0

Compare Source

Minor Changes
  • 3e2c3f7: Adding Workflow Logs endpoint. Loki provider added
Patch Changes

v5.3.1

Compare Source

Patch Changes
  • 8524940: Fix TypeScript compilation errors in orchestrator plugins

  • 48fb7f2: Fix browser tab showing [object Object] on workflow instance page

    Replace <Trans> component with t() 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 handling

    Breaking Change: Removed deprecated Moment.js dependency

    • Replace moment and react-moment with luxon for all date/time operations
    • Add formatDuration utility function that mimics moment's .humanize() behavior
    • Add comprehensive unit tests for duration formatting
  • Updated 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.3

Compare Source

Patch Changes

v1.6.2

Compare 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 when ui:allowNewItems is 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.
  • Updated dependencies [858963d]
  • Updated dependencies [9c17c36]
  • Updated dependencies [aaac497]

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • c35d07c: Add fetch:error:ignoreUnready and fetch:response:default options for form widgets

    Feature 1: fetch:error:ignoreUnready

    When using widgets with fetch:retrigger dependencies, the initial fetch often fails because dependent fields don't have values yet. This results in HTTP errors being displayed during initial load.

    • Add fetch:error:ignoreUnready option to suppress fetch error display until all fetch:retrigger dependencies have non-empty values
    • Errors are only suppressed when dependencies are empty; once filled, real errors are shown
    • Supported by: ActiveTextInput, ActiveDropdown, ActiveMultiSelect, SchemaUpdater

    Feature 2: fetch:response:default

    Widgets previously required fetch:response:value for defaults, meaning fetch must succeed. This adds static fallback defaults.

    • Add fetch:response:default option for static default values applied immediately on form initialization
    • Defaults are applied at form initialization level in OrchestratorForm, ensuring controlled components work correctly
    • Static defaults act as fallback when fetch fails, hasn't completed, or returns empty
    • Fetched values only override defaults when non-empty
    • Supported by: ActiveTextInput (string), ActiveDropdown (string), ActiveMultiSelect (string[])

    Usage 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:

    • Updated UiProps type to accept JsonValue instead of string for fetch:response:* properties
    • Enables using objects, arrays, and other JSON types in ui:props, not just strings
    • Maintains full backward compatibility with existing string-based selectors

    Runtime Safety:

    • Added runtime validation in useTemplateUnitEvaluator to ensure selectors are strings when evaluated as JSONata expressions
    • Provides clear error messages when invalid types are used

    Documentation:

    • Updated orchestratorFormWidgets.md to document object type support
    • Added examples showing flexible ui:props configurations

    This change allows users to reference object attributes more easily in ui:props while maintaining type safety and backward compatibility.

Patch Changes
redhat-developer/rhdh-plugins (@​red-hat-developer-hub/backstage-plugin-theme)

v0.12.1

Compare Source

Patch Changes
  • 29042bc: Fixing the inconsitent edges of filter section on catalog page

v0.12.0

Compare Source

Minor Changes
  • f66ba99: Backstage version bump to v1.45.3
openapistack/openapicmd (openapicmd)

v2.9.0

Compare Source


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


  • 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 added bulk-import dependencies Pull requests that update a dependency file team/rhdh labels Mar 15, 2026
@renovate renovate bot requested review from a team, debsmita1, its-mitesh-kumar and rm3l as code owners March 15, 2026 01:08
@renovate renovate bot added dependencies Pull requests that update a dependency file team/rhdh bulk-import labels Mar 15, 2026
@rhdh-gh-app
Copy link

rhdh-gh-app bot commented Mar 15, 2026

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/bulk-import/packages/app none v0.0.3
backend workspaces/bulk-import/packages/backend none v0.0.0
@red-hat-developer-hub/backstage-plugin-bulk-import-backend workspaces/bulk-import/plugins/bulk-import-backend patch v7.1.1
@red-hat-developer-hub/backstage-plugin-bulk-import workspaces/bulk-import/plugins/bulk-import patch v7.1.1

@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-bulk-import-dependencies-(minor) branch from e9d7b06 to 8e2c959 Compare March 15, 2026 01:08
@renovate renovate bot force-pushed the renovate/rhdh-bulk-import-dependencies-(minor) branch from 8e2c959 to 86050ce Compare March 16, 2026 06:23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@rhdh-bot rhdh-bot force-pushed the renovate/rhdh-bulk-import-dependencies-(minor) branch from 86050ce to f280b50 Compare March 16, 2026 06:23
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bulk-import dependencies Pull requests that update a dependency file team/rhdh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants