@anolilab/commitlint-config 6.0.4 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
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
+
1
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)
2
8
 
3
9
  ### Bug Fixes
package/dist/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,82 +1,82 @@
1
1
  {
2
- "name": "@anolilab/commitlint-config",
3
- "version": "6.0.4",
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
- "sideEffects": false,
59
- "files": [
60
- "dist",
61
- "README.md",
62
- "CHANGELOG.md",
63
- "LICENSE.md"
64
- ],
65
- "dependencies": {
66
- "@commitlint/config-conventional": "catalog:lint",
67
- "@commitlint/core": "catalog:lint",
68
- "commitizen": "catalog:cli",
69
- "conventional-changelog-conventionalcommits": "catalog:prod",
70
- "cz-conventional-changelog": "catalog:prod"
71
- },
72
- "peerDependencies": {
73
- "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x"
74
- },
75
- "engines": {
76
- "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
+ }
77
43
  },
78
- "publishConfig": {
79
- "access": "public",
80
- "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
+ ]
81
54
  }
82
- }
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
+ }