conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.93k stars 912 forks source link

fix: pnpm commit no response #4182

Closed LiuWenXing1996 closed 1 month ago

LiuWenXing1996 commented 1 month ago

Steps to Reproduce

1. git add .
2. pnpm commit

Current Behavior

no response

Expected Behavior

show user interaction input interface

Affected packages

Possible Solution

my temp solution : @commitlint/prompt-cli fallback version to 19.4.1

Context

when add pnpm-lock.yaml to git stage will trigger this bug

commitlint --version

19.5.0

git --version

2.30.1

node --version

v18.19.1

escapedcat commented 1 month ago

Does this duplicate #4181?

LiuWenXing1996 commented 1 month ago

Does this duplicate #4181?

It seems to be the same