@pragmatic-divops/eslint-config-cypress 1.0.38 → 1.0.39

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 +3 -0
  2. package/package.json +11 -5
package/README.md CHANGED
@@ -5,6 +5,7 @@ Shareable config for ESLint for projects that use Cypress, which extends [@form8
5
5
  <!--status-badges start -->
6
6
 
7
7
  [![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
8
+ ![SLSA Level 2][slsa-badge]
8
9
 
9
10
  <!--status-badges end -->
10
11
 
@@ -99,3 +100,5 @@ $ npm test
99
100
  [npm-link]: https://www.npmjs.com/package/@pragmatic-divops/eslint-config-cypress
100
101
 
101
102
  [npm-badge]: https://img.shields.io/npm/v/@pragmatic-divops/eslint-config-cypress.svg
103
+
104
+ [slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
package/package.json CHANGED
@@ -2,15 +2,17 @@
2
2
  "name": "@pragmatic-divops/eslint-config-cypress",
3
3
  "description": "Shareable config for ESLint for projects that use Cypress",
4
4
  "license": "MIT",
5
- "version": "1.0.38",
5
+ "version": "1.0.39",
6
6
  "files": [
7
7
  "example.js",
8
8
  "index.js"
9
9
  ],
10
10
  "publishConfig": {
11
- "access": "public"
11
+ "access": "public",
12
+ "provenance": true
12
13
  },
13
14
  "runkitExampleFilename": "./example.js",
15
+ "type": "commonjs",
14
16
  "repository": "pragmatic-divops/eslint-config-cypress",
15
17
  "bugs": "https://github.com/pragmatic-divops/eslint-config-cypress/issues",
16
18
  "homepage": "https://npm.im/@pragmatic-divops/eslint-config-cypress",
@@ -22,21 +24,25 @@
22
24
  "generate:md": "remark . --output",
23
25
  "lint:sensitive": "ban",
24
26
  "lint:js": "eslint .",
27
+ "lint:js:fix": "run-s 'lint:js -- --fix'",
25
28
  "lint:peer": "npm ls >/dev/null",
29
+ "lint:publish": "publint --strict",
26
30
  "prepare": "husky install"
27
31
  },
32
+ "packageManager": "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117",
28
33
  "dependencies": {
29
34
  "@form8ion/eslint-config-cypress": "1.3.61"
30
35
  },
31
36
  "devDependencies": {
32
- "@pragmatic-divops/commitlint-config": "1.0.67",
33
- "@pragmatic-divops/eslint-config": "1.0.96",
37
+ "@pragmatic-divops/commitlint-config": "1.0.69",
38
+ "@pragmatic-divops/eslint-config": "1.0.97",
34
39
  "@pragmatic-divops/remark-preset": "4.0.8",
35
- "ban-sensitive-files": "1.10.8",
40
+ "ban-sensitive-files": "1.10.11",
36
41
  "cz-conventional-changelog": "3.3.0",
37
42
  "husky": "9.1.7",
38
43
  "lockfile-lint": "4.14.1",
39
44
  "npm-run-all2": "8.0.4",
45
+ "publint": "0.3.16",
40
46
  "remark-cli": "12.0.1",
41
47
  "remark-toc": "9.0.0",
42
48
  "remark-usage": "11.0.1"