Skip to content

Commit 3982e5a

Browse files
committed
v10.0.0
1 parent 0a70592 commit 3982e5a

Some content is hidden

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

66 files changed

+897
-112
lines changed

@alias/commitlint-config-angular/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

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

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

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "9.1.2",
3+
"version": "10.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.22.0"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-lerna-scopes": "^9.1.2"
32+
"@commitlint/config-lerna-scopes": "^10.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^9.1.2"
35+
"@commitlint/utils": "^10.0.0"
3636
},
3737
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
3838
}

@alias/commitlint-config-patternplate/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

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

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

@alias/commitlint/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

@alias/commitlint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "9.1.2",
3+
"version": "10.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,11 +34,11 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^9.1.2"
37+
"@commitlint/cli": "^10.0.0"
3838
},
3939
"devDependencies": {
40-
"@commitlint/test": "^9.1.2",
41-
"@commitlint/utils": "^9.1.2"
40+
"@commitlint/test": "^10.0.0",
41+
"@commitlint/utils": "^10.0.0"
4242
},
4343
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
4444
}

@commitlint/cli/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency execa to v4 ([#1936](https://github.com/conventional-changelog/commitlint/issues/1936)) ([8efb441](https://github.com/conventional-changelog/commitlint/commit/8efb44193058d286f7325327a6d33936b273ec91))
12+
* update dependency fs-extra to v9 ([#1018](https://github.com/conventional-changelog/commitlint/issues/1018)) ([2df49fa](https://github.com/conventional-changelog/commitlint/commit/2df49fac907993ae78199a1012e918b0e2ff5621))
13+
* update dependency get-stdin to v8 ([#1938](https://github.com/conventional-changelog/commitlint/issues/1938)) ([f94a5c8](https://github.com/conventional-changelog/commitlint/commit/f94a5c82861523aa1cf407ffe062f99ecbbfb4e4))
14+
15+
16+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
17+
18+
19+
### BREAKING CHANGES
20+
21+
* remove node 8 from circle-ci checks
22+
23+
also remove node 13 because we do not support experimental versions
24+
25+
* docs: update node v10 to latest LTS 10 version
26+
27+
Co-authored-by: Cedric van Putten <[email protected]>
28+
29+
Co-authored-by: Cedric van Putten <[email protected]>
30+
31+
32+
33+
34+
635
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
736

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

@commitlint/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "9.1.2",
3+
"version": "10.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -38,20 +38,20 @@
3838
"devDependencies": {
3939
"@babel/cli": "^7.7.7",
4040
"@babel/core": "^7.7.7",
41-
"@commitlint/test": "^9.1.2",
42-
"@commitlint/utils": "^9.1.2",
41+
"@commitlint/test": "^10.0.0",
42+
"@commitlint/utils": "^10.0.0",
4343
"@types/yargs": "^15.0.3",
44-
"babel-preset-commitlint": "^9.1.2",
44+
"babel-preset-commitlint": "^10.0.0",
4545
"cross-env": "7.0.2",
4646
"execa": "^4.0.0",
4747
"fs-extra": "^9.0.0"
4848
},
4949
"dependencies": {
5050
"@babel/runtime": "^7.9.6",
51-
"@commitlint/format": "^9.1.2",
52-
"@commitlint/lint": "^9.1.2",
53-
"@commitlint/load": "^9.1.2",
54-
"@commitlint/read": "^9.1.2",
51+
"@commitlint/format": "^10.0.0",
52+
"@commitlint/lint": "^10.0.0",
53+
"@commitlint/load": "^10.0.0",
54+
"@commitlint/read": "^10.0.0",
5555
"chalk": "4.1.0",
5656
"core-js": "^3.6.1",
5757
"get-stdin": "8.0.0",

@commitlint/config-angular-type-enum/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular-type-enum",
3-
"version": "9.1.2",
3+
"version": "10.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.22.0"
3030
},
3131
"devDependencies": {
32-
"@commitlint/utils": "^9.1.2"
32+
"@commitlint/utils": "^10.0.0"
3333
},
3434
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
3535
}

@commitlint/config-angular/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
7+
8+
9+
* refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove node 8 from circle-ci checks
15+
16+
also remove node 13 because we do not support experimental versions
17+
18+
* docs: update node v10 to latest LTS 10 version
19+
20+
Co-authored-by: Cedric van Putten <[email protected]>
21+
22+
Co-authored-by: Cedric van Putten <[email protected]>
23+
24+
25+
26+
27+
628
## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
729

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

@commitlint/config-angular/package.json

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

0 commit comments

Comments
 (0)