@crowdstrike/commitlint 4.0.4 → 6.0.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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/CHANGELOG.md +0 -106
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/commitlint",
3
- "version": "4.0.4",
3
+ "version": "6.0.0",
4
4
  "description": "commitlint settings for CrowdStrike",
5
5
  "bin": {
6
6
  "commitlint": "bin/index.js"
@@ -11,7 +11,7 @@
11
11
  "src"
12
12
  ],
13
13
  "scripts": {
14
- "lint:git": "commitlint",
14
+ "lint:git": "commitlint --default-branch main",
15
15
  "lint:js": "eslint . --ext js,json",
16
16
  "lint:md": "remark -f README.md",
17
17
  "release": "standard-version --commit-all",
@@ -38,14 +38,14 @@
38
38
  },
39
39
  "homepage": "https://github.com/CrowdStrike/commitlint#readme",
40
40
  "engines": {
41
- "node": ">=12.13"
41
+ "node": ">=14.15"
42
42
  },
43
43
  "dependencies": {
44
- "@commitlint/config-conventional": "^15.0.0",
45
- "@commitlint/format": "^15.0.0",
46
- "@commitlint/lint": "^15.0.0",
47
- "@commitlint/load": "^15.0.0",
48
- "@commitlint/read": "^15.0.0",
44
+ "@commitlint/config-conventional": "^17.0.0",
45
+ "@commitlint/format": "^17.0.0",
46
+ "@commitlint/lint": "^17.0.0",
47
+ "@commitlint/load": "^17.0.0",
48
+ "@commitlint/read": "^17.0.0",
49
49
  "commitlint-format-junit": "^1.1.4",
50
50
  "debug": "^4.1.1",
51
51
  "execa": "^5.0.0",
@@ -55,18 +55,18 @@
55
55
  "@crowdstrike/commitlint": "file:",
56
56
  "chai": "^4.3.0",
57
57
  "eslint": "^8.0.0",
58
- "eslint-config-crowdstrike": "^4.0.0",
58
+ "eslint-config-crowdstrike": "^8.0.0",
59
59
  "eslint-config-crowdstrike-node": "^3.0.0",
60
- "eslint-plugin-json-files": "^1.1.0",
61
- "eslint-plugin-mocha": "^9.0.0",
60
+ "eslint-plugin-json-files": "^2.0.0",
61
+ "eslint-plugin-mocha": "^10.0.0",
62
62
  "eslint-plugin-node": "^11.0.0",
63
63
  "git-fixtures": "^4.0.0",
64
- "mocha": "^9.0.0",
64
+ "mocha": "^10.0.0",
65
65
  "mocha-helpers": "^6.0.0",
66
- "remark-cli": "^10.0.0",
66
+ "remark-cli": "^11.0.0",
67
67
  "remark-preset-lint-crowdstrike": "^2.0.0",
68
68
  "renovate-config-standard": "^2.0.0",
69
- "standard-node-template": "2.0.0",
69
+ "standard-node-template": "3.0.0",
70
70
  "standard-version": "^9.1.0",
71
71
  "yargs-help-output": "^2.0.0"
72
72
  }
package/CHANGELOG.md DELETED
@@ -1,106 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [4.0.4](https://github.com/CrowdStrike/commitlint/compare/v4.0.3...v4.0.4) (2021-11-30)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **deps:** update commitlint monorepo to v15 ([59d2928](https://github.com/CrowdStrike/commitlint/commit/59d29284f12d32ff0b006b132c74fedda6e8c1d3))
11
-
12
- ### [4.0.3](https://github.com/CrowdStrike/commitlint/compare/v4.0.2...v4.0.3) (2021-11-08)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * **deps:** update commitlint monorepo and fix failing tests ([29144cf](https://github.com/CrowdStrike/commitlint/commit/29144cf97dc29feb3780c91c5f698067d7b848fd))
18
-
19
- ### [4.0.2](https://github.com/CrowdStrike/commitlint/compare/v4.0.1...v4.0.2) (2021-07-26)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **deps:** update commitlint monorepo to v13 ([5b9590d](https://github.com/CrowdStrike/commitlint/commit/5b9590df62d4e66008bbe8d4bfc4bb7a60b8774c))
25
-
26
- ### [4.0.1](https://github.com/CrowdStrike/commitlint/compare/v4.0.0...v4.0.1) (2021-06-15)
27
-
28
- ## [3.0.0](https://github.com/CrowdStrike/commitlint/compare/v2.2.0...v3.0.0) (2021-02-24)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * **deps:** update commitlint monorepo to v12 ([4d699eb](https://github.com/CrowdStrike/commitlint/commit/4d699eb4a187d4a8ae5d35c70f57789cded9ad6b))
34
-
35
- ## [2.2.0](https://github.com/CrowdStrike/commitlint/compare/v2.1.1...v2.2.0) (2021-02-18)
36
-
37
-
38
- ### Features
39
-
40
- * add usage ([bddf04b](https://github.com/CrowdStrike/commitlint/commit/bddf04b195b8cc0d0930fd0745744279c71c5042))
41
-
42
- ### [2.1.1](https://github.com/CrowdStrike/commitlint/compare/v2.1.0...v2.1.1) (2021-02-18)
43
-
44
- ## [2.1.0](https://github.com/CrowdStrike/commitlint/compare/v2.0.2...v2.1.0) (2021-02-18)
45
-
46
-
47
- ### Features
48
-
49
- * support custom default branch ([7c14947](https://github.com/CrowdStrike/commitlint/commit/7c14947d2eb164067f0f4d25486fca87a28306bb))
50
-
51
- ### [2.0.2](https://github.com/CrowdStrike/commitlint/compare/v2.0.1...v2.0.2) (2021-02-18)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * use execa ([35f73ae](https://github.com/CrowdStrike/commitlint/commit/35f73ae5e8ad53f770d7b08cc11830ac4714677c))
57
-
58
- ### [2.0.1](https://github.com/CrowdStrike/commitlint/compare/v2.0.0...v2.0.1) (2021-01-05)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * **deps:** update commitlint monorepo to v11 ([7fa0be3](https://github.com/CrowdStrike/commitlint/commit/7fa0be3c74942dca178a1f1a9b959bb38466bf49))
64
-
65
- ## [2.0.0](https://github.com/CrowdStrike/commitlint/compare/v1.0.4...v2.0.0) (2021-01-05)
66
-
67
-
68
- ### ⚠ BREAKING CHANGES
69
-
70
- * bump to node 10
71
-
72
- ### Features
73
-
74
- * update to commitlint 9 ([df4d7fc](https://github.com/CrowdStrike/commitlint/commit/df4d7fc2a374c21e72fe75513d983ae04563b75c))
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * use lame new import style ([75f26c3](https://github.com/CrowdStrike/commitlint/commit/75f26c38e228c65a1621b7c9eef9aa9b8a6f33c4))
80
-
81
-
82
- * bump to node 10 ([105be46](https://github.com/CrowdStrike/commitlint/commit/105be46c41c9bacab3c01c4f0a25c786e4dd44d5))
83
-
84
- ### [1.0.4](https://github.com/CrowdStrike/commitlint/compare/v1.0.3...v1.0.4) (2019-09-15)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * don't throw on tag checkouts ([e110207](https://github.com/CrowdStrike/commitlint/commit/e110207))
90
-
91
- ### [1.0.3](https://github.com/CrowdStrike/commitlint/compare/v1.0.2...v1.0.3) (2019-09-12)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * remove any top merge commits ([a47b6c3](https://github.com/CrowdStrike/commitlint/commit/a47b6c3))
97
-
98
- ### [1.0.2](https://github.com/CrowdStrike/commitlint/compare/v1.0.1...v1.0.2) (2019-09-11)
99
-
100
- ### [1.0.1](https://github.com/CrowdStrike/commitlint/compare/v1.0.0...v1.0.1) (2019-09-11)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * chmod +x bin/index.js ([171ae55](https://github.com/CrowdStrike/commitlint/commit/171ae55))
106
- * support detached head master ([e776d6f](https://github.com/CrowdStrike/commitlint/commit/e776d6f))