@anolilab/commitlint-config 5.0.1 → 5.0.3

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,30 @@
1
+ ## @anolilab/commitlint-config [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.2...@anolilab/commitlint-config@5.0.3) (2023-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * dep update ([5f6245c](https://github.com/anolilab/javascript-style-guide/commit/5f6245c1dd9a66b487887bb801ef823b07f0f8f3))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.3
13
+
14
+ ## @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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
26
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
27
+
1
28
  ## @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)
2
29
 
3
30
 
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
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.8",
57
- "@commitlint/config-conventional": "^18.1.0",
58
- "@commitlint/core": "^18.2.0",
56
+ "@anolilab/package-json-utils": "3.0.9",
57
+ "@commitlint/config-conventional": "^18.4.3",
58
+ "@commitlint/core": "^18.4.3",
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.1",
65
- "@commitlint/cli": "^18.2.0",
64
+ "@anolilab/semantic-release-preset": "8.0.3",
65
+ "@commitlint/cli": "^18.4.3",
66
66
  "rimraf": "^5.0.5",
67
- "tsup": "^7.2.0",
68
- "vitest": "^0.34.6"
67
+ "tsup": "^8.0.1",
68
+ "vitest": "^1.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
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",