Skip to content

Commit 19a1862

Browse files
committed
v6.0.0
1 parent 0e4238c commit 19a1862

Some content is hidden

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

44 files changed

+437
-182
lines changed

@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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-lerna-scopes
13+
614
<a name="5.2.6"></a>
715
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
816

@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": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-lerna-scopes": "^5.2.6"
27+
"@commitlint/config-lerna-scopes": "^6.0.0"
2828
}
2929
}

@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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint-config-patternplate
13+
614
<a name="5.1.1"></a>
715
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
816

@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": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-patternplate": "^5.1.1"
27+
"@commitlint/config-patternplate": "^6.0.0"
2828
}
2929
}

@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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="5.2.6"></a>
715
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
816

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@commitlint/cli": "^5.2.6",
31+
"@commitlint/cli": "^6.0.0",
3232
"read-pkg": "3.0.0",
3333
"resolve-pkg": "1.0.0"
3434
}

@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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
### Bug Fixes
11+
12+
* correctly resolve parserOpts [#115](https://github.com/marionebl/commitlint/issues/115) [#95](https://github.com/marionebl/commitlint/issues/95) ([1353dd5](https://github.com/marionebl/commitlint/commit/1353dd5))
13+
14+
15+
16+
617
<a name="5.2.6"></a>
718
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
819

@commitlint/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"devDependencies": {
53-
"@commitlint/test": "^5.2.6",
53+
"@commitlint/test": "^6.0.0",
5454
"@commitlint/utils": "^5.1.1",
5555
"ava": "0.18.2",
5656
"babel-cli": "6.26.0",
@@ -69,7 +69,7 @@
6969
"xo": "0.18.2"
7070
},
7171
"dependencies": {
72-
"@commitlint/core": "^5.2.6",
72+
"@commitlint/core": "^6.0.0",
7373
"babel-polyfill": "6.26.0",
7474
"chalk": "2.3.0",
7575
"get-stdin": "5.0.1",

@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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-lerna-scopes
13+
614
<a name="5.2.6"></a>
715
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
816

@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": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"clean": "exit 0",
@@ -39,7 +39,7 @@
3939
"lerna": "2.5.1"
4040
},
4141
"devDependencies": {
42-
"@commitlint/test": "^5.2.6",
42+
"@commitlint/test": "^6.0.0",
4343
"ava": "0.22.0",
4444
"xo": "0.18.2"
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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-patternplate
13+
614
<a name="5.1.1"></a>
715
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
816

@commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"clean": "exit 0",

@commitlint/core/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
### Bug Fixes
11+
12+
* allow [0] shorthand ([84cf938](https://github.com/marionebl/commitlint/commit/84cf938))
13+
* correctly resolve parserOpts [#115](https://github.com/marionebl/commitlint/issues/115) [#95](https://github.com/marionebl/commitlint/issues/95) ([1353dd5](https://github.com/marionebl/commitlint/commit/1353dd5))
14+
15+
16+
### Styles
17+
18+
* validate rule configuration ([edf7187](https://github.com/marionebl/commitlint/commit/edf7187))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* Due to additional validation while reading
24+
commitlint config, previously ignored rule
25+
settings are now considered critical errors
26+
when starting the CLI. The new behaviour is
27+
designed to help developers find issues with
28+
their configuration quicker.
29+
30+
31+
32+
633
<a name="5.2.6"></a>
734
## [5.2.6](https://github.com/marionebl/commitlint/compare/v5.2.5...v5.2.6) (2017-12-21)
835

@commitlint/core/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,8 +55,8 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/parse": "^5.2.6",
59-
"@commitlint/test": "^5.2.6",
58+
"@commitlint/parse": "^6.0.0",
59+
"@commitlint/test": "^6.0.0",
6060
"@commitlint/utils": "^5.1.1",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",
@@ -72,12 +72,12 @@
7272
"xo": "0.18.2"
7373
},
7474
"dependencies": {
75-
"@commitlint/execute-rule": "5.2.6",
76-
"@commitlint/is-ignored": "5.2.6",
77-
"@commitlint/parse": "5.2.6",
78-
"@commitlint/resolve-extends": "5.2.6",
79-
"@commitlint/rules": "5.2.6",
80-
"@commitlint/top-level": "5.2.6",
75+
"@commitlint/execute-rule": "^6.0.0",
76+
"@commitlint/is-ignored": "^6.0.0",
77+
"@commitlint/parse": "^6.0.0",
78+
"@commitlint/resolve-extends": "^6.0.0",
79+
"@commitlint/rules": "^6.0.0",
80+
"@commitlint/top-level": "^6.0.0",
8181
"@marionebl/sander": "^0.6.0",
8282
"babel-runtime": "^6.23.0",
8383
"chalk": "^2.0.1",

@commitlint/ensure/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
### Bug Fixes
11+
12+
* sanitize ensure.case [#211](https://github.com/marionebl/commitlint/issues/211) ([#217](https://github.com/marionebl/commitlint/issues/217)) ([03aeefc](https://github.com/marionebl/commitlint/commit/03aeefc))

@commitlint/ensure/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/test": "^5.2.6",
58+
"@commitlint/test": "^6.0.0",
5959
"@commitlint/utils": "^5.1.1",
6060
"ava": "0.22.0",
6161
"babel-cli": "6.26.0",
@@ -72,7 +72,7 @@
7272
"lodash.camelcase": "4.3.0",
7373
"lodash.kebabcase": "4.1.1",
7474
"lodash.snakecase": "4.1.1",
75-
"lodash.upperfirst": "4.3.1",
76-
"lodash.startcase": "4.4.0"
75+
"lodash.startcase": "4.4.0",
76+
"lodash.upperfirst": "4.3.1"
7777
}
7878
}

@commitlint/execute-rule/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/execute-rule

@commitlint/execute-rule/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/execute-rule",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,8 +55,8 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/parse": "^5.2.6",
59-
"@commitlint/test": "^5.2.6",
58+
"@commitlint/parse": "^6.0.0",
59+
"@commitlint/test": "^6.0.0",
6060
"@commitlint/utils": "^5.1.1",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",

@commitlint/is-ignored/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
### Bug Fixes
11+
12+
* ignore branch merges with newlines ([#214](https://github.com/marionebl/commitlint/issues/214)) ([c94c4dc](https://github.com/marionebl/commitlint/commit/c94c4dc))

@commitlint/is-ignored/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/is-ignored",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,8 +55,8 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/parse": "^5.2.6",
59-
"@commitlint/test": "^5.2.6",
58+
"@commitlint/parse": "^6.0.0",
59+
"@commitlint/test": "^6.0.0",
6060
"@commitlint/utils": "^5.1.1",
6161
"ava": "0.22.0",
6262
"babel-cli": "6.26.0",

@commitlint/message/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="6.0.0"></a>
7+
# [6.0.0](https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0) (2018-01-09)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/message

@commitlint/message/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/message",
3-
"version": "5.2.6",
3+
"version": "6.0.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {
@@ -55,7 +55,7 @@
5555
},
5656
"license": "MIT",
5757
"devDependencies": {
58-
"@commitlint/test": "^5.2.6",
58+
"@commitlint/test": "^6.0.0",
5959
"@commitlint/utils": "^5.1.1",
6060
"ava": "0.22.0",
6161
"babel-cli": "6.26.0",

0 commit comments

Comments
 (0)