@anolilab/commitlint-config 6.0.3 → 6.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 (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/bin.js +0 -0
  3. package/package.json +78 -77
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @anolilab/commitlint-config [6.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.4...@anolilab/commitlint-config@6.0.5) (2025-10-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update commitlint-config to use pnpm preset and add sideEffects flag ([b07ec8d](https://github.com/anolilab/javascript-style-guide/commit/b07ec8db738fde1e12944a9b0cc4e2363f1b4139))
6
+
7
+ ## @anolilab/commitlint-config [6.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.3...@anolilab/commitlint-config@6.0.4) (2025-10-02)
8
+
9
+ ### Bug Fixes
10
+
11
+ * add Prettier configuration and ignore files for commitlint-config ([3ee035c](https://github.com/anolilab/javascript-style-guide/commit/3ee035c7ab0ab4900430634f303be475476486e5))
12
+
13
+ ### Miscellaneous Chores
14
+
15
+ * **deps:** update package dependencies to latest versions ([028b723](https://github.com/anolilab/javascript-style-guide/commit/028b7237222bfddb4f4ce43a1247f5a3ed9f2c68))
16
+ * update @visulima/packem to version 2.0.0-alpha.19 and add eslint-plugin-erasable-syntax-only@0.3.1\n\n- Updated all instances of @visulima/packem to the latest alpha version.\n- Added new dependency eslint-plugin-erasable-syntax-only for enhanced linting capabilities.\n- Updated devDependencies in various package.json files to ensure consistency across configurations. ([0d62091](https://github.com/anolilab/javascript-style-guide/commit/0d620916bbabb0d64266136978c0b038844e3bc7))
17
+
1
18
  ## @anolilab/commitlint-config [6.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@6.0.2...@anolilab/commitlint-config@6.0.3) (2025-09-05)
2
19
 
3
20
  ### Bug Fixes
package/dist/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,81 +1,82 @@
1
1
  {
2
- "name": "@anolilab/commitlint-config",
3
- "version": "6.0.3",
4
- "description": "Anolilab´s shareable coding standard config for commitlint.",
5
- "keywords": [
6
- "anolilab",
7
- "commitlint",
8
- "commitlint-config"
9
- ],
10
- "homepage": "https://anolilab.com/nodejs/packages/commitlint-config",
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/anolilab/javascript-style-guide.git",
14
- "directory": "packages/commitlint-config"
2
+ "name": "@anolilab/commitlint-config",
3
+ "version": "6.0.5",
4
+ "description": "Anolilab´s shareable coding standard config for commitlint.",
5
+ "keywords": [
6
+ "anolilab",
7
+ "commitlint",
8
+ "commitlint-config"
9
+ ],
10
+ "homepage": "https://anolilab.com/nodejs/packages/commitlint-config",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
14
+ "directory": "packages/commitlint-config"
15
+ },
16
+ "funding": [
17
+ {
18
+ "type": "github",
19
+ "url": "https://github.com/sponsors/prisis"
15
20
  },
16
- "funding": [
17
- {
18
- "type": "github",
19
- "url": "https://github.com/sponsors/prisis"
20
- },
21
- {
22
- "type": "consulting",
23
- "url": "https://anolilab.com/support"
24
- }
25
- ],
26
- "license": "MIT",
27
- "author": {
28
- "name": "Daniel Bannert",
29
- "email": "d.bannert@anolilab.de"
30
- },
31
- "type": "module",
32
- "exports": {
33
- ".": {
34
- "import": {
35
- "types": "./dist/index.d.mts",
36
- "default": "./dist/index.mjs"
37
- },
38
- "require": {
39
- "types": "./dist/index.d.cts",
40
- "default": "./dist/index.cjs"
41
- }
42
- },
43
- "./package.json": "./package.json"
44
- },
45
- "main": "dist/index.cjs",
46
- "module": "dist/index.mjs",
47
- "types": "dist/index.d.ts",
48
- "typesVersions": {
49
- ">=5.0": {
50
- ".": [
51
- "./dist/index.d.ts"
52
- ]
53
- }
54
- },
55
- "bin": {
56
- "commitlint-config:install": "./dist/bin.js"
57
- },
58
- "files": [
59
- "dist",
60
- "README.md",
61
- "CHANGELOG.md",
62
- "LICENSE.md"
63
- ],
64
- "dependencies": {
65
- "@commitlint/config-conventional": "^19.8.1",
66
- "@commitlint/core": "^19.8.1",
67
- "commitizen": "^4.3.1",
68
- "conventional-changelog-conventionalcommits": "9.1.0",
69
- "cz-conventional-changelog": "^3.3.0"
70
- },
71
- "peerDependencies": {
72
- "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x"
73
- },
74
- "engines": {
75
- "node": ">=20.18.* <=24.*"
21
+ {
22
+ "type": "consulting",
23
+ "url": "https://anolilab.com/support"
24
+ }
25
+ ],
26
+ "license": "MIT",
27
+ "author": {
28
+ "name": "Daniel Bannert",
29
+ "email": "d.bannert@anolilab.de"
30
+ },
31
+ "sideEffects": false,
32
+ "type": "module",
33
+ "exports": {
34
+ ".": {
35
+ "import": {
36
+ "types": "./dist/index.d.mts",
37
+ "default": "./dist/index.mjs"
38
+ },
39
+ "require": {
40
+ "types": "./dist/index.d.cts",
41
+ "default": "./dist/index.cjs"
42
+ }
76
43
  },
77
- "publishConfig": {
78
- "access": "public",
79
- "provenance": true
44
+ "./package.json": "./package.json"
45
+ },
46
+ "main": "dist/index.cjs",
47
+ "module": "dist/index.mjs",
48
+ "types": "dist/index.d.ts",
49
+ "typesVersions": {
50
+ ">=5.0": {
51
+ ".": [
52
+ "./dist/index.d.ts"
53
+ ]
80
54
  }
81
- }
55
+ },
56
+ "bin": {
57
+ "commitlint-config:install": "./dist/bin.js"
58
+ },
59
+ "files": [
60
+ "dist",
61
+ "README.md",
62
+ "CHANGELOG.md",
63
+ "LICENSE.md"
64
+ ],
65
+ "dependencies": {
66
+ "@commitlint/config-conventional": "^20.0.0",
67
+ "@commitlint/core": "^20.1.0",
68
+ "commitizen": "^4.3.1",
69
+ "conventional-changelog-conventionalcommits": "9.1.0",
70
+ "cz-conventional-changelog": "^3.3.0"
71
+ },
72
+ "peerDependencies": {
73
+ "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x"
74
+ },
75
+ "engines": {
76
+ "node": ">=20.18.* <=24.*"
77
+ },
78
+ "publishConfig": {
79
+ "access": "public",
80
+ "provenance": true
81
+ }
82
+ }