File tree 18 files changed +94
-16
lines changed
18 files changed +94
-16
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
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" : " ^18.1 .0" ,
38
+ "@commitlint/cli" : " ^18.2 .0" ,
39
39
"@commitlint/types" : " ^18.1.0"
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
49
49
"dependencies" : {
50
50
"@commitlint/format" : " ^18.1.0" ,
51
51
"@commitlint/lint" : " ^18.1.0" ,
52
- "@commitlint/load" : " ^18.1 .0" ,
52
+ "@commitlint/load" : " ^18.2 .0" ,
53
53
"@commitlint/read" : " ^18.1.0" ,
54
54
"@commitlint/types" : " ^18.1.0" ,
55
55
"execa" : " ^5.0.0" ,
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
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" : " ^18.1.0" ,
39
39
"@commitlint/lint" : " ^18.1.0" ,
40
- "@commitlint/load" : " ^18.1 .0" ,
40
+ "@commitlint/load" : " ^18.2 .0" ,
41
41
"@commitlint/read" : " ^18.1.0"
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
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" : " ^18.1.0" ,
41
- "@commitlint/load" : " ^18.1 .0" ,
41
+ "@commitlint/load" : " ^18.2 .0" ,
42
42
"@commitlint/types" : " ^18.1.0" ,
43
43
"chalk" : " ^4.1.0" ,
44
44
"lodash.isplainobject" : " ^4.0.6" ,
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** load:** use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @commitlint/load ([ #3722 ] ( https://github.com/conventional-changelog/commitlint/issues/3722 ) ) ([ 1ff49ea] ( https://github.com/conventional-changelog/commitlint/commit/1ff49ea14adb180eb54ec3d7479990b66ba26720 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
7
18
8
19
** Note:** Version bump only for package @commitlint/load
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
36
36
"@commitlint/utils" : " ^18.1.0"
37
37
},
38
38
"dependencies" : {
39
- "@commitlint/prompt" : " ^18.1 .0" ,
39
+ "@commitlint/prompt" : " ^18.2 .0" ,
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
46
46
},
47
47
"dependencies" : {
48
48
"@commitlint/ensure" : " ^18.1.0" ,
49
- "@commitlint/load" : " ^18.1 .0" ,
49
+ "@commitlint/load" : " ^18.2 .0" ,
50
50
"@commitlint/types" : " ^18.1.0" ,
51
51
"chalk" : " ^4.1.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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
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" : " 18.1 .0" ,
3
+ "version" : " 18.2 .0" ,
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" : " ^18.1.0"
41
41
},
42
42
"dependencies" : {
43
- "@commitlint/cli" : " ^18.1 .0" ,
43
+ "@commitlint/cli" : " ^18.2 .0" ,
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
+ # [ 18.2.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.1.0...v18.2.0 ) (2023-10-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** load:** use cosmiconfig-typescript-loader v5 to remove ts-node dependency for @commitlint/load ([ #3722 ] ( https://github.com/conventional-changelog/commitlint/issues/3722 ) ) ([ 1ff49ea] ( https://github.com/conventional-changelog/commitlint/commit/1ff49ea14adb180eb54ec3d7479990b66ba26720 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 18.1.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.0.0...v18.1.0 ) (2023-10-25)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"lerna" : " 4" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 18.1 .0"
5
+ "version" : " 18.2 .0"
6
6
}
You can’t perform that action at this time.
0 commit comments