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

fix(workspace): add support for workspace:^ #182

Closed
belgattitude opened this issue Dec 26, 2023 · 4 comments
Closed

fix(workspace): add support for workspace:^ #182

belgattitude opened this issue Dec 26, 2023 · 4 comments

Comments

@belgattitude
Copy link

First of all thanks for your work :)

Description

Tried an upgrade from v11 latest to v12.0.1 and there's an error regarding workspace:^

See belgattitude/httpx#819

yarn install
yarn syncpack lint-semver-ranges --types prod,dev --source "package.json" --source "packages/*/package.json"

Will print

✘ name @httpx/exception or version workspace:^ are not supported packages/json-api/package.json > dependencies [UnsupportedMismatch]
@JamieMason
Copy link
Owner

Thanks @belgattitude, will take a look. I don't know if this is a regression though as workspace:^ has not been knowingly supported before - how did this behave for you prior to V12?

@belgattitude
Copy link
Author

Probably working before or the exit code wasn’t informing an error. At least you’ll see the ci failing after the upgrade. Passed before

@JamieMason JamieMason changed the title [v12] regression with workspace:^ protocol ? fix(workspace): add support for workspace:^ Dec 29, 2023
@JamieMason
Copy link
Owner

Released in 12.1.0.

👋 If anyone reading this finds syncpack useful, please tell people about it.

@belgattitude
Copy link
Author

Thanks a lot, just tested and it seems to work. Great job and happy new year !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants