File tree 32 files changed +164
-32
lines changed
commitlint-config-angular
commitlint-config-patternplate
32 files changed +164
-32
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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
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" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v18"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^18.4.0 "
33
+ "@commitlint/config-angular" : " ^18.4.2 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
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" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v18"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-patternplate" : " ^18.4.0 "
33
+ "@commitlint/config-patternplate" : " ^18.4.2 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
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.4.1 " ,
3
+ "version" : " 18.4.2 " ,
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.4.1 " ,
38
+ "@commitlint/cli" : " ^18.4.2 " ,
39
39
"@commitlint/types" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
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.4.1 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
48
48
},
49
49
"dependencies" : {
50
50
"@commitlint/format" : " ^18.4.0" ,
51
- "@commitlint/lint" : " ^18.4.0 " ,
52
- "@commitlint/load" : " ^18.4.1 " ,
51
+ "@commitlint/lint" : " ^18.4.2 " ,
52
+ "@commitlint/load" : " ^18.4.2 " ,
53
53
"@commitlint/read" : " ^18.4.0" ,
54
54
"@commitlint/types" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
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" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v18"
31
31
},
32
32
"devDependencies" : {
33
- "@commitlint/lint" : " ^18.4.0 " ,
33
+ "@commitlint/lint" : " ^18.4.2 " ,
34
34
"@commitlint/utils" : " ^18.4.0"
35
35
},
36
36
"dependencies" : {
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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-conventional
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
7
15
8
16
** Note:** Version bump only for package @commitlint/config-conventional
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-conventional" ,
3
- "version" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
33
33
"node" : " >=v18"
34
34
},
35
35
"devDependencies" : {
36
- "@commitlint/lint" : " ^18.4.0 " ,
36
+ "@commitlint/lint" : " ^18.4.2 " ,
37
37
"@commitlint/utils" : " ^18.4.0"
38
38
},
39
39
"dependencies" : {
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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
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" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v18"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^18.4.0 " ,
33
+ "@commitlint/config-angular" : " ^18.4.2 " ,
34
34
"glob" : " ^8.0.3" ,
35
35
"lodash.merge" : " ^4.6.2"
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
+ ## [ 18.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
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.4.1 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/core.js" ,
6
6
"types" : " lib/core.d.ts" ,
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"@commitlint/format" : " ^18.4.0" ,
39
- "@commitlint/lint" : " ^18.4.0 " ,
40
- "@commitlint/load" : " ^18.4.1 " ,
39
+ "@commitlint/lint" : " ^18.4.2 " ,
40
+ "@commitlint/load" : " ^18.4.2 " ,
41
41
"@commitlint/read" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cz-commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
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.4.1 " ,
3
+ "version" : " 18.4.2 " ,
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.4.0" ,
41
- "@commitlint/load" : " ^18.4.1 " ,
41
+ "@commitlint/load" : " ^18.4.2 " ,
42
42
"@commitlint/types" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/is-ignored
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
7
15
8
16
** Note:** Version bump only for package @commitlint/is-ignored
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/is-ignored" ,
3
- "version" : " 18.4.0 " ,
3
+ "version" : " 18.4.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 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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
# [ 18.4.0] ( https://github.com/conventional-changelog/commitlint/compare/v18.3.0...v18.4.0 ) (2023-11-10)
7
15
8
16
** Note:** Version bump only for package @commitlint/lint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 18.4.0 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/lint.js" ,
6
6
"types" : " lib/lint.d.ts" ,
39
39
"@commitlint/utils" : " ^18.4.0"
40
40
},
41
41
"dependencies" : {
42
- "@commitlint/is-ignored" : " ^18.4.0 " ,
42
+ "@commitlint/is-ignored" : " ^18.4.2 " ,
43
43
"@commitlint/parse" : " ^18.4.0" ,
44
44
"@commitlint/rules" : " ^18.4.0" ,
45
45
"@commitlint/types" : " ^18.4.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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/load
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 18.4.1 " ,
3
+ "version" : " 18.4.2 " ,
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.4.2] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.1...v18.4.2 ) (2023-11-16)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 18.4.1] ( https://github.com/conventional-changelog/commitlint/compare/v18.4.0...v18.4.1 ) (2023-11-12)
7
15
8
16
** Note:** Version bump only for package @commitlint/prompt-cli
You can’t perform that action at this time.
0 commit comments