Skip to content

Commit 3cb6647

Browse files
committedOct 20, 2023
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

Lines changed: 30 additions & 0 deletions
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

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": "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
}

0 commit comments

Comments
 (0)