@anolilab/commitlint-config 5.0.0 → 5.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/CHANGELOG.md +34 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## @anolilab/commitlint-config [5.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.1...@anolilab/commitlint-config@5.0.2) (2023-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
13
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
14
+
15
+ ## @anolilab/commitlint-config [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.0...@anolilab/commitlint-config@5.0.1) (2023-10-31)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **deps:** update devdependencies ([#777](https://github.com/anolilab/javascript-style-guide/issues/777)) ([ad38256](https://github.com/anolilab/javascript-style-guide/commit/ad3825605a878c3058d56291c70c2e989f30d628))
26
+ * **deps:** update peerdependencies (major) ([#788](https://github.com/anolilab/javascript-style-guide/issues/788)) ([127dbb3](https://github.com/anolilab/javascript-style-guide/commit/127dbb3cd9b99c62450edc0542150d954f98678d))
27
+
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * **@anolilab/package-json-utils:** upgraded to 3.0.8
33
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
34
+
1
35
  ## @anolilab/commitlint-config [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.4...@anolilab/commitlint-config@5.0.0) (2023-09-29)
2
36
 
3
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -53,25 +53,25 @@
53
53
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
54
54
  },
55
55
  "dependencies": {
56
- "@anolilab/package-json-utils": "3.0.7",
57
- "@commitlint/config-conventional": "^17.7.0",
58
- "@commitlint/core": "^17.7.2",
56
+ "@anolilab/package-json-utils": "3.0.9",
57
+ "@commitlint/config-conventional": "^18.1.0",
58
+ "@commitlint/core": "^18.2.0",
59
59
  "commitizen": "^4.3.0",
60
60
  "conventional-changelog-conventionalcommits": "7.0.2",
61
61
  "cz-conventional-changelog": "^3.3.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@anolilab/semantic-release-preset": "8.0.0",
65
- "@commitlint/cli": "^17.7.2",
64
+ "@anolilab/semantic-release-preset": "8.0.2",
65
+ "@commitlint/cli": "^18.2.0",
66
66
  "rimraf": "^5.0.5",
67
67
  "tsup": "^7.2.0",
68
68
  "vitest": "^0.34.6"
69
69
  },
70
70
  "peerDependencies": {
71
- "@commitlint/cli": "^17.6.5"
71
+ "@commitlint/cli": "^17.6.5 || ^18.0.0"
72
72
  },
73
73
  "engines": {
74
- "node": ">=18"
74
+ "node": ">=18.* <=21.*"
75
75
  },
76
76
  "publishConfig": {
77
77
  "access": "public",