@anolilab/commitlint-config 4.0.3 → 5.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 +33 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## @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
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Features
10
+
11
+ * updated semantic-release to v22 and conventional-changelog-conventionalcommits to v7 ([16bf1fc](https://github.com/anolilab/javascript-style-guide/commit/16bf1fc072e2f0646d41e389d6e8082a53e74596))
12
+
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.0
18
+
19
+ ## @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)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
25
+
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * **@anolilab/package-json-utils:** upgraded to 3.0.7
31
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
32
+
1
33
  ## @anolilab/commitlint-config [4.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.2...@anolilab/commitlint-config@4.0.3) (2023-09-27)
2
34
 
3
35
 
@@ -43,7 +75,7 @@
43
75
 
44
76
  ### ⚠ BREAKING CHANGES
45
77
 
46
- * update conventional-changelog-conventionalcommits to v7
78
+ * update conventional-changelog-conventionalcommits to v7 (was reverted)
47
79
  Signed-off-by: prisis <d.bannert@anolilab.de>
48
80
 
49
81
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "4.0.3",
3
+ "version": "5.0.0",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -53,19 +53,19 @@
53
53
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
54
54
  },
55
55
  "dependencies": {
56
- "@anolilab/package-json-utils": "3.0.6",
56
+ "@anolilab/package-json-utils": "3.0.7",
57
57
  "@commitlint/config-conventional": "^17.7.0",
58
- "@commitlint/core": "^17.7.1",
58
+ "@commitlint/core": "^17.7.2",
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.4",
65
- "@commitlint/cli": "^17.7.1",
64
+ "@anolilab/semantic-release-preset": "8.0.0",
65
+ "@commitlint/cli": "^17.7.2",
66
66
  "rimraf": "^5.0.5",
67
67
  "tsup": "^7.2.0",
68
- "vitest": "^0.34.5"
68
+ "vitest": "^0.34.6"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@commitlint/cli": "^17.6.5"