File tree Expand file tree Collapse file tree 14 files changed +24
-24
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate Expand file tree Collapse file tree 14 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
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" : " ^4.3 .0"
27
+ "@commitlint/config-angular" : " ^5.0 .0"
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" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
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" : " ^4.3 .0"
27
+ "@commitlint/config-lerna-scopes" : " ^5.0 .0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
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" : " ^4.3 .0"
27
+ "@commitlint/config-patternplate" : " ^5.0 .0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
28
28
},
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@commitlint/cli" : " ^4.3 .0" ,
31
+ "@commitlint/cli" : " ^5.0 .0" ,
32
32
"read-pkg" : " ^2.0.0" ,
33
33
"resolve-pkg" : " ^1.0.0"
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " ./lib/cli.js"
69
69
"xo" : " ^0.18.2"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/core" : " ^4.3 .0" ,
72
+ "@commitlint/core" : " ^5.0 .0" ,
73
73
"babel-polyfill" : " ^6.23.0" ,
74
74
"chalk" : " ^2.0.1" ,
75
75
"get-stdin" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular-type-enum" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention types" ,
5
5
"scripts" : {
6
6
"clean" : " exit 0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"scripts" : {
6
6
"clean" : " exit 0" ,
29
29
"@commitlint/utils" : " ^4.2.1"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/config-angular-type-enum" : " ^4.3 .0"
32
+ "@commitlint/config-angular-type-enum" : " ^5.0 .0"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"scripts" : {
6
6
"start" : " npx ava --watch --verbose" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"scripts" : {
6
6
"pretest" : " dep-check" ,
26
26
},
27
27
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
28
28
"dependencies" : {
29
- "@commitlint/config-angular" : " ^4.3 .0" ,
29
+ "@commitlint/config-angular" : " ^5.0 .0" ,
30
30
"globby" : " ^4.0.0" ,
31
31
"lodash" : " ^4.5.1"
32
32
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
29
29
"@commitlint/utils" : " ^4.2.1"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/prompt" : " ^4.3 .0" ,
32
+ "@commitlint/prompt" : " ^5.0 .0" ,
33
33
"execa" : " ^0.7.0" ,
34
34
"meow" : " ^3.7.0"
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 5.0 .0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
64
64
"throat" : " ^4.1.0"
65
65
},
66
66
"dependencies" : {
67
- "@commitlint/core" : " ^4.3 .0" ,
67
+ "@commitlint/core" : " ^5.0 .0" ,
68
68
"babel-runtime" : " ^6.23.0" ,
69
69
"chalk" : " ^1.1.1" ,
70
70
"lodash" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 4.3 .0" ,
4
+ "version" : " 5.0 .0" ,
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" : " ^4.3 .0"
20
+ "@commitlint/prompt-cli" : " ^5.0 .0"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2.5.1" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 4.3 .0"
5
+ "version" : " 5.0 .0"
6
6
}
You can’t perform that action at this time.
0 commit comments