File tree 22 files changed +48
-48
lines changed
commitlint-config-lerna-scopes
22 files changed +48
-48
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"files" : [
6
6
" index.js"
28
28
},
29
29
"homepage" : " https://github.com/conventional-changelog/commitlint#readme" ,
30
30
"dependencies" : {
31
- "@commitlint/config-lerna-scopes" : " ^8.3.0 "
31
+ "@commitlint/config-lerna-scopes" : " ^8.3.2 "
32
32
},
33
33
"devDependencies" : {
34
34
"@commitlint/utils" : " ^8.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/cli" : " ^8.3.1 " ,
37
+ "@commitlint/cli" : " ^8.3.2 " ,
38
38
"read-pkg" : " 5.2.0" ,
39
39
"resolve-pkg" : " 2.0.0"
40
40
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
70
70
"tmp" : " 0.1.0"
71
71
},
72
72
"dependencies" : {
73
- "@commitlint/format" : " ^8.3.0 " ,
74
- "@commitlint/lint" : " ^8.3.0 " ,
75
- "@commitlint/load" : " ^8.3.1 " ,
76
- "@commitlint/read" : " ^8.3.0 " ,
73
+ "@commitlint/format" : " ^8.3.2 " ,
74
+ "@commitlint/lint" : " ^8.3.2 " ,
75
+ "@commitlint/load" : " ^8.3.2 " ,
76
+ "@commitlint/read" : " ^8.3.2 " ,
77
77
"babel-polyfill" : " 6.26.0" ,
78
78
"chalk" : " 2.4.2" ,
79
79
"get-stdin" : " 7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-conventional" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"files" : [
6
6
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js"
32
32
},
33
33
"license" : " MIT" ,
34
34
"dependencies" : {
35
- "@commitlint/format" : " ^8.3.0 " ,
36
- "@commitlint/lint" : " ^8.3.0 " ,
37
- "@commitlint/load" : " ^8.3.1 " ,
38
- "@commitlint/read" : " ^8.3.0 "
35
+ "@commitlint/format" : " ^8.3.2 " ,
36
+ "@commitlint/lint" : " ^8.3.2 " ,
37
+ "@commitlint/load" : " ^8.3.2 " ,
38
+ "@commitlint/read" : " ^8.3.2 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/execute-rule" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
- "@commitlint/parse" : " ^8.3.0 " ,
37
+ "@commitlint/parse" : " ^8.3.2 " ,
38
38
"@commitlint/utils" : " ^8.3.0" ,
39
39
"@types/jest" : " 24.0.19" ,
40
40
"@types/lodash" : " 4.14.144" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/format" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Format commitlint reports" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/is-ignored" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
- "@commitlint/parse" : " ^8.3.0 " ,
37
+ "@commitlint/parse" : " ^8.3.2 " ,
38
38
"@commitlint/test" : " 8.2.0" ,
39
39
"@commitlint/utils" : " ^8.3.0"
40
40
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
69
69
"proxyquire" : " 2.1.3"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/is-ignored" : " ^8.3.0 " ,
73
- "@commitlint/parse" : " ^8.3.0 " ,
74
- "@commitlint/rules" : " ^8.3.0 " ,
72
+ "@commitlint/is-ignored" : " ^8.3.2 " ,
73
+ "@commitlint/parse" : " ^8.3.2 " ,
74
+ "@commitlint/rules" : " ^8.3.2 " ,
75
75
"babel-runtime" : " ^6.23.0" ,
76
76
"lodash" : " 4.17.15"
77
77
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
68
68
"globby" : " 10.0.1"
69
69
},
70
70
"dependencies" : {
71
- "@commitlint/execute-rule" : " ^8.3.0 " ,
72
- "@commitlint/resolve-extends" : " ^8.3.0 " ,
71
+ "@commitlint/execute-rule" : " ^8.3.2 " ,
72
+ "@commitlint/resolve-extends" : " ^8.3.2 " ,
73
73
"babel-runtime" : " ^6.23.0" ,
74
74
"chalk" : " 2.4.2" ,
75
75
"cosmiconfig" : " ^5.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/message" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/parse" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
34
34
"ava" : " 0.25.0"
35
35
},
36
36
"dependencies" : {
37
- "@commitlint/prompt" : " ^8.3.1 " ,
37
+ "@commitlint/prompt" : " ^8.3.2 " ,
38
38
"execa" : " 0.11.0" ,
39
39
"string-to-stream" : " 3.0.1"
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
65
65
"cross-env" : " 6.0.3"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/load" : " ^8.3.1 " ,
68
+ "@commitlint/load" : " ^8.3.2 " ,
69
69
"babel-runtime" : " ^6.23.0" ,
70
70
"chalk" : " ^2.0.0" ,
71
71
"lodash" : " 4.17.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/read" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Read commit messages from a specified range or last edit" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
67
67
"execa" : " 0.11.0"
68
68
},
69
69
"dependencies" : {
70
- "@commitlint/top-level" : " ^8.3.0 " ,
70
+ "@commitlint/top-level" : " ^8.3.2 " ,
71
71
"@marionebl/sander" : " ^0.6.0" ,
72
72
"babel-runtime" : " ^6.23.0" ,
73
73
"git-raw-commits" : " ^2.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/resolve-extends" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
- "@commitlint/parse" : " ^8.3.0 " ,
37
+ "@commitlint/parse" : " ^8.3.2 " ,
38
38
"@commitlint/utils" : " ^8.3.0" ,
39
39
"@types/lodash" : " 4.14.144" ,
40
40
"@types/resolve-from" : " 5.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/rules" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
56
56
},
57
57
"license" : " MIT" ,
58
58
"devDependencies" : {
59
- "@commitlint/parse" : " ^8.3.0 " ,
59
+ "@commitlint/parse" : " ^8.3.2 " ,
60
60
"@commitlint/test" : " 8.2.0" ,
61
61
"@commitlint/utils" : " ^8.3.0" ,
62
62
"ava" : " 0.22.0" ,
71
71
},
72
72
"dependencies" : {
73
73
"@commitlint/ensure" : " ^8.3.0" ,
74
- "@commitlint/message" : " ^8.3.0 " ,
75
- "@commitlint/to-lines" : " ^8.3.0 " ,
74
+ "@commitlint/message" : " ^8.3.2 " ,
75
+ "@commitlint/to-lines" : " ^8.3.2 " ,
76
76
"babel-runtime" : " ^6.23.0"
77
77
}
78
78
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/to-lines" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
34
34
},
35
35
"license" : " MIT" ,
36
36
"devDependencies" : {
37
- "@commitlint/parse" : " ^8.3.0 " ,
37
+ "@commitlint/parse" : " ^8.3.2 " ,
38
38
"@commitlint/utils" : " ^8.3.0"
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/top-level" ,
3
- "version" : " 8.3.0 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 8.3.1 " ,
3
+ "version" : " 8.3.2 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/"
65
65
"which" : " 2.0.1"
66
66
},
67
67
"dependencies" : {
68
- "@commitlint/cli" : " ^8.3.1 " ,
68
+ "@commitlint/cli" : " ^8.3.2 " ,
69
69
"babel-runtime" : " 6.26.0" ,
70
70
"execa" : " 0.11.0"
71
71
}
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 8.3.1 "
5
+ "version" : " 8.3.2 "
6
6
}
You can’t perform that action at this time.
0 commit comments