@anolilab/commitlint-config 2.0.1 → 3.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 +25 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## @anolilab/commitlint-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@2.0.1...@anolilab/commitlint-config@3.0.0) (2023-07-18)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * fixing broken releases that semantic-release did create
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
12
+ * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@anolilab/package-json-utils:** upgraded to 3.0.1
24
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.1
25
+
1
26
  ## @anolilab/commitlint-config [2.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@2.0.0...@anolilab/commitlint-config@2.0.1) (2023-07-05)
2
27
 
3
28
 
@@ -6,7 +31,6 @@
6
31
  * Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
7
32
 
8
33
 
9
-
10
34
  ### Dependencies
11
35
 
12
36
  * **@anolilab/package-json-utils:** upgraded to 2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -52,7 +52,7 @@
52
52
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
53
53
  },
54
54
  "dependencies": {
55
- "@anolilab/package-json-utils": "2.0.1",
55
+ "@anolilab/package-json-utils": "3.0.1",
56
56
  "@commitlint/config-conventional": "^17.6.6",
57
57
  "@commitlint/core": "^17.6.6",
58
58
  "commitizen": "^4.3.0",
@@ -60,17 +60,17 @@
60
60
  "cz-conventional-changelog": "^3.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "5.0.1",
63
+ "@anolilab/semantic-release-preset": "6.0.1",
64
64
  "@commitlint/cli": "^17.6.6",
65
65
  "rimraf": "^5.0.1",
66
66
  "tsup": "^7.1.0",
67
- "vitest": "^0.32.4"
67
+ "vitest": "^0.33.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@commitlint/cli": "^17.6.5"
71
71
  },
72
72
  "engines": {
73
- "node": ">=16"
73
+ "node": ">=18"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public",