Skip to content

Commit 3cb6647

Browse files
committed
v18.0.0
1 parent d766ef9 commit 3cb6647

Some content is hidden

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

76 files changed

+1277
-137
lines changed

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

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^17.8.1"
33+
"@commitlint/config-angular": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.8.1"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

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

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-lerna-scopes": "^17.8.1"
33+
"@commitlint/config-lerna-scopes": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.8.1"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

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

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.0.0",
44
"description": "Shareable commitlint config enforcing nx project names as scopes",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-nx-scopes": "^17.8.1"
33+
"@commitlint/config-nx-scopes": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.8.1"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
3939
}

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

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.0.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,10 +30,10 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^17.8.1"
33+
"@commitlint/config-patternplate": "^18.0.0"
3434
},
3535
"devDependencies": {
36-
"@commitlint/utils": "^17.8.1"
36+
"@commitlint/utils": "^18.0.0"
3737
},
3838
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3939
}

@alias/commitlint/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.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": "^17.8.1",
39-
"@commitlint/types": "^17.8.1"
38+
"@commitlint/cli": "^18.0.0",
39+
"@commitlint/types": "^18.0.0"
4040
},
4141
"devDependencies": {
42-
"@commitlint/test": "^17.8.1",
43-
"@commitlint/utils": "^17.8.1",
42+
"@commitlint/test": "^18.0.0",
43+
"@commitlint/utils": "^18.0.0",
4444
"execa": "^5.0.0"
4545
},
4646
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/cli/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
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+
# [18.0.0](https://github.com/conventional-changelog/commitlint/compare/v17.8.1...v18.0.0) (2023-10-20)
7+
8+
9+
* chore!: minimum node version v18 (#3644) ([5b4aeaf](https://github.com/conventional-changelog/commitlint/commit/5b4aeaf4f01c2726a7bc8631a23bb34c849baad2)), closes [#3644](https://github.com/conventional-changelog/commitlint/issues/3644)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* drop node v14 and v16 support
15+
16+
* chore: remove unused types
17+
18+
* docs: prepare node update and new release
19+
20+
* chore!: minimum TS version v5
21+
* drop TS v4 support
22+
23+
* ci: remove node v14/16 checks
24+
25+
* chore: adjust node types to minimal supported version
26+
27+
* chore!: further major versions of other deps
28+
* upgrade conventional-changelog-conventionalcommits, conventional-commits-parser, conventional-changelog-atom,
29+
30+
* docs: simplify releases and remove roadmap
31+
32+
33+
34+
35+
636
## [17.8.1](https://github.com/conventional-changelog/commitlint/compare/v17.8.0...v17.8.1) (2023-10-20)
737

838
**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": "17.8.1",
3+
"version": "18.0.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -37,8 +37,8 @@
3737
},
3838
"license": "MIT",
3939
"devDependencies": {
40-
"@commitlint/test": "^17.8.1",
41-
"@commitlint/utils": "^17.8.1",
40+
"@commitlint/test": "^18.0.0",
41+
"@commitlint/utils": "^18.0.0",
4242
"@types/lodash.isfunction": "^3.0.8",
4343
"@types/lodash.merge": "^4.6.8",
4444
"@types/node": "^18.11.9",
@@ -47,11 +47,11 @@
4747
"lodash.merge": "^4.6.2"
4848
},
4949
"dependencies": {
50-
"@commitlint/format": "^17.8.1",
51-
"@commitlint/lint": "^17.8.1",
52-
"@commitlint/load": "^17.8.1",
53-
"@commitlint/read": "^17.8.1",
54-
"@commitlint/types": "^17.8.1",
50+
"@commitlint/format": "^18.0.0",
51+
"@commitlint/lint": "^18.0.0",
52+
"@commitlint/load": "^18.0.0",
53+
"@commitlint/read": "^18.0.0",
54+
"@commitlint/types": "^18.0.0",
5555
"execa": "^5.0.0",
5656
"lodash.isfunction": "^3.0.9",
5757
"resolve-from": "5.0.0",

0 commit comments

Comments
 (0)