@anolilab/commitlint-config 4.0.4 → 5.0.1

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 +39 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ ## @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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update devdependencies ([#777](https://github.com/anolilab/javascript-style-guide/issues/777)) ([ad38256](https://github.com/anolilab/javascript-style-guide/commit/ad3825605a878c3058d56291c70c2e989f30d628))
12
+ * **deps:** update peerdependencies (major) ([#788](https://github.com/anolilab/javascript-style-guide/issues/788)) ([127dbb3](https://github.com/anolilab/javascript-style-guide/commit/127dbb3cd9b99c62450edc0542150d954f98678d))
13
+
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@anolilab/package-json-utils:** upgraded to 3.0.8
19
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
20
+
21
+ ## @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)
22
+
23
+
24
+ ### ⚠ BREAKING CHANGES
25
+
26
+ * updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7
27
+ Signed-off-by: prisis <d.bannert@anolilab.de>
28
+
29
+ ### Features
30
+
31
+ * updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7 ([16bf1fc](https://github.com/anolilab/javascript-style-guide/commit/16bf1fc072e2f0646d41e389d6e8082a53e74596))
32
+
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.0
38
+
1
39
  ## @anolilab/commitlint-config [4.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.3...@anolilab/commitlint-config@4.0.4) (2023-09-29)
2
40
 
3
41
 
@@ -57,7 +95,7 @@
57
95
 
58
96
  ### ⚠ BREAKING CHANGES
59
97
 
60
- * update conventional-changelog-conventionalcommits to v7
98
+ * update conventional-changelog-conventionalcommits to v7 (was reverted)
61
99
  Signed-off-by: prisis <d.bannert@anolilab.de>
62
100
 
63
101
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "4.0.4",
3
+ "version": "5.0.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -53,22 +53,22 @@
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.8",
57
+ "@commitlint/config-conventional": "^18.1.0",
58
+ "@commitlint/core": "^18.2.0",
59
59
  "commitizen": "^4.3.0",
60
- "conventional-changelog-conventionalcommits": "6.1.0",
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": "7.0.5",
65
- "@commitlint/cli": "^17.7.2",
64
+ "@anolilab/semantic-release-preset": "8.0.1",
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
74
  "node": ">=18"