-
Notifications
You must be signed in to change notification settings - Fork 932
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
@commitlint/config-lerna-scopes warning with lerna^6.0.0 #3409
Labels
Comments
+1 on this, it's insanely annoying to have to deal with the version warnings when I can't even override them (and causes lerna's bootstrapping to fail). |
Happy for a PR here |
7 tasks
escapedcat
pushed a commit
that referenced
this issue
Nov 1, 2022
See #3409. Even with the peerDependencies: optional, npm will *still* kick and scream and end your process if you try to use this with lerna v6.
Please give it a try: https://github.com/conventional-changelog/commitlint/releases/tag/v17.2.1 |
npm doesn't kick and scream anymore 👍 |
👏 eventually it will start again someday ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
No warning when use @commitlint/config-lerna-scopes with lerna@^6.0.0
Current Behavior
Occurred warning when use @commitlint/config-lerna-scopes with lerna@^6.0.0
Affected packages
Possible Solution
Modify peerDependency
"lerna": "^5.0.0"
to"lerna": "^5.0.0 || ^6.0.0"
Your Environment
commitlint --version
git --version
node --version
@commitlint/config-lerna-scopes
lerna
yarn -v
The text was updated successfully, but these errors were encountered: