@linters/commitlint-config 1.4.0 → 1.7.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,21 +1,66 @@
1
- # [@linters/commitlint-config-v1.4.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.1...@linters/commitlint-config-v1.4.0) (2020-09-20)
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [1.7.0](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.6.0...@linters/commitlint-config@1.7.0) (2022-02-07)
2
7
 
3
8
 
4
9
  ### Features
5
10
 
6
- * bump more dependencies 💣 ([86b07ba](https://github.com/developer239/linters/commit/86b07ba0e9e9e7333dac4dc5bd9c1b6d8d7bf6ff))
11
+ * make tools up-to-date ([b0819f2](https://github.com/developer239/linters/commit/b0819f2db5f21fcc3f9ce8689f34a31585e13fcb))
7
12
 
8
- # [@linters/commitlint-config-v1.3.1](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.0...@linters/commitlint-config-v1.3.1) (2020-05-09)
9
13
 
10
14
 
15
+
16
+
17
+ # [1.6.0](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.5.1...@linters/commitlint-config@1.6.0) (2022-01-30)
18
+
19
+
20
+ ### Features
21
+
22
+ * update dependencies ([4bb5087](https://github.com/developer239/linters/commit/4bb5087d3ac881b9b4fd92408fe854f79fb71fa1))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.5.1](https://github.com/developer239/linters/compare/@linters/commitlint-config@1.5.0...@linters/commitlint-config@1.5.1) (2021-02-17)
29
+
30
+ **Note:** Version bump only for package @linters/commitlint-config
31
+
32
+
33
+
34
+
35
+
36
+ # 1.5.0 (2021-02-17)
37
+
11
38
  ### Bug Fixes
12
39
 
13
- * make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
40
+ - make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
14
41
 
15
- # [@linters/commitlint-config-v1.3.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.2.0...@linters/commitlint-config-v1.3.0) (2020-05-09)
42
+ ### Features
43
+
44
+ - bump more dependencies 💣 ([86b07ba](https://github.com/developer239/linters/commit/86b07ba0e9e9e7333dac4dc5bd9c1b6d8d7bf6ff))
45
+ - flatten project structure ([c6af765](https://github.com/developer239/linters/commit/c6af765b1de34223f2703e128c80838f0cb9e0fd))
46
+ - mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
47
+ - move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
48
+
49
+ # [@linters/commitlint-config-v1.4.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.1...@linters/commitlint-config-v1.4.0) (2020-09-20)
16
50
 
51
+ ### Features
52
+
53
+ - bump more dependencies 💣 ([86b07ba](https://github.com/developer239/linters/commit/86b07ba0e9e9e7333dac4dc5bd9c1b6d8d7bf6ff))
54
+
55
+ # [@linters/commitlint-config-v1.3.1](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.3.0...@linters/commitlint-config-v1.3.1) (2020-05-09)
56
+
57
+ ### Bug Fixes
58
+
59
+ - make commitlint work ([e4ebd84](https://github.com/developer239/linters/commit/e4ebd84861215ad378b7dd6e69dcbbe9543b2147))
60
+
61
+ # [@linters/commitlint-config-v1.3.0](https://github.com/developer239/linters/compare/@linters/commitlint-config-v1.2.0...@linters/commitlint-config-v1.3.0) (2020-05-09)
17
62
 
18
63
  ### Features
19
64
 
20
- * mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
21
- * move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
65
+ - mass release all packages ([a7ab198](https://github.com/developer239/linters/commit/a7ab198fe829a1621f9dcb6c4adf04d406331b9e))
66
+ - move packages back to packages folder ([7567c72](https://github.com/developer239/linters/commit/7567c72db65a8fbe356e72fe59d8ba2c64e13305))
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ## Install
6
6
 
7
7
  ```sh
8
- yarn add @linters/commitlint-config -D
8
+ yarn add @commitlint/cli @linters/commitlint-config -D
9
9
  ```
10
10
 
11
11
  ## Usage
package/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  module.exports = {
2
- extends: [
3
- '@commitlint/config-conventional',
4
- ],
2
+ extends: ['@commitlint/config-conventional'],
5
3
  rules: {
6
4
  'body-leading-blank': [2, 'always'],
7
5
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linters/commitlint-config",
3
3
  "description": "The commitlint config you have been looking for.",
4
- "version": "1.4.0",
4
+ "version": "1.7.0",
5
5
  "repository": "https://github.com/developer239/linters",
6
6
  "engines": {
7
7
  "node": ">=12",
@@ -16,7 +16,11 @@
16
16
  "config",
17
17
  "semantic-release"
18
18
  ],
19
+ "peerDependencies": {
20
+ "@commitlint/cli": ">=16.0.0"
21
+ },
19
22
  "dependencies": {
20
- "@commitlint/config-conventional": "^11.0.0"
21
- }
23
+ "@commitlint/config-conventional": "16.0.0"
24
+ },
25
+ "gitHead": "aafb66e58eda65f833459aed0d12ffd5af96b81e"
22
26
  }