Skip to content

Commit a2fab85

Browse files
committed
v17.2.0
1 parent f529a3f commit a2fab85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+288
-65
lines changed

Diff for: @alias/commitlint-config-angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [17.1.0](https://github.com/conventional-changelog/commitlint/compare/v17.0.3...v17.1.0) (2022-08-27)
715

816
**Note:** Version bump only for package commitlint-config-angular

Diff for: @alias/commitlint-config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.1.0"
33+
"@commitlint/config-angular": "^17.2.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.0.0"

Diff for: @alias/commitlint-config-lerna-scopes/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
## [17.0.2](https://github.com/conventional-changelog/commitlint/compare/v17.0.1...v17.0.2) (2022-06-01)
715

816
**Note:** Version bump only for package commitlint-config-lerna-scopes

Diff for: @alias/commitlint-config-lerna-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "17.0.2",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-lerna-scopes": "^17.0.2"
33+
"@commitlint/config-lerna-scopes": "^17.2.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.0.0"

Diff for: @alias/commitlint-config-nx-scopes/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package commitlint-config-nx-scopes
9+
10+
11+
12+
13+
614
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
715

816

Diff for: @alias/commitlint-config-nx-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-nx-scopes",
3-
"version": "17.0.0",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^17.0.0"
33+
"@commitlint/config-nx-scopes": "^17.2.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.0.0"

Diff for: @alias/commitlint-config-patternplate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [17.1.0](https://github.com/conventional-changelog/commitlint/compare/v17.0.3...v17.1.0) (2022-08-27)
715

816
**Note:** Version bump only for package commitlint-config-patternplate

Diff for: @alias/commitlint-config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^17.1.0"
33+
"@commitlint/config-patternplate": "^17.2.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^17.0.0"

Diff for: @alias/commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
715

816
**Note:** Version bump only for package commitlint

Diff for: @alias/commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "17.1.2",
3+
"version": "17.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,11 +35,11 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^17.1.2",
38+
"@commitlint/cli": "^17.2.0",
3939
"@commitlint/types": "^17.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/test": "^17.0.0",
42+
"@commitlint/test": "^17.2.0",
4343
"@commitlint/utils": "^17.0.0",
4444
"execa": "^5.0.0"
4545
},

Diff for: @commitlint/cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
9+
### Features
10+
11+
* **cli:** add strict mode ([#3384](https://github.com/conventional-changelog/commitlint/issues/3384)) ([#3385](https://github.com/conventional-changelog/commitlint/issues/3385)) ([fdff2be](https://github.com/conventional-changelog/commitlint/commit/fdff2bee2d688698555de1cab904d0f5038075b1))
12+
13+
14+
15+
16+
617
## [17.1.2](https://github.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29)
718

819
**Note:** Version bump only for package @commitlint/cli

Diff for: @commitlint/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "17.1.2",
3+
"version": "17.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -37,17 +37,17 @@
3737
},
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@commitlint/test": "^17.0.0",
40+
"@commitlint/test": "^17.2.0",
4141
"@commitlint/utils": "^17.0.0",
4242
"@types/node": "^14.0.0",
4343
"@types/yargs": "^17.0.0",
4444
"fs-extra": "^10.0.0"
4545
},
4646
"dependencies": {
4747
"@commitlint/format": "^17.0.0",
48-
"@commitlint/lint": "^17.1.0",
49-
"@commitlint/load": "^17.1.2",
50-
"@commitlint/read": "^17.1.0",
48+
"@commitlint/lint": "^17.2.0",
49+
"@commitlint/load": "^17.2.0",
50+
"@commitlint/read": "^17.2.0",
5151
"@commitlint/types": "^17.0.0",
5252
"execa": "^5.0.0",
5353
"lodash": "^4.17.19",

Diff for: @commitlint/config-angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [17.1.0](https://github.com/conventional-changelog/commitlint/compare/v17.0.3...v17.1.0) (2022-08-27)
715

816
**Note:** Version bump only for package @commitlint/config-angular

Diff for: @commitlint/config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"devDependencies": {
33-
"@commitlint/lint": "^17.1.0",
33+
"@commitlint/lint": "^17.2.0",
3434
"@commitlint/utils": "^17.0.0"
3535
},
3636
"dependencies": {

Diff for: @commitlint/config-conventional/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
# [17.1.0](https://github.com/conventional-changelog/commitlint/compare/v17.0.3...v17.1.0) (2022-08-27)
715

816
**Note:** Version bump only for package @commitlint/config-conventional

Diff for: @commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -33,7 +33,7 @@
3333
"node": ">=v14"
3434
},
3535
"devDependencies": {
36-
"@commitlint/lint": "^17.1.0",
36+
"@commitlint/lint": "^17.2.0",
3737
"@commitlint/utils": "^17.0.0"
3838
},
3939
"dependencies": {

Diff for: @commitlint/config-lerna-scopes/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package @commitlint/config-lerna-scopes
9+
10+
11+
12+
13+
614
## [17.0.2](https://github.com/conventional-changelog/commitlint/compare/v17.0.1...v17.0.2) (2022-06-01)
715

816
**Note:** Version bump only for package @commitlint/config-lerna-scopes

Diff for: @commitlint/config-lerna-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "17.0.2",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"
@@ -44,7 +44,7 @@
4444
"semver": "7.3.7"
4545
},
4646
"devDependencies": {
47-
"@commitlint/test": "^17.0.0",
47+
"@commitlint/test": "^17.2.0",
4848
"@commitlint/utils": "^17.0.0"
4949
},
5050
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

Diff for: @commitlint/config-nx-scopes/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
9+
### Features
10+
11+
* **config-nx-scopes:** add nx version ^15.0.0 as peerDependency ([#3416](https://github.com/conventional-changelog/commitlint/issues/3416)) ([f529a3f](https://github.com/conventional-changelog/commitlint/commit/f529a3f58e03d633bbd3949d397a38d9c993579b))
12+
13+
14+
15+
16+
617
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
718

819

Diff for: @commitlint/config-nx-scopes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-nx-scopes",
3-
"version": "17.0.0",
3+
"version": "17.2.0",
44
"description": "Shareable commitlint config enforcing nx project and workspace names as scopes",
55
"files": [
66
"index.js"
@@ -38,7 +38,7 @@
3838
"node": ">=v14"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^17.0.0",
41+
"@commitlint/test": "^17.2.0",
4242
"@commitlint/utils": "^17.0.0",
4343
"nx": "^14.0.0"
4444
},

Diff for: @commitlint/config-patternplate/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
# [17.1.0](https://github.com/conventional-changelog/commitlint/compare/v17.0.3...v17.1.0) (2022-08-27)
715

816
**Note:** Version bump only for package @commitlint/config-patternplate

Diff for: @commitlint/config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "17.1.0",
3+
"version": "17.2.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.1.0",
33+
"@commitlint/config-angular": "^17.2.0",
3434
"globby": "^11.0.0",
3535
"lodash": "^4.17.19"
3636
},

Diff for: @commitlint/config-rush-scopes/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.2.0](https://github.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) (2022-10-31)
7+
8+
**Note:** Version bump only for package @commitlint/config-rush-scopes
9+
10+
11+
12+
13+
614
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
715

816

0 commit comments

Comments
 (0)