UI5 / UI5/cli

Option to specify custom UI5 config for workspace dependency resolution

Open
#1,369 1 comment 0 reactions 1 assignee View on GitHub

@flovogt is already working on this.

Since Apr 29, 2026.

Dominant language
JavaScript
Stars
511
Forks
83
Avg merge
1d 5h
Merged PRs (30d)
55

Description

Is your feature request related to a problem? Please describe.

When using UI5 Workspaces, the UI5 CLI always resolves workspace dependencies using each project’s default ui5.yaml. There is currently no way to influence or override the UI5 configuration used during workspace dependency resolution.

Describe the solution you'd like

Introduce a workspace-level configuration option to specify a custom UI5 configuration YAML that is applied when resolving a given workspace dependency

E.g. in ui5-workspace.yaml:

specVersion: workspace/2.0
metadata:
    name: default
dependencyManagement:
    resolutions:
        - path: ../my-reuse-library
          config: ui5-mock.yaml

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.