@anolilab/commitlint-config 4.0.2 → 4.0.4
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.
- package/CHANGELOG.md +27 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
|
|
13
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.5
|
|
14
|
+
|
|
15
|
+
## @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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Miscellaneous Chores
|
|
19
|
+
|
|
20
|
+
* **deps:** update devdependencies ([#766](https://github.com/anolilab/javascript-style-guide/issues/766)) ([ef64bea](https://github.com/anolilab/javascript-style-guide/commit/ef64bea2701995c85b9d1a0ad07ec4da6f7e4b25))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.4
|
|
27
|
+
|
|
1
28
|
## @anolilab/commitlint-config [4.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@4.0.1...@anolilab/commitlint-config@4.0.2) (2023-09-26)
|
|
2
29
|
|
|
3
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/commitlint-config",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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.
|
|
56
|
+
"@anolilab/package-json-utils": "3.0.7",
|
|
57
57
|
"@commitlint/config-conventional": "^17.7.0",
|
|
58
|
-
"@commitlint/core": "^17.7.
|
|
58
|
+
"@commitlint/core": "^17.7.2",
|
|
59
59
|
"commitizen": "^4.3.0",
|
|
60
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": "7.0.
|
|
65
|
-
"@commitlint/cli": "^17.7.
|
|
66
|
-
"rimraf": "^5.0.
|
|
64
|
+
"@anolilab/semantic-release-preset": "7.0.5",
|
|
65
|
+
"@commitlint/cli": "^17.7.2",
|
|
66
|
+
"rimraf": "^5.0.5",
|
|
67
67
|
"tsup": "^7.2.0",
|
|
68
|
-
"vitest": "^0.34.
|
|
68
|
+
"vitest": "^0.34.6"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@commitlint/cli": "^17.6.5"
|