@anolilab/commitlint-config 2.0.1 → 3.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 +37 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,40 @@
1
+ ## @anolilab/commitlint-config [3.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.0...@anolilab/commitlint-config@3.0.1) (2023-07-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Update commitlint dependencies to latest version ([f9874a5](https://github.com/anolilab/javascript-style-guide/commit/f9874a59b7bfc2a7f21235ef37fbf61bd5d862b3))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update devdependencies ([a1724b8](https://github.com/anolilab/javascript-style-guide/commit/a1724b836e1720de713d1d5771db5aca750f7f5f))
12
+
13
+ ## @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)
14
+
15
+
16
+ ### ⚠ BREAKING CHANGES
17
+
18
+ * fixing broken releases that semantic-release did create
19
+ Signed-off-by: prisis <d.bannert@anolilab.de>
20
+
21
+ ### Bug Fixes
22
+
23
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
24
+ * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
25
+
26
+
27
+ ### Miscellaneous Chores
28
+
29
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
30
+
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * **@anolilab/package-json-utils:** upgraded to 3.0.1
36
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.1
37
+
1
38
  ## @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
39
 
3
40
 
@@ -6,7 +43,6 @@
6
43
  * Refactor async functions to use async/await and update tsconfig.json ([2a59d6e](https://github.com/anolilab/javascript-style-guide/commit/2a59d6e0d06a5a37c92b222961acbe9f17578f26))
7
44
 
8
45
 
9
-
10
46
  ### Dependencies
11
47
 
12
48
  * **@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.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -52,25 +52,25 @@
52
52
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
53
53
  },
54
54
  "dependencies": {
55
- "@anolilab/package-json-utils": "2.0.1",
56
- "@commitlint/config-conventional": "^17.6.6",
57
- "@commitlint/core": "^17.6.6",
55
+ "@anolilab/package-json-utils": "3.0.1",
56
+ "@commitlint/config-conventional": "^17.6.7",
57
+ "@commitlint/core": "^17.6.7",
58
58
  "commitizen": "^4.3.0",
59
59
  "conventional-changelog-conventionalcommits": "^6.1.0",
60
60
  "cz-conventional-changelog": "^3.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "5.0.1",
64
- "@commitlint/cli": "^17.6.6",
63
+ "@anolilab/semantic-release-preset": "6.0.1",
64
+ "@commitlint/cli": "^17.6.7",
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",