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

Adopt yarn version in ci #2245

Closed
bennypowers opened this issue Apr 25, 2023 · 0 comments · Fixed by #2246
Closed

Adopt yarn version in ci #2245

bennypowers opened this issue Apr 25, 2023 · 0 comments · Fixed by #2246

Comments

@bennypowers
Copy link
Member

yarn has a version command which can sync sibling packages in a monorepo

https://yarnpkg.com/features/release-workflow

Lately, I've noticed that having more than one version of dev-server or test-runner-core in a project leads to annoying typescript errors. This would be less of an issue if versions were aligned. In the example linked, the recently released 0.6.0 version of junit-reporter depends on test-runner 0.11.0 when the current version is 0.11.1.

It seems to me that using yarn version in CI (perhaps during the changesets versions command) would be a partial fix here.

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

Successfully merging a pull request may close this issue.

1 participant