File tree 32 files changed +169
-29
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate
32 files changed +169
-29
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^17.6.1 "
33
+ "@commitlint/config-angular" : " ^17.6.3 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^17.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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-lerna-scopes
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.2] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.1...v17.6.2 ) (2023-05-03)
7
15
8
16
** Note:** Version bump only for package commitlint-config-lerna-scopes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint-config-lerna-scopes" ,
3
- "version" : " 17.6.2 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package names as scopes" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-lerna-scopes" : " ^17.6.2 "
33
+ "@commitlint/config-lerna-scopes" : " ^17.6.3 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^17.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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package commitlint-config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-patternplate" : " ^17.6.1 "
33
+ "@commitlint/config-patternplate" : " ^17.6.3 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/utils" : " ^17.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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.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" : " ^17.6.1 " ,
38
+ "@commitlint/cli" : " ^17.6.3 " ,
39
39
"@commitlint/types" : " ^17.4.4"
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
48
48
},
49
49
"dependencies" : {
50
50
"@commitlint/format" : " ^17.4.4" ,
51
- "@commitlint/lint" : " ^17.6.1 " ,
51
+ "@commitlint/lint" : " ^17.6.3 " ,
52
52
"@commitlint/load" : " ^17.5.0" ,
53
53
"@commitlint/read" : " ^17.5.1" ,
54
54
"@commitlint/types" : " ^17.4.4" ,
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-angular
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"devDependencies" : {
33
- "@commitlint/lint" : " ^17.6.1 " ,
33
+ "@commitlint/lint" : " ^17.6.3 " ,
34
34
"@commitlint/utils" : " ^17.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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-conventional
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Shareable commitlint config enforcing conventional commits" ,
5
5
"files" : [
6
6
" index.js"
33
33
"node" : " >=v14"
34
34
},
35
35
"devDependencies" : {
36
- "@commitlint/lint" : " ^17.6.1 " ,
36
+ "@commitlint/lint" : " ^17.6.3 " ,
37
37
"@commitlint/utils" : " ^17.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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** config-lerna-scopes:** add missing dependency ([ #3607 ] ( https://github.com/conventional-changelog/commitlint/issues/3607 ) ) ([ 2fff094] ( https://github.com/conventional-changelog/commitlint/commit/2fff0943899161b2159a4acddc9237c6ab60c7a5 ) )
12
+ * update dependency semver to v7.5.0 ([ #3604 ] ( https://github.com/conventional-changelog/commitlint/issues/3604 ) ) ([ 01e35e0] ( https://github.com/conventional-changelog/commitlint/commit/01e35e06cf9123a0c367e0d0ac79988ec4334e6a ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 17.6.2] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.1...v17.6.2 ) (2023-05-03)
7
19
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/config-lerna-scopes" ,
3
- "version" : " 17.6.2 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Shareable commitlint config enforcing lerna package and workspace names as scopes" ,
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/config-patternplate
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
4
4
"description" : " Lint your commits, patternplate-style" ,
5
5
"files" : [
6
6
" index.js"
30
30
"node" : " >=v14"
31
31
},
32
32
"dependencies" : {
33
- "@commitlint/config-angular" : " ^17.6.1 " ,
33
+ "@commitlint/config-angular" : " ^17.6.3 " ,
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
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" : " ^17.4.4" ,
39
- "@commitlint/lint" : " ^17.6.1 " ,
39
+ "@commitlint/lint" : " ^17.6.3 " ,
40
40
"@commitlint/load" : " ^17.5.0" ,
41
41
"@commitlint/read" : " ^17.5.1"
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update dependency semver to v7.5.0 ([ #3604 ] ( https://github.com/conventional-changelog/commitlint/issues/3604 ) ) ([ 01e35e0] ( https://github.com/conventional-changelog/commitlint/commit/01e35e06cf9123a0c367e0d0ac79988ec4334e6a ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 17.4.4] ( https://github.com/conventional-changelog/commitlint/compare/v17.4.3...v17.4.4 ) (2023-02-17)
7
18
8
19
** 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" : " 17.4.4 " ,
3
+ "version" : " 17.6.3 " ,
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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" : " 17.6.1 " ,
3
+ "version" : " 17.6.3 " ,
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" : " ^17.4.0"
40
40
},
41
41
"dependencies" : {
42
- "@commitlint/is-ignored" : " ^17.4.4 " ,
42
+ "@commitlint/is-ignored" : " ^17.6.3 " ,
43
43
"@commitlint/parse" : " ^17.4.4" ,
44
44
"@commitlint/rules" : " ^17.6.1" ,
45
45
"@commitlint/types" : " ^17.4.4"
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
+ ## [ 17.6.3] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.2...v17.6.3 ) (2023-05-04)
7
+
8
+ ** Note:** Version bump only for package @commitlint/prompt-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 17.6.1] ( https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1 ) (2023-04-14)
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