@commitlint/ensure 9.1.2 → 12.0.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
@@ -3,6 +3,52 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [12.0.1](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.0.1) (2021-02-23)
7
+
8
+ **Note:** Version bump only for package @commitlint/ensure
9
+
10
+
11
+
12
+
13
+
14
+ # [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
15
+
16
+ **Note:** Version bump only for package @commitlint/ensure
17
+
18
+
19
+
20
+
21
+
22
+ # [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
23
+
24
+ **Note:** Version bump only for package @commitlint/ensure
25
+
26
+
27
+
28
+
29
+
30
+ # [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
31
+
32
+
33
+ * refactor!: drop support for node 8 (#1999) ([751f39f](https://github.com/conventional-changelog/commitlint/commit/751f39f284ef232574a176c3c11b1982ee544166)), closes [#1999](https://github.com/conventional-changelog/commitlint/issues/1999)
34
+
35
+
36
+ ### BREAKING CHANGES
37
+
38
+ * remove node 8 from circle-ci checks
39
+
40
+ also remove node 13 because we do not support experimental versions
41
+
42
+ * docs: update node v10 to latest LTS 10 version
43
+
44
+ Co-authored-by: Cedric van Putten <me@bycedric.com>
45
+
46
+ Co-authored-by: Cedric van Putten <me@bycedric.com>
47
+
48
+
49
+
50
+
51
+
6
52
  ## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
7
53
 
8
54
  **Note:** Version bump only for package @commitlint/ensure
package/lib/enum.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"enum.d.ts","sourceRoot":"","sources":["../src/enum.ts"],"names":[],"mappings":";AAAA,wBAQE"}
1
+ {"version":3,"file":"enum.d.ts","sourceRoot":"","sources":["../src/enum.ts"],"names":[],"mappings":"gCAAuB,GAAG,UAAS,GAAG,EAAE,KAAQ,OAAO;AAAvD,wBAQE"}
package/lib/index.js CHANGED
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.notEmpty = exports.minLength = exports.maxLineLength = exports.maxLength = exports.enum = exports.case = void 0;
6
7
  const case_1 = __importDefault(require("./case"));
7
8
  exports.case = case_1.default;
8
9
  const enum_1 = __importDefault(require("./enum"));
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;AAAA,kDAAgC;AAOV,eAPf,cAAU,CAOS;AAN1B,kDAAgC;AAOV,eAPf,cAAU,CAOS;AAN1B,8DAAqC;AAO7B,oBAPD,oBAAS,CAOC;AANjB,wEAA8C;AAM3B,wBANZ,yBAAa,CAMY;AALhC,8DAAqC;AAKH,oBAL3B,oBAAS,CAK2B;AAJ3C,4DAAmC;AAIU,mBAJtC,mBAAQ,CAIsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAgC;AAOV,eAPf,cAAU,CAOS;AAN1B,kDAAgC;AAOV,eAPf,cAAU,CAOS;AAN1B,8DAAqC;AAO7B,oBAPD,oBAAS,CAOC;AANjB,wEAA8C;AAM3B,wBANZ,yBAAa,CAMY;AALhC,8DAAqC;AAKH,oBAL3B,oBAAS,CAK2B;AAJ3C,4DAAmC;AAIU,mBAJtC,mBAAQ,CAIsC"}
@@ -1 +1 @@
1
- {"version":3,"file":"max-length.d.ts","sourceRoot":"","sources":["../src/max-length.ts"],"names":[],"mappings":";AAAA,wBACkD"}
1
+ {"version":3,"file":"max-length.d.ts","sourceRoot":"","sources":["../src/max-length.ts"],"names":[],"mappings":"gCAAuB,MAAM,OAAO,MAAM,KAAG,OAAO;AAApD,wBACkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"max-line-length.d.ts","sourceRoot":"","sources":["../src/max-line-length.ts"],"names":[],"mappings":";AAEA,wBAEuD"}
1
+ {"version":3,"file":"max-line-length.d.ts","sourceRoot":"","sources":["../src/max-line-length.ts"],"names":[],"mappings":"gCAEuB,MAAM,OAAO,MAAM,KAAG,OAAO;AAApD,wBAEyD"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  const max_length_1 = __importDefault(require("./max-length"));
7
7
  exports.default = (value, max) => typeof value === 'string' &&
8
- value.split(/\r?\n/).every(line => max_length_1.default(line, max));
8
+ value.split(/\r?\n/).every((line) => max_length_1.default(line, max));
9
9
  //# sourceMappingURL=max-line-length.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"max-line-length.js","sourceRoot":"","sources":["../src/max-line-length.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAElC,kBAAe,CAAC,KAAa,EAAE,GAAW,EAAW,EAAE,CACtD,OAAO,KAAK,KAAK,QAAQ;IACzB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,oBAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"max-line-length.js","sourceRoot":"","sources":["../src/max-line-length.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAElC,kBAAe,CAAC,KAAa,EAAE,GAAW,EAAW,EAAE,CACtD,OAAO,KAAK,KAAK,QAAQ;IACzB,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,oBAAM,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"min-length.d.ts","sourceRoot":"","sources":["../src/min-length.ts"],"names":[],"mappings":";AAAA,wBACkD"}
1
+ {"version":3,"file":"min-length.d.ts","sourceRoot":"","sources":["../src/min-length.ts"],"names":[],"mappings":"gCAAuB,MAAM,OAAO,MAAM,KAAG,OAAO;AAApD,wBACkD"}
@@ -1 +1 @@
1
- {"version":3,"file":"not-empty.d.ts","sourceRoot":"","sources":["../src/not-empty.ts"],"names":[],"mappings":";AAAA,wBAC+C"}
1
+ {"version":3,"file":"not-empty.d.ts","sourceRoot":"","sources":["../src/not-empty.ts"],"names":[],"mappings":"gCAAuB,MAAM,KAAG,OAAO;AAAvC,wBAC+C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commitlint/ensure",
3
- "version": "9.1.2",
3
+ "version": "12.0.1",
4
4
  "description": "Lint your commit messages",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "pkg": "pkg-check"
13
13
  },
14
14
  "engines": {
15
- "node": ">=v8.17.0"
15
+ "node": ">=v10"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "license": "MIT",
36
36
  "devDependencies": {
37
- "@commitlint/utils": "^9.1.2",
38
- "@types/lodash": "4.14.157",
37
+ "@commitlint/utils": "^12.0.1",
38
+ "@types/lodash": "^4.14.161",
39
39
  "globby": "^11.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@commitlint/types": "^9.1.2",
42
+ "@commitlint/types": "^12.0.1",
43
43
  "lodash": "^4.17.19"
44
44
  },
45
- "gitHead": "41d4f5851508be1421bd23e0424cacf043bc6a88"
45
+ "gitHead": "610d2911bea066c87700155de3bf5bbecf266a8d"
46
46
  }