commitlint-plugin-function-rules 4.0.1 → 4.0.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +18 -18
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-2024 Jeroen de Bruijn
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.1",
3
+ "version": "4.0.2",
4
4
  "description": "commitlint plugin to use functions as rule value",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -186,25 +186,25 @@
186
186
  },
187
187
  "devDependencies": {
188
188
  "@ava/typescript": "5.0.0",
189
- "@commitlint/cli": "19.5.0",
190
- "@commitlint/config-conventional": "19.5.0",
191
- "@commitlint/lint-19.x": "npm:@commitlint/lint@19.5.0",
192
- "@commitlint/load-19.x": "npm:@commitlint/load@19.5.0",
193
- "@commitlint/rules": "19.5.0",
194
- "@commitlint/types": "19.5.0",
189
+ "@commitlint/cli": "19.8.1",
190
+ "@commitlint/config-conventional": "19.8.1",
191
+ "@commitlint/lint-19.x": "npm:@commitlint/lint@19.8.1",
192
+ "@commitlint/load-19.x": "npm:@commitlint/load@19.8.1",
193
+ "@commitlint/rules": "19.8.1",
194
+ "@commitlint/types": "19.8.1",
195
195
  "@semantic-release/changelog": "6.0.3",
196
- "@semantic-release/exec": "6.0.3",
196
+ "@semantic-release/exec": "7.1.0",
197
197
  "@semantic-release/git": "10.0.1",
198
- "@types/sinon": "17.0.3",
199
- "ava": "6.2.0",
200
- "c8": "10.1.2",
201
- "husky": "9.1.6",
202
- "lint-staged": "15.2.10",
203
- "prettier": "3.3.3",
204
- "semantic-release": "24.2.0",
205
- "sinon": "19.0.2",
206
- "typescript": "5.6.3",
207
- "xo": "0.59.3"
198
+ "@types/sinon": "17.0.4",
199
+ "ava": "6.3.0",
200
+ "c8": "10.1.3",
201
+ "husky": "9.1.7",
202
+ "lint-staged": "16.0.0",
203
+ "prettier": "3.5.3",
204
+ "semantic-release": "24.2.5",
205
+ "sinon": "20.0.0",
206
+ "typescript": "5.8.3",
207
+ "xo": "1.0.0"
208
208
  },
209
209
  "peerDependencies": {
210
210
  "@commitlint/lint": ">=19 <20"