@anolilab/commitlint-config 9.0.0 → 9.1.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## @anolilab/commitlint-config [9.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@9.1.0...@anolilab/commitlint-config@9.1.1) (2026-02-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **eslint-config:** disable css/no-invalid-at-rules for Tailwind CSS … ([#1000](https://github.com/anolilab/javascript-style-guide/issues/1000)) ([aa8b26b](https://github.com/anolilab/javascript-style-guide/commit/aa8b26b4cb711ad956a8d6360e2cc9f45d50565e))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 22.0.2
11
+
12
+ ## @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)
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * **commitlint-config:** add ESLint config and replace .prettierrc.cjs with ESM ([bba4cbd](https://github.com/anolilab/javascript-style-guide/commit/bba4cbd53a18153816b8d63b823b8ea909442429))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@anolilab/eslint-config:** upgraded to 22.0.0
22
+ * **@anolilab/prettier-config:** upgraded to 9.1.1
23
+
1
24
  ## @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)
2
25
 
3
26
  ### 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": "9.0.0",
3
+ "version": "9.1.1",
4
4
  "description": "Anolilab´s shareable coding standard config for commitlint.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -57,14 +57,14 @@
57
57
  "commitlint-config:install": "./dist/bin.mjs"
58
58
  },
59
59
  "files": [
60
- "dist",
61
- "README.md",
62
60
  "CHANGELOG.md",
63
- "LICENSE.md"
61
+ "LICENSE.md",
62
+ "README.md",
63
+ "dist"
64
64
  ],
65
65
  "dependencies": {
66
- "@commitlint/config-conventional": "20.3.1",
67
- "@commitlint/core": "20.3.1",
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"