File tree 26 files changed +134
-24
lines changed
commitlint-config-angular
commitlint-config-patternplate
26 files changed +134
-24
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package commitlint-config-angular
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-angular" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^16.2.1 "
33
+ "@commitlint/config-angular" : " ^16.2.3 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^16.2.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package commitlint-config-patternplate
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-patternplate" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-patternplate" : " ^16.2.1 "
33
+ "@commitlint/config-patternplate" : " ^16.2.3 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^16.2.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package commitlint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
35
35
},
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
- "@commitlint/cli" : " ^16.2.1 " ,
38
+ "@commitlint/cli" : " ^16.2.3 " ,
39
39
"@commitlint/types" : " ^16.2.1"
40
40
},
41
41
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
47
47
"dependencies" : {
48
48
"@commitlint/format" : " ^16.2.1" ,
49
49
"@commitlint/lint" : " ^16.2.1" ,
50
- "@commitlint/load" : " ^16.2.1 " ,
50
+ "@commitlint/load" : " ^16.2.3 " ,
51
51
"@commitlint/read" : " ^16.2.1" ,
52
52
"@commitlint/types" : " ^16.2.1" ,
53
53
"lodash" : " ^4.17.19" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-angular
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-angular" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-patternplate
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-patternplate" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v12"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^16.2.1 " ,
33
+ "@commitlint/config-angular" : " ^16.2.3 " ,
34
34
"globby" : " ^11.0.0" ,
35
35
"lodash" : " ^4.17.19"
36
36
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/core.js" ,
6
6
"types" : " lib/core.d.ts" ,
37
37
"dependencies" : {
38
38
"@commitlint/format" : " ^16.2.1" ,
39
39
"@commitlint/lint" : " ^16.2.1" ,
40
- "@commitlint/load" : " ^16.2.1 " ,
40
+ "@commitlint/load" : " ^16.2.3 " ,
41
41
"@commitlint/read" : " ^16.2.1"
42
42
},
43
43
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/cz-commitlint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cz-commitlint" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Commitizen adapter using the commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
38
38
},
39
39
"dependencies" : {
40
40
"@commitlint/ensure" : " ^16.2.1" ,
41
- "@commitlint/load" : " ^16.2.1 " ,
41
+ "@commitlint/load" : " ^16.2.3 " ,
42
42
"@commitlint/types" : " ^16.2.1" ,
43
43
"chalk" : " ^4.1.0" ,
44
44
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/load
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/load.js" ,
6
6
"types" : " lib/load.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/prompt-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
36
36
"@commitlint/utils" : " ^16.2.1"
37
37
},
38
38
"dependencies" : {
39
- "@commitlint/prompt" : " ^16.2.1 " ,
39
+ "@commitlint/prompt" : " ^16.2.3 " ,
40
40
"execa" : " ^5.0.0" ,
41
41
"inquirer" : " ^6.5.2"
42
42
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/prompt
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
37
37
"node" : " >=v12"
38
38
},
39
39
"devDependencies" : {
40
- "@commitlint/config-angular" : " ^16.2.1 " ,
40
+ "@commitlint/config-angular" : " ^16.2.3 " ,
41
41
"@commitlint/types" : " ^14.0.0" ,
42
42
"@commitlint/utils" : " ^16.2.1" ,
43
43
"@types/inquirer" : " ^6.5.0" ,
46
46
},
47
47
"dependencies" : {
48
48
"@commitlint/ensure" : " ^16.2.1" ,
49
- "@commitlint/load" : " ^16.2.1 " ,
49
+ "@commitlint/load" : " ^16.2.3 " ,
50
50
"@commitlint/types" : " ^16.2.1" ,
51
51
"chalk" : " ^4.0.0" ,
52
52
"inquirer" : " ^6.5.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 16.2.1] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1 ) (2022-02-13)
7
15
8
16
** Note:** Version bump only for package @commitlint/travis-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 16.2.1 " ,
3
+ "version" : " 16.2.3 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/" ,
40
40
"@commitlint/utils" : " ^16.2.1"
41
41
},
42
42
"dependencies" : {
43
- "@commitlint/cli" : " ^16.2.1 " ,
43
+ "@commitlint/cli" : " ^16.2.3 " ,
44
44
"execa" : " ^5.0.0"
45
45
},
46
46
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 16.2.3] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3 ) (2022-03-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependency @types/fs-extra to v9.0.13 ([ #3054 ] ( https://github.com/conventional-changelog/commitlint/issues/3054 ) ) ([ 4c7dd7c] ( https://github.com/conventional-changelog/commitlint/commit/4c7dd7c32f89f3187f9f655c8170d35b6be8f90a ) )
12
+ * update dependency cosmiconfig-typescript-loader to v1.0.6 ([ #3059 ] ( https://github.com/conventional-changelog/commitlint/issues/3059 ) ) ([ 256e194] ( https://github.com/conventional-changelog/commitlint/commit/256e194cbe8ed773ed9d966fa06f9531a6bc4d37 ) )
13
+ * update dependency fs-extra to v10.0.1 ([ #3041 ] ( https://github.com/conventional-changelog/commitlint/issues/3041 ) ) ([ 1236c83] ( https://github.com/conventional-changelog/commitlint/commit/1236c8388bb9b684cdfe41577b90cc5eaa852a47 ) )
14
+ * update dependency git-raw-commits to v2.0.11 ([ #3055 ] ( https://github.com/conventional-changelog/commitlint/issues/3055 ) ) ([ d5089f1] ( https://github.com/conventional-changelog/commitlint/commit/d5089f1ce211592bc9315c03ad79183f142b7f1b ) )
15
+
16
+
17
+
18
+
19
+
6
20
## [ 16.2.2] ( https://github.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.2 ) (2022-02-14)
7
21
8
22
** Note:** Version bump only for package @commitlint/root
You can’t perform that action at this time.
0 commit comments