Skip to content
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

request: Make override user dependency_overrides configurable in command/bootstrap #550

Open
1 task done
zhyky opened this issue Jul 25, 2023 · 0 comments
Open
1 task done
Labels
feature request Needs: Triage The issue needs triaging

Comments

@zhyky
Copy link

zhyky commented Jul 25, 2023

Is there an existing feature request for this?

  • I have searched the existing issues.

Command

No response

Description

According to #312, melos won't override user dependency_overrides, But there is a case like this:

project
  |- depends on git packageA 
    |- depends on git packageC ref1
  |- depends on git packageB
    |- depends on git packageC ref2

Note: packageA, packageB and packageC are all git packages

To resolve dependency conflict, the packageC is override in project's dependency_overrides

However, when we git clone packageC to local, we want melos to override packageC to local dependency, but now it does not

So please make override user dependency_overrides configurable in command/bootstrap

Reasoning

Make this configurable can meet more request.

Additional context and comments

No response

@zhyky zhyky added feature request Needs: Triage The issue needs triaging labels Jul 25, 2023
@zhyky zhyky changed the title request: override user dependency_overrides configurable in command/bootstrap request: Make override user dependency_overrides configurable in command/bootstrap Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Needs: Triage The issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant