Skip to content

Commit ed437d2

Browse files
committed
v17.0.0
1 parent daeeb49 commit ed437d2

Some content is hidden

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

74 files changed

+805
-134
lines changed

@alias/commitlint-config-angular/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^16.3.0"
33+
"@commitlint/config-angular": "^17.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^16.2.1"
36+
"@commitlint/utils": "^17.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint-config-lerna-scopes/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
## [16.2.4](https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4) (2022-04-28)
725

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "16.2.4",
3+
"version": "17.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-lerna-scopes": "^16.2.4"
33+
"@commitlint/config-lerna-scopes": "^17.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^16.2.1"
36+
"@commitlint/utils": "^17.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

@alias/commitlint-config-nx-scopes/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

826
**Note:** Version bump only for package commitlint-config-nx-scopes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-nx-scopes",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^16.3.0"
33+
"@commitlint/config-nx-scopes": "^17.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^16.2.1"
36+
"@commitlint/utils": "^17.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

@alias/commitlint-config-patternplate/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v14"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^16.3.0"
33+
"@commitlint/config-patternplate": "^17.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^16.2.1"
36+
"@commitlint/utils": "^17.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

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

@alias/commitlint/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,12 +35,12 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^16.3.0",
39-
"@commitlint/types": "^16.2.1"
38+
"@commitlint/cli": "^17.0.0",
39+
"@commitlint/types": "^17.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/test": "^16.0.0",
43-
"@commitlint/utils": "^16.2.1",
42+
"@commitlint/test": "^17.0.0",
43+
"@commitlint/utils": "^17.0.0",
4444
"execa": "^5.0.0"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

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

@commitlint/cli/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -37,19 +37,19 @@
3737
},
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@commitlint/test": "^16.0.0",
41-
"@commitlint/utils": "^16.2.1",
40+
"@commitlint/test": "^17.0.0",
41+
"@commitlint/utils": "^17.0.0",
4242
"@types/node": "12.20.52",
4343
"@types/yargs": "^17.0.0",
4444
"execa": "^5.0.0",
4545
"fs-extra": "^10.0.0"
4646
},
4747
"dependencies": {
48-
"@commitlint/format": "^16.2.1",
49-
"@commitlint/lint": "^16.2.4",
50-
"@commitlint/load": "^16.3.0",
51-
"@commitlint/read": "^16.2.1",
52-
"@commitlint/types": "^16.2.1",
48+
"@commitlint/format": "^17.0.0",
49+
"@commitlint/lint": "^17.0.0",
50+
"@commitlint/load": "^17.0.0",
51+
"@commitlint/read": "^17.0.0",
52+
"@commitlint/types": "^17.0.0",
5353
"lodash": "^4.17.19",
5454
"resolve-from": "5.0.0",
5555
"resolve-global": "1.0.0",

@commitlint/config-angular-type-enum/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

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

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

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

@commitlint/config-angular/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+
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16)
7+
8+
9+
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v12 support
15+
16+
* chore: rename circleci windows job
17+
18+
node version is not defned by the name anyways (i think)
19+
20+
21+
22+
23+
624
# [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
725

826
**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": "16.3.0",
3+
"version": "17.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,11 +30,11 @@
3030
"node": ">=v14"
3131
},
3232
"devDependencies": {
33-
"@commitlint/lint": "^16.2.4",
34-
"@commitlint/utils": "^16.2.1"
33+
"@commitlint/lint": "^17.0.0",
34+
"@commitlint/utils": "^17.0.0"
3535
},
3636
"dependencies": {
37-
"@commitlint/config-angular-type-enum": "^16.3.0"
37+
"@commitlint/config-angular-type-enum": "^17.0.0"
3838
},
3939
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
4040
}

0 commit comments

Comments
 (0)