File tree 7 files changed +12
-4
lines changed
@packages/test-environment
7 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/cli" : " ^11.0.0"
37
+ "@commitlint/cli" : " ^11.0.0" ,
38
+ "@commitlint/types" : " ^11.0.0"
38
39
},
39
40
"devDependencies" : {
40
41
"@commitlint/test" : " ^11.0.0" ,
41
- "@commitlint/utils" : " ^11.0.0"
42
+ "@commitlint/utils" : " ^11.0.0" ,
43
+ "execa" : " ^5.0.0"
42
44
},
43
45
"gitHead" : " cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
44
46
}
Original file line number Diff line number Diff line change 47
47
"@commitlint/lint" : " ^11.0.0" ,
48
48
"@commitlint/load" : " ^11.0.0" ,
49
49
"@commitlint/read" : " ^11.0.0" ,
50
+ "@commitlint/types" : " ^11.0.0" ,
50
51
"get-stdin" : " 8.0.0" ,
51
52
"lodash" : " ^4.17.19" ,
52
53
"resolve-from" : " 5.0.0" ,
Original file line number Diff line number Diff line change 38
38
"@commitlint/utils" : " ^11.0.0"
39
39
},
40
40
"dependencies" : {
41
+ "@commitlint/types" : " ^11.0.0" ,
41
42
"conventional-changelog-angular" : " ^5.0.11" ,
42
43
"conventional-commits-parser" : " ^3.0.0"
43
44
},
Original file line number Diff line number Diff line change 41
41
},
42
42
"dependencies" : {
43
43
"@commitlint/load" : " ^11.0.0" ,
44
+ "@commitlint/types" : " ^11.0.0" ,
44
45
"chalk" : " ^4.0.0" ,
45
46
"lodash" : " ^4.17.19" ,
46
47
"throat" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 37
37
"@commitlint/test" : " ^11.0.0" ,
38
38
"@commitlint/utils" : " ^11.0.0" ,
39
39
"@types/fs-extra" : " ^9.0.1" ,
40
- "@types/git-raw-commits" : " ^2.0.0"
40
+ "@types/git-raw-commits" : " ^2.0.0" ,
41
+ "execa" : " ^5.0.0"
41
42
},
42
43
"dependencies" : {
43
44
"@commitlint/top-level" : " ^11.0.0" ,
45
+ "@commitlint/types" : " ^11.0.0" ,
44
46
"fs-extra" : " ^9.0.0" ,
45
47
"git-raw-commits" : " ^2.0.0"
46
48
},
Original file line number Diff line number Diff line change 1
- import chalk from 'chalk' ;
1
+ import type chalk from 'chalk' ;
2
2
import { QualifiedRules } from './load' ;
3
3
import { RuleConfigSeverity } from './rules' ;
4
4
Original file line number Diff line number Diff line change 28
28
"license" : " MIT" ,
29
29
"dependencies" : {
30
30
"@types/tmp" : " ^0.2.0" ,
31
+ "jest-environment-node" : " ^26.6.2" ,
31
32
"tmp" : " 0.2.1"
32
33
},
33
34
"gitHead" : " 71f0194f33943954a8dac1c458be47e5049717cd"
You can’t perform that action at this time.
0 commit comments