@anolilab/commitlint-config 8.1.0 → 9.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## @anolilab/commitlint-config [9.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@9.0.0...@anolilab/commitlint-config@9.1.0) (2026-02-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **commitlint-config:** add ESLint config and replace .prettierrc.cjs with ESM ([bba4cbd](https://github.com/anolilab/javascript-style-guide/commit/bba4cbd53a18153816b8d63b823b8ea909442429))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 22.0.0
11
+ * **@anolilab/prettier-config:** upgraded to 9.1.1
12
+
13
+ ## @anolilab/commitlint-config [9.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@8.1.0...@anolilab/commitlint-config@9.0.0) (2026-01-11)
14
+
15
+ ### Bug Fixes
16
+
17
+ * update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
18
+
1
19
  ## @anolilab/commitlint-config [8.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@8.0.0...@anolilab/commitlint-config@8.1.0) (2026-01-05)
2
20
 
3
21
  ### Bug Fixes
package/dist/bin.mjs CHANGED
@@ -7,9 +7,9 @@ var m=Object.defineProperty;var l=(e,t)=>m(e,"name",{value:t,configurable:!0});i
7
7
  },
8
8
  };
9
9
 
10
- `,"utf-8")},"writeCommitLintConfig"),d=a(async e=>{const t=i(e,".czrc");if(c(t)){console.warn("⚠️ .czrc already exists;");return}await f(t,`{
10
+ `,"utf8")},"writeCommitLintConfig"),d=a(async e=>{const t=i(e,".czrc");if(c(t)){console.warn("⚠️ .czrc already exists;");return}await f(t,`{
11
11
  "path": "cz-conventional-changelog"
12
12
  }
13
13
 
14
- `,"utf-8")},"writeCzrc");(async()=>{const e=n.cwd(),t=i(e,"package.json");c(t)||(console.error("No package.json found in the current directory. You need to run this command in a directory with a package.json file."),n.exit(1));const o=JSON.parse(await g(t,"utf-8"));console.log("Configuring @anolilab/commitlint-config",e,`
14
+ `,"utf8")},"writeCzrc");(async()=>{const e=n.cwd(),t=i(e,"package.json");c(t)||(console.error("No package.json found in the current directory. You need to run this command in a directory with a package.json file."),n.exit(1));const o=JSON.parse(await g(t,"utf8"));console.log("Configuring @anolilab/commitlint-config",e,`
15
15
  `);try{await $(e,o.type==="module"),await d(e),console.log("Everything went well, have fun!"),n.exit(0)}catch(r){console.error("Something went wrong:",r),n.exit(1)}})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/commitlint-config",
3
- "version": "8.1.0",
3
+ "version": "9.1.0",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -63,8 +63,8 @@
63
63
  "LICENSE.md"
64
64
  ],
65
65
  "dependencies": {
66
- "@commitlint/config-conventional": "20.3.0",
67
- "@commitlint/core": "20.3.0",
66
+ "@commitlint/config-conventional": "20.4.2",
67
+ "@commitlint/core": "20.4.2",
68
68
  "commitizen": "^4.3.1",
69
69
  "conventional-changelog-conventionalcommits": "9.1.0",
70
70
  "cz-conventional-changelog": "^3.3.0"
@@ -78,6 +78,5 @@
78
78
  "publishConfig": {
79
79
  "access": "public",
80
80
  "provenance": true
81
- },
82
- "optionalDependencies": {}
81
+ }
83
82
  }