-
Notifications
You must be signed in to change notification settings - Fork 933
fix: not working in yarn 4 pnp #3752
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
Labels
Comments
7 tasks
@0xHexE I linked a pull request for this that I believe is related; what does |
🤞🏽 |
In the meantime you can update the dependency in your lockfile to point to 8.3.6 to resolve this. |
It worked! Thanks a lot for your help. |
Perfect it fixes the issue. Thank a lot. yarn.lock "@commitlint/load@npm:^18.4.1":
version: 18.4.1
resolution: "@commitlint/load@npm:18.4.1"
dependencies:
"@commitlint/config-validator": "npm:^18.4.0"
"@commitlint/execute-rule": "npm:^18.4.0"
"@commitlint/resolve-extends": "npm:^18.4.0"
"@commitlint/types": "npm:^18.4.0"
"@types/node": "npm:^18.11.9"
chalk: "npm:^4.1.0"
cosmiconfig: "npm:^8.3.6"
cosmiconfig-typescript-loader: "npm:^5.0.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
resolve-from: "npm:^5.0.0"
checksum: 77cb8b02c39fd0a28214cea898811100b1b0c33047914a9294df862ad0c75965b3000ddb1806a5e89054141ce5217419b419d5d3d9bcf757e904f34b530d7474
languageName: node
linkType: hard
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Should lint the commit message
Current Behavior
yarn commitlint --edit $1
Affected packages
Possible Solution
No response
Steps to Reproduce
1. Setup project with yarn4 and enable pnp. 2. Try to run cli
Context
No response
commitlint --version
@commitlint/[email protected]
git --version
v2.41.0
node --version
v19.9.0
The text was updated successfully, but these errors were encountered: