Skip to content

Commit f39070e

Browse files
committed
fix(load): add explicit dependency on chalk
@commitlint/load now explicitly depends on chalk, previously relying on it being resolved as a dependency of one it's other dependencies. this change allows tooling with strict dependency graph requirements (ex. Yarn PnP) to run commitlint seamlessly.
1 parent c102d2f commit f39070e

File tree

2 files changed

+1504
-36
lines changed

2 files changed

+1504
-36
lines changed

Diff for: @commitlint/load/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"@commitlint/execute-rule": "^8.0.0",
7272
"@commitlint/resolve-extends": "^8.0.0",
7373
"babel-runtime": "^6.23.0",
74+
"chalk": "2.4.2",
7475
"cosmiconfig": "^5.2.0",
7576
"lodash": "4.17.11",
7677
"resolve-from": "^5.0.0"

0 commit comments

Comments
 (0)