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

Feature request: support Yarn 2 workspace prefix #43

Open
wingyplus opened this issue Feb 3, 2021 · 2 comments
Open

Feature request: support Yarn 2 workspace prefix #43

wingyplus opened this issue Feb 3, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@wingyplus
Copy link

wingyplus commented Feb 3, 2021

Since Yarn 2, they allowed using declare workspace dependencies with workspace prefix:

{
  "dependencies": {
    "lib-a": "workspace:lib/a"
  }
}

Currently, if we defined dependencies like example above. multi-semantic-release will always rewrite it with dependencies version. It's good to see if it can detect workspace prefix and update only case workspace:^<major>.<minor>.<patch> (match semver rules).

Ref: https://yarnpkg.com/features/workspaces

@antongolub
Copy link
Member

@wingyplus,

Accepted. We have planned a migration to yarn@2 and npm@7 on Q3.

@alvarlagerlof
Copy link

I also have this issue too. Not finding any solutions elsewhere either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants