@commitlint/cz-commitlint 16.3.0 → 17.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
  3. package/CHANGELOG.md +0 -153
package/README.md CHANGED
@@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu
13
13
  ### Configure commitizen adapter
14
14
 
15
15
  ```bash
16
- npm install --save-dev @commitlint/cz-commitlint commitizen
16
+ npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
17
17
  # or yarn
18
- yarn add -D @commitlint/cz-commitlint commitizen
18
+ yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
19
19
  ```
20
20
 
21
21
  In package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commitlint/cz-commitlint",
3
- "version": "16.3.0",
3
+ "version": "17.1.0",
4
4
  "description": "Commitizen adapter using the commitlint.config.js",
5
5
  "main": "./lib/index.js",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "engineStrict": true,
29
29
  "engines": {
30
- "node": ">=v12"
30
+ "node": ">=v14"
31
31
  },
32
32
  "author": "Curly Brackets <water.curly@outlook.com>",
33
33
  "license": "MIT",
@@ -37,9 +37,9 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@commitlint/ensure": "^16.2.1",
41
- "@commitlint/load": "^16.3.0",
42
- "@commitlint/types": "^16.2.1",
40
+ "@commitlint/ensure": "^17.0.0",
41
+ "@commitlint/load": "^17.1.0",
42
+ "@commitlint/types": "^17.0.0",
43
43
  "chalk": "^4.1.0",
44
44
  "lodash": "^4.17.21",
45
45
  "word-wrap": "^1.2.3"
@@ -52,5 +52,5 @@
52
52
  "@types/inquirer": "^8.0.0",
53
53
  "commitizen": "^4.2.4"
54
54
  },
55
- "gitHead": "211f5140ab20c0513478d04b83fbd78ff3f6da80"
55
+ "gitHead": "a2c25b93e34d37a950609fa4606849a55a1826b4"
56
56
  }
package/CHANGELOG.md DELETED
@@ -1,153 +0,0 @@
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
- # [16.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)
7
-
8
- **Note:** Version bump only for package @commitlint/cz-commitlint
9
-
10
-
11
-
12
-
13
-
14
- ## [16.2.4](https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4) (2022-04-28)
15
-
16
- **Note:** Version bump only for package @commitlint/cz-commitlint
17
-
18
-
19
-
20
-
21
-
22
- ## [16.2.3](https://github.com/conventional-changelog/commitlint/compare/v16.2.2...v16.2.3) (2022-03-16)
23
-
24
- **Note:** Version bump only for package @commitlint/cz-commitlint
25
-
26
-
27
-
28
-
29
-
30
- ## [16.2.1](https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1) (2022-02-13)
31
-
32
- **Note:** Version bump only for package @commitlint/cz-commitlint
33
-
34
-
35
-
36
-
37
-
38
- # [16.1.0](https://github.com/conventional-changelog/commitlint/compare/v16.0.3...v16.1.0) (2022-01-20)
39
-
40
- **Note:** Version bump only for package @commitlint/cz-commitlint
41
-
42
-
43
-
44
-
45
-
46
- ## [16.0.3](https://github.com/conventional-changelog/commitlint/compare/v16.0.2...v16.0.3) (2022-01-19)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * commit body should be empty by default ([#2980](https://github.com/conventional-changelog/commitlint/issues/2980)) ([e6582e0](https://github.com/conventional-changelog/commitlint/commit/e6582e03608621e46f617a097b4880750ae85021))
52
-
53
-
54
-
55
-
56
-
57
- # [16.0.0](https://github.com/conventional-changelog/commitlint/compare/v15.0.0...v16.0.0) (2021-12-26)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **cz-commitlint:** combine commit body with issuesBody/breakingBody when body has an empty string ([#2915](https://github.com/conventional-changelog/commitlint/issues/2915)) ([a038b41](https://github.com/conventional-changelog/commitlint/commit/a038b419f7f1d2073977ec1e6fe59ffcbba38931))
63
-
64
-
65
- ### Features
66
-
67
- * **cz-commitlint:** support select scope with radio list by setting disableMultipleScopes ([#2911](https://github.com/conventional-changelog/commitlint/issues/2911)) ([9d8d73f](https://github.com/conventional-changelog/commitlint/commit/9d8d73f36e0c62c8cd9e3e913b66a5ca46ebf622)), closes [#2782](https://github.com/conventional-changelog/commitlint/issues/2782)
68
-
69
-
70
- ### BREAKING CHANGES
71
-
72
- * **cz-commitlint:** users who is using multiple scopes need to set enableMultipleScopes to true
73
-
74
-
75
-
76
-
77
-
78
- # [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)
79
-
80
- **Note:** Version bump only for package @commitlint/cz-commitlint
81
-
82
-
83
-
84
-
85
-
86
- # [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
87
-
88
- **Note:** Version bump only for package @commitlint/cz-commitlint
89
-
90
-
91
-
92
-
93
-
94
- # [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
95
-
96
-
97
- * support multiple scopes and multiple cases & fix sentence-case is not consistent with commitlint/cli (#2806) ([2c71a7e](https://github.com/conventional-changelog/commitlint/commit/2c71a7e2965a2beff805982d37243b79a48c9360)), closes [#2806](https://github.com/conventional-changelog/commitlint/issues/2806) [#2782](https://github.com/conventional-changelog/commitlint/issues/2782)
98
-
99
-
100
- ### BREAKING CHANGES
101
-
102
- * add prompt.settings configuration
103
-
104
-
105
-
106
-
107
-
108
- ## [13.2.1](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1) (2021-10-09)
109
-
110
- **Note:** Version bump only for package @commitlint/cz-commitlint
111
-
112
-
113
-
114
-
115
-
116
- # [13.2.0](https://github.com/conventional-changelog/commitlint/compare/v13.1.0...v13.2.0) (2021-09-28)
117
-
118
- **Note:** Version bump only for package @commitlint/cz-commitlint
119
-
120
-
121
-
122
-
123
-
124
- # [13.1.0](https://github.com/conventional-changelog/commitlint/compare/v13.0.0...v13.1.0) (2021-07-24)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * **cz-commitlint:** fix minor formatting issues ([99d8881](https://github.com/conventional-changelog/commitlint/commit/99d8881d0d951deded6d9e31bbb279d04101549b))
130
-
131
-
132
-
133
-
134
-
135
- # [13.0.0](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.0.0) (2021-05-24)
136
-
137
- **Note:** Version bump only for package @commitlint/cz-commitlint
138
-
139
-
140
-
141
-
142
-
143
- ## [12.1.3](https://github.com/conventional-changelog/commitlint/compare/v12.1.2...v12.1.3) (2021-05-12)
144
-
145
- **Note:** Version bump only for package @commitlint/cz-commitlint
146
-
147
-
148
-
149
-
150
-
151
- ## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)
152
-
153
- **Note:** Version bump only for package @commitlint/cz-commitlint