@form8ion/commitlint-config 1.0.55 → 1.0.57

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/README.md +4 -1
  2. package/package.json +13 -10
package/README.md CHANGED
@@ -6,6 +6,7 @@ for [commitlint](https://conventional-changelog.github.io/commitlint/)
6
6
  <!--status-badges start -->
7
7
 
8
8
  [![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
9
+ ![SLSA Level 2][slsa-badge]
9
10
 
10
11
  <!--status-badges end -->
11
12
 
@@ -85,7 +86,7 @@ $ npm test
85
86
 
86
87
  [semantic-release-link]: https://github.com/semantic-release/semantic-release
87
88
 
88
- [semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
89
+ [semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
89
90
 
90
91
  [PRs-link]: http://makeapullrequest.com
91
92
 
@@ -98,3 +99,5 @@ $ npm test
98
99
  [github-actions-ci-link]: https://github.com/form8ion/commitlint-config/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
99
100
 
100
101
  [github-actions-ci-badge]: https://github.com/form8ion/commitlint-config/workflows/Node.js%20CI/badge.svg
102
+
103
+ [slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/commitlint-config",
3
3
  "description": "shareable config for commitlint",
4
4
  "license": "MIT",
5
- "version": "1.0.55",
5
+ "version": "1.0.57",
6
6
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
7
7
  "repository": "form8ion/commitlint-config",
8
8
  "bugs": "https://github.com/form8ion/commitlint-config/issues",
@@ -13,25 +13,28 @@
13
13
  "lint:md": "remark . --frail",
14
14
  "lint:sensitive": "ban",
15
15
  "lint:peer": "npm ls >/dev/null",
16
- "prepare": "husky install"
16
+ "prepare": "husky install",
17
+ "lint:publish": "publint --strict"
17
18
  },
18
19
  "files": [
19
20
  "index.js"
20
21
  ],
21
22
  "publishConfig": {
22
- "access": "public"
23
+ "access": "public",
24
+ "provenance": true
23
25
  },
24
26
  "dependencies": {
25
- "@commitlint/cli": "17.7.1",
26
- "@commitlint/config-conventional": "17.7.0"
27
+ "@commitlint/cli": "17.8.0",
28
+ "@commitlint/config-conventional": "17.8.0"
27
29
  },
28
30
  "devDependencies": {
29
- "@form8ion/remark-lint-preset": "6.0.0",
30
- "@travi/any": "2.1.8",
31
- "ban-sensitive-files": "1.9.19",
31
+ "@form8ion/remark-lint-preset": "6.0.2",
32
+ "@travi/any": "3.0.0",
33
+ "ban-sensitive-files": "1.10.1",
32
34
  "cz-conventional-changelog": "3.3.0",
33
35
  "husky": "8.0.3",
34
- "npm-run-all": "4.1.5",
35
- "remark-cli": "11.0.0"
36
+ "npm-run-all2": "6.1.1",
37
+ "publint": "0.2.4",
38
+ "remark-cli": "12.0.0"
36
39
  }
37
40
  }