@anolilab/commitlint-config 3.0.4 → 3.0.5

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 +21 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## @anolilab/commitlint-config [3.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.4...@anolilab/commitlint-config@3.0.5) (2023-08-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency conventional-changelog-conventionalcommits to v7 ([#749](https://github.com/anolilab/javascript-style-guide/issues/749)) ([ca57778](https://github.com/anolilab/javascript-style-guide/commit/ca5777809d0c1087dabb1ae191c7466c086b09e9))
7
+ * fix for https://github.com/semantic-release/semantic-release/issues/2929 ([05c0392](https://github.com/anolilab/javascript-style-guide/commit/05c0392c4a564cbf556f6d5dfab46919002cad48))
8
+ * updated dependencies to latest versions ([509bb76](https://github.com/anolilab/javascript-style-guide/commit/509bb763780a2fa85a275d8e91cc0525cc57e29f))
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
14
+
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@anolilab/package-json-utils:** upgraded to 3.0.5
20
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
21
+
1
22
  ## @anolilab/commitlint-config [3.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@3.0.3...@anolilab/commitlint-config@3.0.4) (2023-08-10)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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.4",
56
+ "@anolilab/package-json-utils": "3.0.5",
57
57
  "@commitlint/config-conventional": "^17.7.0",
58
58
  "@commitlint/core": "^17.7.1",
59
59
  "commitizen": "^4.3.0",
60
- "conventional-changelog-conventionalcommits": "^6.1.0",
60
+ "conventional-changelog-conventionalcommits": "6.1.0",
61
61
  "cz-conventional-changelog": "^3.3.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@anolilab/semantic-release-preset": "6.0.4",
64
+ "@anolilab/semantic-release-preset": "6.0.5",
65
65
  "@commitlint/cli": "^17.7.1",
66
66
  "rimraf": "^5.0.1",
67
67
  "tsup": "^7.2.0",
68
- "vitest": "^0.34.1"
68
+ "vitest": "^0.34.3"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@commitlint/cli": "^17.6.5"