File tree Expand file tree Collapse file tree 13 files changed +28
-28
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate Expand file tree Collapse file tree 13 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
40
40
},
41
41
"license" : " MIT" ,
42
42
"devDependencies" : {
43
- "@commitlint/utils" : " ^3.1.0 " ,
43
+ "@commitlint/utils" : " ^3.1.1 " ,
44
44
"ava" : " ^0.18.2" ,
45
45
"dependency-check" : " ^2.9.1" ,
46
46
"execa" : " ^0.7.0" ,
47
47
"string-to-stream" : " ^1.1.0" ,
48
48
"xo" : " ^0.18.2"
49
49
},
50
50
"dependencies" : {
51
- "@commitlint/core" : " ^3.1.0 " ,
51
+ "@commitlint/core" : " ^3.1.1 " ,
52
52
"babel-polyfill" : " ^6.23.0" ,
53
53
"chalk" : " ^2.0.1" ,
54
54
"get-stdin" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-angular" : " ^3.1.0 "
27
+ "@commitlint/config-angular" : " ^3.1.1 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-lerna-scopes" : " ^3.1.0 "
27
+ "@commitlint/config-lerna-scopes" : " ^3.1.1 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"test" : " exit 0" ,
24
24
},
25
25
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
26
26
"dependencies" : {
27
- "@commitlint/config-patternplate" : " ^3.1.0 "
27
+ "@commitlint/config-patternplate" : " ^3.1.1 "
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
25
25
},
26
26
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
27
"devDependencies" : {
28
- "@commitlint/utils" : " ^3.1.0 "
28
+ "@commitlint/utils" : " ^3.1.1 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
28
28
"lerna" : " ^2.0.0"
29
29
},
30
30
"devDependencies" : {
31
- "@commitlint/utils" : " ^3.1.0 "
31
+ "@commitlint/utils" : " ^3.1.1 "
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
25
25
},
26
26
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
27
"dependencies" : {
28
- "@commitlint/config-angular" : " ^3.1.0 " ,
28
+ "@commitlint/config-angular" : " ^3.1.1 " ,
29
29
"globby" : " ^4.0.0" ,
30
30
"lodash" : " ^4.5.1"
31
31
},
32
32
"devDependencies" : {
33
- "@commitlint/utils" : " ^3.1.0 "
33
+ "@commitlint/utils" : " ^3.1.1 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
101
101
},
102
102
"license" : " MIT" ,
103
103
"devDependencies" : {
104
- "@commitlint/utils" : " ^3.1.0 " ,
104
+ "@commitlint/utils" : " ^3.1.1 " ,
105
105
"ansi-styles" : " 3.1.0" ,
106
106
"ava" : " 0.18.2" ,
107
107
"babel-cli" : " ^6.18.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 3.1.0 " ,
4
+ "version" : " 3.1.1 " ,
5
5
"description" : " Example for prompt guide" ,
6
6
"scripts" : {
7
7
"commit" : " commit"
17
17
},
18
18
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
19
19
"devDependencies" : {
20
- "@commitlint/prompt-cli" : " ^3.1.0 "
20
+ "@commitlint/prompt-cli" : " ^3.1.1 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
26
26
},
27
27
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
28
28
"devDependencies" : {
29
- "@commitlint/utils" : " ^3.1.0 "
29
+ "@commitlint/utils" : " ^3.1.1 "
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/prompt" : " ^3.1.0 " ,
32
+ "@commitlint/prompt" : " ^3.1.1 " ,
33
33
"execa" : " ^0.7.0" ,
34
34
"meow" : " ^3.7.0"
35
35
}
You can’t perform that action at this time.
0 commit comments