commitlint-plugin-function-rules 4.0.1 → 4.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.
- package/README.md +1 -1
- package/package.json +22 -20
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ Please refer to the [Security Policy on GitHub](https://github.com/vidavidorra/c
|
|
|
74
74
|
|
|
75
75
|
This project is licensed under the [GPLv3 license](https://www.gnu.org/licenses/gpl.html).
|
|
76
76
|
|
|
77
|
-
Copyright © 2020-
|
|
77
|
+
Copyright © 2020-2025 Jeroen de Bruijn
|
|
78
78
|
|
|
79
79
|
<details><summary>License notice</summary>
|
|
80
80
|
<p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "commitlint-plugin-function-rules",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "commitlint plugin to use functions as rule value",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commitlint",
|
|
@@ -185,29 +185,31 @@
|
|
|
185
185
|
]
|
|
186
186
|
},
|
|
187
187
|
"devDependencies": {
|
|
188
|
-
"@ava/typescript": "
|
|
189
|
-
"@commitlint/cli": "
|
|
190
|
-
"@commitlint/config-conventional": "
|
|
191
|
-
"@commitlint/lint-19.x": "npm:@commitlint/lint@19.
|
|
192
|
-
"@commitlint/load-19.x": "npm:@commitlint/load@19.
|
|
193
|
-
"@commitlint/
|
|
194
|
-
"@commitlint/
|
|
188
|
+
"@ava/typescript": "6.0.0",
|
|
189
|
+
"@commitlint/cli": "20.0.0",
|
|
190
|
+
"@commitlint/config-conventional": "20.0.0",
|
|
191
|
+
"@commitlint/lint-19.x": "npm:@commitlint/lint@19.8.1",
|
|
192
|
+
"@commitlint/load-19.x": "npm:@commitlint/load@19.8.1",
|
|
193
|
+
"@commitlint/lint-20.x": "npm:@commitlint/lint@20.0.0",
|
|
194
|
+
"@commitlint/load-20.x": "npm:@commitlint/load@20.0.0",
|
|
195
|
+
"@commitlint/rules": "20.0.0",
|
|
196
|
+
"@commitlint/types": "20.0.0",
|
|
195
197
|
"@semantic-release/changelog": "6.0.3",
|
|
196
|
-
"@semantic-release/exec": "
|
|
198
|
+
"@semantic-release/exec": "7.1.0",
|
|
197
199
|
"@semantic-release/git": "10.0.1",
|
|
198
|
-
"@types/sinon": "17.0.
|
|
199
|
-
"ava": "6.
|
|
200
|
-
"c8": "10.1.
|
|
201
|
-
"husky": "9.1.
|
|
202
|
-
"lint-staged": "
|
|
203
|
-
"prettier": "3.
|
|
204
|
-
"semantic-release": "24.2.
|
|
205
|
-
"sinon": "
|
|
206
|
-
"typescript": "5.
|
|
207
|
-
"xo": "
|
|
200
|
+
"@types/sinon": "17.0.4",
|
|
201
|
+
"ava": "6.4.1",
|
|
202
|
+
"c8": "10.1.3",
|
|
203
|
+
"husky": "9.1.7",
|
|
204
|
+
"lint-staged": "16.2.1",
|
|
205
|
+
"prettier": "3.6.2",
|
|
206
|
+
"semantic-release": "24.2.9",
|
|
207
|
+
"sinon": "21.0.0",
|
|
208
|
+
"typescript": "5.9.2",
|
|
209
|
+
"xo": "1.2.2"
|
|
208
210
|
},
|
|
209
211
|
"peerDependencies": {
|
|
210
|
-
"@commitlint/lint": ">=19 <
|
|
212
|
+
"@commitlint/lint": ">=19 <21"
|
|
211
213
|
},
|
|
212
214
|
"engines": {
|
|
213
215
|
"node": ">=20"
|