commitlint-plugin-function-rules 4.2.1 → 4.3.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 CHANGED
@@ -75,7 +75,7 @@ Please refer to the [Security Policy on GitHub](https://github.com/vidavidorra/c
75
75
 
76
76
  This project is licensed under the [GPLv3 license](https://www.gnu.org/licenses/gpl.html).
77
77
 
78
- Copyright © 2020-2025 Jeroen de Bruijn
78
+ Copyright © 2020-2026 Jeroen de Bruijn
79
79
 
80
80
  <details><summary>License notice</summary>
81
81
  <p>
package/dist/rules.js CHANGED
@@ -20,6 +20,7 @@ const rules = {
20
20
  'function-rules/header-trim': functionRule,
21
21
  'function-rules/references-empty': functionRule,
22
22
  'function-rules/scope-case': functionRule,
23
+ 'function-rules/scope-delimiter-style': functionRule,
23
24
  'function-rules/scope-empty': functionRule,
24
25
  'function-rules/scope-enum': functionRule,
25
26
  'function-rules/scope-max-length': functionRule,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitlint-plugin-function-rules",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "description": "commitlint plugin to use functions as rule value",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -67,13 +67,13 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@ava/typescript": "6.0.0",
70
- "@commitlint/cli": "20.2.0",
71
- "@commitlint/config-conventional": "20.2.0",
70
+ "@commitlint/cli": "20.3.0",
71
+ "@commitlint/config-conventional": "20.3.0",
72
72
  "@commitlint/lint-19.x": "npm:@commitlint/lint@19.8.1",
73
- "@commitlint/lint-20.x": "npm:@commitlint/lint@20.2.0",
73
+ "@commitlint/lint-20.x": "npm:@commitlint/lint@20.3.0",
74
74
  "@commitlint/load-19.x": "npm:@commitlint/load@19.8.1",
75
- "@commitlint/load-20.x": "npm:@commitlint/load@20.2.0",
76
- "@commitlint/rules": "20.2.0",
75
+ "@commitlint/load-20.x": "npm:@commitlint/load@20.3.0",
76
+ "@commitlint/rules": "20.3.0",
77
77
  "@commitlint/types": "20.2.0",
78
78
  "@types/sinon": "21.0.0",
79
79
  "@vidavidorra/eslint-config": "1.0.3",