Skip to content

Commit 4d572d4

Browse files
committed
Merge branch 'master' into feat/validate-configs
2 parents 5b5285b + 66f3670 commit 4d572d4

Some content is hidden

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

68 files changed

+597
-382
lines changed

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@alias/commitlint-config-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^11.0.0"
32+
"@commitlint/config-angular": "^12.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^11.0.0"
35+
"@commitlint/utils": "^12.0.0"
3636
},
37-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
37+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package commitlint-config-lerna-scopes
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@alias/commitlint-config-lerna-scopes/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^11.0.0"
32+
"@commitlint/config-lerna-scopes": "^12.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^11.0.0"
35+
"@commitlint/utils": "^12.0.0"
3636
},
37-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
37+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@alias/commitlint-config-patternplate/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-patternplate": "^11.0.0"
32+
"@commitlint/config-patternplate": "^12.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^11.0.0"
35+
"@commitlint/utils": "^12.0.0"
3636
},
37-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
37+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@alias/commitlint/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,13 +34,13 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^11.0.0",
38-
"@commitlint/types": "^11.0.0"
37+
"@commitlint/cli": "^12.0.0",
38+
"@commitlint/types": "^12.0.0"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^11.0.0",
42-
"@commitlint/utils": "^11.0.0",
41+
"@commitlint/test": "^12.0.0",
42+
"@commitlint/utils": "^12.0.0",
4343
"execa": "^5.0.0"
4444
},
45-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
45+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4646
}

@commitlint/cli/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency execa to v5 ([#2341](https://github.com/conventional-changelog/commitlint/issues/2341)) ([f349df9](https://github.com/conventional-changelog/commitlint/commit/f349df90f08096a9bcad46b5e55b411aac327a24))
12+
* update dependency yargs to v16 ([204f36d](https://github.com/conventional-changelog/commitlint/commit/204f36d0a522afaf3a88739b401aea15ffa0b891))
13+
14+
15+
### Features
16+
17+
* **cli:** implement print-config cli flag ([#2391](https://github.com/conventional-changelog/commitlint/issues/2391)) ([8626883](https://github.com/conventional-changelog/commitlint/commit/86268833946dea9dcf1c15459456cd4427d17835))
18+
* **load:** allow specifying helpUrl via config ([#2180](https://github.com/conventional-changelog/commitlint/issues/2180)) ([d6795a3](https://github.com/conventional-changelog/commitlint/commit/d6795a3c4633ba6efd7a0fcff48339dc291cd832))
19+
20+
21+
22+
23+
624
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
725

826

@commitlint/cli/package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -36,22 +36,23 @@
3636
},
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@commitlint/test": "^11.0.0",
40-
"@commitlint/utils": "^11.0.0",
39+
"@commitlint/test": "^12.0.0",
40+
"@commitlint/utils": "^12.0.0",
4141
"@types/yargs": "^15.0.5",
4242
"execa": "^5.0.0",
4343
"fs-extra": "^9.0.0"
4444
},
4545
"dependencies": {
46-
"@commitlint/format": "^11.0.0",
47-
"@commitlint/lint": "^11.0.0",
48-
"@commitlint/load": "^11.0.0",
49-
"@commitlint/read": "^11.0.0",
50-
"@commitlint/types": "^11.0.0",
46+
"@commitlint/format": "^12.0.0",
47+
"@commitlint/lint": "^12.0.0",
48+
"@commitlint/load": "^12.0.0",
49+
"@commitlint/read": "^12.0.0",
50+
"@commitlint/types": "^12.0.0",
5151
"get-stdin": "8.0.0",
5252
"lodash": "^4.17.19",
5353
"resolve-from": "5.0.0",
5454
"resolve-global": "1.0.0",
5555
"yargs": "^16.0.0"
56-
}
56+
},
57+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
5758
}

@commitlint/cli/src/cli.test.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,10 @@ test('should work with relative formatter path', async () => {
438438
test('should print help', async () => {
439439
const cwd = await gitBootstrap('fixtures/default');
440440
const actual = await cli(['--help'], {cwd})();
441-
expect(actual.stdout).toMatchInlineSnapshot(`
442-
"@commitlint/[email protected] - Lint your commit messages
441+
const version = require('../package.json').version;
442+
const stdout = actual.stdout.replace(`@${version}`, '@dev');
443+
expect(stdout).toMatchInlineSnapshot(`
444+
"@commitlint/cli@dev - Lint your commit messages
443445
444446
[input] reads from stdin if --edit, --env, --from and --to are omitted
445447

@commitlint/config-angular-type-enum/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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular-type-enum
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@commitlint/config-angular-type-enum/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention types",
55
"files": [
66
"index.js"
@@ -29,7 +29,7 @@
2929
"node": ">=v10"
3030
},
3131
"devDependencies": {
32-
"@commitlint/utils": "^11.0.0"
32+
"@commitlint/utils": "^12.0.0"
3333
},
34-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
34+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3535
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@commitlint/config-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"devDependencies": {
32-
"@commitlint/utils": "^11.0.0"
32+
"@commitlint/utils": "^12.0.0"
3333
},
3434
"dependencies": {
35-
"@commitlint/config-angular-type-enum": "^11.0.0"
35+
"@commitlint/config-angular-type-enum": "^12.0.0"
3636
},
37-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
37+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

@commitlint/config-conventional/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -32,11 +32,11 @@
3232
"node": ">=v10"
3333
},
3434
"devDependencies": {
35-
"@commitlint/lint": "^11.0.0",
36-
"@commitlint/utils": "^11.0.0"
35+
"@commitlint/lint": "^12.0.0",
36+
"@commitlint/utils": "^12.0.0"
3737
},
3838
"dependencies": {
3939
"conventional-changelog-conventionalcommits": "^4.3.1"
4040
},
41-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
41+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4242
}

@commitlint/config-lerna-scopes/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency semver to v7.3.4 ([#2336](https://github.com/conventional-changelog/commitlint/issues/2336)) ([790b61a](https://github.com/conventional-changelog/commitlint/commit/790b61afa668d0eab80bbe49db58d3d5d29bb16e))
12+
13+
14+
### Features
15+
16+
* **config-lerna-scopes:** support yarn workspaces ([#2149](https://github.com/conventional-changelog/commitlint/issues/2149)) ([b244246](https://github.com/conventional-changelog/commitlint/commit/b2442469afe3b11c20b0101be7656ced43fab366))
17+
18+
19+
20+
21+
622
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
723

824

@commitlint/config-lerna-scopes/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
55
"files": [
66
"index.js"
@@ -38,8 +38,8 @@
3838
"semver": "7.3.4"
3939
},
4040
"devDependencies": {
41-
"@commitlint/test": "^11.0.0",
42-
"@commitlint/utils": "^11.0.0"
41+
"@commitlint/test": "^12.0.0",
42+
"@commitlint/utils": "^12.0.0"
4343
},
44-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
44+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4545
}

@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+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

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

0 commit comments

Comments
 (0)