-
Notifications
You must be signed in to change notification settings - Fork 86
fix(deps): update rhdh bulk import dependencies (minor) #2095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. 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 |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
63b7e25 to
a6571c8
Compare
|



This PR contains the following updates:
2.20.2→2.27.01.5.0→1.6.0^0.11.0→^0.12.0Release Notes
OpenAPITools/openapi-generator-cli (@openapitools/openapi-generator-cli)
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
redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets)
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.