You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
➤ YN0000: ┌ Resolution step
➤ YN0060: │ websocket-test@workspace:. provides lerna (p08b9d) with version 6.0.1, which doesn't satisfy what @commitlint/config-lerna-scopes requests
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
Affected packages
cli
core
prompt
config-angular
config-lerna-scopes
Possible Solution
Modify peerDependency "lerna": "^5.0.0" to "lerna": "^5.0.0 || ^6.0.0"
+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).
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: