@commitlint/ensure 9.1.0 → 11.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.
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
+ # [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
7
+
8
+ **Note:** Version bump only for package @commitlint/ensure
9
+
10
+
11
+
12
+
13
+
14
+ # [10.0.0](https://github.com/conventional-changelog/commitlint/compare/v9.1.2...v10.0.0) (2020-08-16)
15
+
16
+
17
+ * 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)
18
+
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ * remove node 8 from circle-ci checks
23
+
24
+ also remove node 13 because we do not support experimental versions
25
+
26
+ * docs: update node v10 to latest LTS 10 version
27
+
28
+ Co-authored-by: Cedric van Putten <me@bycedric.com>
29
+
30
+ Co-authored-by: Cedric van Putten <me@bycedric.com>
31
+
32
+
33
+
34
+
35
+
36
+ ## [9.1.2](https://github.com/conventional-changelog/commitlint/compare/v9.1.1...v9.1.2) (2020-07-13)
37
+
38
+ **Note:** Version bump only for package @commitlint/ensure
39
+
40
+
41
+
42
+
43
+
44
+ ## [9.1.1](https://github.com/conventional-changelog/commitlint/compare/v9.1.0...v9.1.1) (2020-06-30)
45
+
46
+ **Note:** Version bump only for package @commitlint/ensure
47
+
48
+
49
+
50
+
51
+
6
52
  # [9.1.0](https://github.com/conventional-changelog/commitlint/compare/v9.0.1...v9.1.0) (2020-06-21)
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.0",
3
+ "version": "11.0.0",
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": ">=8"
15
+ "node": ">=v10.22.0"
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.0",
38
- "@types/lodash": "4.14.149",
37
+ "@commitlint/utils": "^11.0.0",
38
+ "@types/lodash": "4.14.161",
39
39
  "globby": "^11.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@commitlint/types": "^9.1.0",
43
- "lodash": "^4.17.15"
42
+ "@commitlint/types": "^11.0.0",
43
+ "lodash": "^4.17.19"
44
44
  },
45
- "gitHead": "c9f5c5cb3f995362c760308f114b6319c0e55ce3"
45
+ "gitHead": "922317463f7c90c0fb319e075de533dd63343863"
46
46
  }