Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

[monorepo-builder] bump-interdependency cmd is updating all vendor packages #4437

Closed
akadlec opened this issue Oct 17, 2022 · 1 comment
Closed

Comments

@akadlec
Copy link

akadlec commented Oct 17, 2022

Hi, I have structure like this

monorepo:
    myorg/package_one
        require:
            myorg/utility: 1.1
            myorg/package_two
    myorg/package_two
            myorg/other-utility: 2.1
            myorg/package_three
    myorg/package_three

and when i use bump-interdependency to set new version of monorepo packages, it update also non-monorepo packages: myorg/utility and myorg/other-utility because of the same vendor name.

@TomasVotruba
Copy link
Member

TomasVotruba commented Oct 18, 2022

Thanks for reporting 👍

It seems the fix is in progress: #4424
Let's continue there to keep one place to discuss.

@deprecated-packages deprecated-packages locked as resolved and limited conversation to collaborators Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants