@crowdstrike/commitlint 4.0.0 → 4.0.4

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/CHANGELOG.md +23 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
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
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
+
5
28
  ## [3.0.0](https://github.com/CrowdStrike/commitlint/compare/v2.2.0...v3.0.0) (2021-02-24)
6
29
 
7
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/commitlint",
3
- "version": "4.0.0",
3
+ "version": "4.0.4",
4
4
  "description": "commitlint settings for CrowdStrike",
5
5
  "bin": {
6
6
  "commitlint": "bin/index.js"
@@ -41,11 +41,11 @@
41
41
  "node": ">=12.13"
42
42
  },
43
43
  "dependencies": {
44
- "@commitlint/config-conventional": "^12.0.0",
45
- "@commitlint/format": "^12.0.0",
46
- "@commitlint/lint": "^12.0.0",
47
- "@commitlint/load": "^12.0.0",
48
- "@commitlint/read": "^12.0.0",
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",
49
49
  "commitlint-format-junit": "^1.1.4",
50
50
  "debug": "^4.1.1",
51
51
  "execa": "^5.0.0",
@@ -54,20 +54,20 @@
54
54
  "devDependencies": {
55
55
  "@crowdstrike/commitlint": "file:",
56
56
  "chai": "^4.3.0",
57
- "eslint": "^7.17.0",
58
- "eslint-config-crowdstrike": "^3.0.0",
57
+ "eslint": "^8.0.0",
58
+ "eslint-config-crowdstrike": "^4.0.0",
59
59
  "eslint-config-crowdstrike-node": "^3.0.0",
60
- "eslint-plugin-json-files": "1.1.0",
60
+ "eslint-plugin-json-files": "^1.1.0",
61
61
  "eslint-plugin-mocha": "^9.0.0",
62
62
  "eslint-plugin-node": "^11.0.0",
63
63
  "git-fixtures": "^4.0.0",
64
64
  "mocha": "^9.0.0",
65
65
  "mocha-helpers": "^6.0.0",
66
- "remark-cli": "^9.0.0",
66
+ "remark-cli": "^10.0.0",
67
67
  "remark-preset-lint-crowdstrike": "^2.0.0",
68
68
  "renovate-config-standard": "^2.0.0",
69
69
  "standard-node-template": "2.0.0",
70
70
  "standard-version": "^9.1.0",
71
- "yargs-help-output": "^1.0.4"
71
+ "yargs-help-output": "^2.0.0"
72
72
  }
73
73
  }