@anolilab/commitlint-config 6.0.6 → 7.0.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 (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @anolilab/commitlint-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.7...@anolilab/commitlint-config@7.0.0) (2025-12-10)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
6
+
7
+ ## @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)
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **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))
16
+
1
17
  ## @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)
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.6",
3
+ "version": "7.0.0",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -10,7 +10,7 @@
10
10
  "homepage": "https://anolilab.com/nodejs/packages/commitlint-config",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/anolilab/javascript-style-guide.git",
13
+ "url": "git+https://github.com/anolilab/javascript-style-guide.git",
14
14
  "directory": "packages/commitlint-config"
15
15
  },
16
16
  "funding": [
@@ -63,17 +63,17 @@
63
63
  "LICENSE.md"
64
64
  ],
65
65
  "dependencies": {
66
- "@commitlint/config-conventional": "^20.0.0",
67
- "@commitlint/core": "^20.1.0",
66
+ "@commitlint/config-conventional": "^20.2.0",
67
+ "@commitlint/core": "^20.2.0",
68
68
  "commitizen": "^4.3.1",
69
69
  "conventional-changelog-conventionalcommits": "9.1.0",
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",