@abinnovision/commitlint-config 2.2.0 → 2.2.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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1](https://github.com/abinnovision/js-commons/compare/commitlint-config-v2.2.0...commitlint-config-v2.2.1) (2024-10-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * use spaces for markdown files ([#349](https://github.com/abinnovision/js-commons/issues/349)) ([eeb8b33](https://github.com/abinnovision/js-commons/commit/eeb8b335916602b55ca02cfdea352bc296fa7ffb))
9
+
3
10
  ## [2.2.0](https://github.com/abinnovision/js-commons/compare/commitlint-config-v2.1.0...commitlint-config-v2.2.0) (2024-08-05)
4
11
 
5
12
 
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [Commitlint](https://commitlint.js.org/#/) config for all types of projects. The
4
4
  config mostly inherits the
5
5
  [Conventional config](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional).
6
- There are just some increased limits to make them work with
7
- the tooling of AB innovision.
6
+ There are just some increased limits to make them work with the tooling of AB
7
+ innovision.
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abinnovision/commitlint-config",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "url": "https://github.com/abinnovision/js-commons"
@@ -42,15 +42,14 @@
42
42
  },
43
43
  "prettier": "@abinnovision/prettier-config",
44
44
  "dependencies": {
45
- "@commitlint/config-conventional": "^19.2.2"
45
+ "@commitlint/config-conventional": "^19.5.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@abinnovision/prettier-config": "^2.1.0",
49
- "@commitlint/types": "^19.0.3",
50
- "eslint": "^9.8.0",
48
+ "@abinnovision/prettier-config": "^2.1.3",
49
+ "@commitlint/types": "^19.5.0",
50
+ "eslint": "^9.12.0",
51
51
  "prettier": "^3.3.3",
52
- "tsup": "^8.2.4",
53
- "typescript": "^5.5.4"
54
- },
55
- "packageManager": "yarn@3.4.1"
52
+ "tsup": "^8.3.0",
53
+ "typescript": "^5.6.3"
54
+ }
56
55
  }