@anolilab/commitlint-config 6.0.5 → 6.0.7

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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @anolilab/commitlint-config [6.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.6...@anolilab/commitlint-config@6.0.7) (2025-11-16)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **deps:** update dependency @commitlint/cli to v20 ([#942](https://github.com/anolilab/javascript-style-guide/issues/942)) ([cfa0bbf](https://github.com/anolilab/javascript-style-guide/commit/cfa0bbfe45e6f0052c4b2ce8c6b5cd4ec3c1d4b4))
10
+
11
+ ## @anolilab/commitlint-config [6.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.5...@anolilab/commitlint-config@6.0.6) (2025-10-14)
12
+
13
+ ### Bug Fixes
14
+
15
+ * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
16
+
1
17
  ## @anolilab/commitlint-config [6.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.4...@anolilab/commitlint-config@6.0.5) (2025-10-02)
2
18
 
3
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "6.0.5",
3
+ "version": "6.0.7",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -54,7 +54,7 @@
54
54
  }
55
55
  },
56
56
  "bin": {
57
- "commitlint-config:install": "./dist/bin.js"
57
+ "commitlint-config:install": "./dist/bin.mjs"
58
58
  },
59
59
  "files": [
60
60
  "dist",
@@ -70,10 +70,10 @@
70
70
  "cz-conventional-changelog": "^3.3.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x"
73
+ "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x || ^20.0.0"
74
74
  },
75
75
  "engines": {
76
- "node": ">=20.18.* <=24.*"
76
+ "node": ">=20.18.* <=25.*"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public",
File without changes