@anolilab/commitlint-config 5.0.0 → 5.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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @anolilab/commitlint-config [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.0...@anolilab/commitlint-config@5.0.1) (2023-10-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** update devdependencies ([#777](https://github.com/anolilab/javascript-style-guide/issues/777)) ([ad38256](https://github.com/anolilab/javascript-style-guide/commit/ad3825605a878c3058d56291c70c2e989f30d628))
12
+ * **deps:** update peerdependencies (major) ([#788](https://github.com/anolilab/javascript-style-guide/issues/788)) ([127dbb3](https://github.com/anolilab/javascript-style-guide/commit/127dbb3cd9b99c62450edc0542150d954f98678d))
13
+
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@anolilab/package-json-utils:** upgraded to 3.0.8
19
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
20
+
1
21
  ## @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
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -53,22 +53,22 @@
53
53
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
54
54
  },
55
55
  "dependencies": {
56
- "@anolilab/package-json-utils": "3.0.7",
57
- "@commitlint/config-conventional": "^17.7.0",
58
- "@commitlint/core": "^17.7.2",
56
+ "@anolilab/package-json-utils": "3.0.8",
57
+ "@commitlint/config-conventional": "^18.1.0",
58
+ "@commitlint/core": "^18.2.0",
59
59
  "commitizen": "^4.3.0",
60
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": "8.0.0",
65
- "@commitlint/cli": "^17.7.2",
64
+ "@anolilab/semantic-release-preset": "8.0.1",
65
+ "@commitlint/cli": "^18.2.0",
66
66
  "rimraf": "^5.0.5",
67
67
  "tsup": "^7.2.0",
68
68
  "vitest": "^0.34.6"
69
69
  },
70
70
  "peerDependencies": {
71
- "@commitlint/cli": "^17.6.5"
71
+ "@commitlint/cli": "^17.6.5 || ^18.0.0"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=18"