@form8ion/eslint-config-extender 8.0.3 → 8.1.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/README.md +8 -5
- package/package.json +29 -27
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
[![Codecov][coverage-badge]][coverage-link]
|
|
9
9
|
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
10
|
+
![SLSA Level 2][slsa-badge]
|
|
10
11
|
|
|
11
12
|
<!--status-badges end -->
|
|
12
13
|
|
|
@@ -141,15 +142,15 @@ $ npm test
|
|
|
141
142
|
|
|
142
143
|
[semantic-release-link]: https://github.com/semantic-release/semantic-release
|
|
143
144
|
|
|
144
|
-
[semantic-release-badge]: https://img.shields.io/badge
|
|
145
|
+
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
|
|
145
146
|
|
|
146
147
|
[renovate-link]: https://renovatebot.com
|
|
147
148
|
|
|
148
|
-
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=
|
|
149
|
+
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
|
|
149
150
|
|
|
150
151
|
[coverage-link]: https://codecov.io/github/form8ion/eslint-config-extender
|
|
151
152
|
|
|
152
|
-
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/eslint-config-extender
|
|
153
|
+
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/eslint-config-extender?logo=codecov
|
|
153
154
|
|
|
154
155
|
[license-link]: LICENSE
|
|
155
156
|
|
|
@@ -157,7 +158,7 @@ $ npm test
|
|
|
157
158
|
|
|
158
159
|
[npm-link]: https://www.npmjs.com/package/@form8ion/eslint-config-extender
|
|
159
160
|
|
|
160
|
-
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config-extender
|
|
161
|
+
[npm-badge]: https://img.shields.io/npm/v/@form8ion/eslint-config-extender?logo=npm
|
|
161
162
|
|
|
162
163
|
[runkit-link]: https://npm.runkit.com/@form8ion/eslint-config-extender
|
|
163
164
|
|
|
@@ -165,6 +166,8 @@ $ npm test
|
|
|
165
166
|
|
|
166
167
|
[github-actions-ci-link]: https://github.com/form8ion/eslint-config-extender/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
167
168
|
|
|
168
|
-
[github-actions-ci-badge]: https://
|
|
169
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/form8ion/eslint-config-extender/node-ci.yml.svg?branch=master&logo=github
|
|
169
170
|
|
|
170
171
|
[node-badge]: https://img.shields.io/node/v/@form8ion/eslint-config-extender?logo=node.js
|
|
172
|
+
|
|
173
|
+
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@form8ion/eslint-config-extender",
|
|
3
3
|
"description": "shareable ESLint config scaffolder for extending another config",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "8.
|
|
5
|
+
"version": "8.1.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "^
|
|
8
|
+
"node": "^18.17.0 || >=20.6.1"
|
|
9
9
|
},
|
|
10
10
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org)",
|
|
11
11
|
"repository": "form8ion/eslint-config-extender",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"test:unit:base": "DEBUG=any vitest run",
|
|
42
42
|
"lint:peer": "npm ls >/dev/null",
|
|
43
43
|
"prepare": "husky install",
|
|
44
|
-
"lint:engines": "ls-engines"
|
|
44
|
+
"lint:engines": "ls-engines",
|
|
45
|
+
"lint:publish": "publint --strict"
|
|
45
46
|
},
|
|
46
47
|
"files": [
|
|
47
48
|
"example.js",
|
|
@@ -52,42 +53,43 @@
|
|
|
52
53
|
"provenance": true
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
|
-
"@form8ion/javascript": "^
|
|
56
|
+
"@form8ion/javascript": "^12.0.0",
|
|
56
57
|
"@form8ion/javascript-core": "^10.0.0",
|
|
57
|
-
"@form8ion/project": "^
|
|
58
|
+
"@form8ion/project": "^18.0.0",
|
|
58
59
|
"deepmerge": "^4.2.2",
|
|
59
60
|
"write-yaml": "^1.0.0"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@cucumber/cucumber": "
|
|
63
|
-
"@form8ion/commitlint-config": "1.0.
|
|
64
|
-
"@form8ion/eslint-config": "
|
|
63
|
+
"@cucumber/cucumber": "10.3.0",
|
|
64
|
+
"@form8ion/commitlint-config": "1.0.66",
|
|
65
|
+
"@form8ion/eslint-config": "7.0.8",
|
|
65
66
|
"@form8ion/eslint-config-cucumber": "1.4.1",
|
|
66
|
-
"@form8ion/remark-lint-preset": "6.0.
|
|
67
|
-
"@travi/any": "
|
|
68
|
-
"@travi/github-scaffolder": "
|
|
69
|
-
"ban-sensitive-files": "1.
|
|
70
|
-
"c8": "
|
|
71
|
-
"chai": "
|
|
67
|
+
"@form8ion/remark-lint-preset": "6.0.2",
|
|
68
|
+
"@travi/any": "3.0.2",
|
|
69
|
+
"@travi/github-scaffolder": "10.0.0",
|
|
70
|
+
"ban-sensitive-files": "1.10.1",
|
|
71
|
+
"c8": "9.1.0",
|
|
72
|
+
"chai": "5.0.0",
|
|
72
73
|
"cross-env": "7.0.3",
|
|
73
74
|
"cz-conventional-changelog": "3.3.0",
|
|
74
75
|
"debug": "4.3.4",
|
|
75
|
-
"gherkin-lint": "4.2.
|
|
76
|
+
"gherkin-lint": "4.2.4",
|
|
76
77
|
"husky": "8.0.3",
|
|
77
|
-
"jest-when": "3.
|
|
78
|
+
"jest-when": "3.6.0",
|
|
78
79
|
"js-yaml": "4.1.0",
|
|
79
|
-
"lockfile-lint": "4.
|
|
80
|
-
"ls-engines": "0.9.
|
|
80
|
+
"lockfile-lint": "4.12.1",
|
|
81
|
+
"ls-engines": "0.9.1",
|
|
81
82
|
"mock-fs": "5.2.0",
|
|
82
|
-
"nock": "13.
|
|
83
|
-
"npm-run-
|
|
84
|
-
"
|
|
85
|
-
"remark-
|
|
86
|
-
"remark-
|
|
87
|
-
"
|
|
88
|
-
"
|
|
83
|
+
"nock": "13.5.0",
|
|
84
|
+
"npm-run-all2": "6.1.1",
|
|
85
|
+
"publint": "0.2.7",
|
|
86
|
+
"remark-cli": "12.0.0",
|
|
87
|
+
"remark-toc": "9.0.0",
|
|
88
|
+
"remark-usage": "11.0.1",
|
|
89
|
+
"rimraf": "5.0.5",
|
|
90
|
+
"rollup": "4.9.5",
|
|
89
91
|
"rollup-plugin-auto-external": "2.0.0",
|
|
90
|
-
"testdouble": "3.
|
|
91
|
-
"vitest": "
|
|
92
|
+
"testdouble": "3.20.1",
|
|
93
|
+
"vitest": "1.2.0"
|
|
92
94
|
}
|
|
93
95
|
}
|