@pragmatic-divops/cli 1.11.17 → 1.11.18
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 +9 -6
- package/bin/pragmatic-divops.js +40 -440
- package/bin/pragmatic-divops.js.map +1 -1
- package/package.json +25 -21
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@pragmatic-divops/cli",
|
|
3
3
|
"description": "cli for various organization tools",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.11.
|
|
5
|
+
"version": "1.11.18",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
|
|
8
8
|
"repository": "pragmatic-divops/cli",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
|
|
16
|
-
"lint:lockfile": "lockfile-lint
|
|
16
|
+
"lint:lockfile": "lockfile-lint",
|
|
17
17
|
"lint:js": "eslint . --cache",
|
|
18
18
|
"lint:md": "remark . --frail",
|
|
19
19
|
"generate:md": "remark . --output",
|
|
@@ -36,14 +36,18 @@
|
|
|
36
36
|
"test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
|
|
37
37
|
"pretest:e2e": "run-s build",
|
|
38
38
|
"test:e2e": "node ./test/e2e/smoke-test.mjs",
|
|
39
|
-
"prepare": "husky install"
|
|
39
|
+
"prepare": "husky install",
|
|
40
|
+
"lint:js:fix": "run-s 'lint:js -- --fix'",
|
|
41
|
+
"lint:publish": "publint --strict"
|
|
40
42
|
},
|
|
41
43
|
"files": [
|
|
42
44
|
"bin/"
|
|
43
45
|
],
|
|
44
46
|
"publishConfig": {
|
|
45
|
-
"access": "public"
|
|
47
|
+
"access": "public",
|
|
48
|
+
"provenance": true
|
|
46
49
|
},
|
|
50
|
+
"packageManager": "npm@11.1.0+sha512.acf301ad9b9ddba948fcb72341e2f0fcae477f56a95cc2a092934d133a7461062633cefbf93d5934a3dc0768674e2edee9f04dcfcc4bb4c327ff0e3a7d552a1b",
|
|
47
51
|
"dependencies": {
|
|
48
52
|
"@form8ion/codecov": "6.2.0",
|
|
49
53
|
"@form8ion/cucumber-scaffolder": "4.0.0",
|
|
@@ -53,7 +57,7 @@
|
|
|
53
57
|
"@form8ion/github-actions-node-ci": "5.0.1",
|
|
54
58
|
"@form8ion/javascript": "13.0.2",
|
|
55
59
|
"@form8ion/javascript-core": "12.3.0",
|
|
56
|
-
"@form8ion/lift": "10.0.
|
|
60
|
+
"@form8ion/lift": "10.0.1",
|
|
57
61
|
"@form8ion/mocha-scaffolder": "5.0.1",
|
|
58
62
|
"@form8ion/project": "20.0.0",
|
|
59
63
|
"@form8ion/renovate-scaffolder": "3.0.0",
|
|
@@ -62,39 +66,39 @@
|
|
|
62
66
|
"yargs": "17.7.2"
|
|
63
67
|
},
|
|
64
68
|
"devDependencies": {
|
|
65
|
-
"@cucumber/cucumber": "11.
|
|
69
|
+
"@cucumber/cucumber": "11.2.0",
|
|
66
70
|
"@form8ion/config-file": "1.3.0",
|
|
67
71
|
"@form8ion/core": "4.8.0",
|
|
68
|
-
"@pragmatic-divops/commitlint-config": "1.0.
|
|
72
|
+
"@pragmatic-divops/commitlint-config": "1.0.65",
|
|
69
73
|
"@pragmatic-divops/eslint-config": "1.0.96",
|
|
70
74
|
"@pragmatic-divops/eslint-config-cucumber": "1.0.1",
|
|
71
|
-
"@pragmatic-divops/remark-preset": "4.0.
|
|
72
|
-
"@rollup/plugin-node-resolve": "
|
|
75
|
+
"@pragmatic-divops/remark-preset": "4.0.7",
|
|
76
|
+
"@rollup/plugin-node-resolve": "16.0.0",
|
|
73
77
|
"@travi/any": "3.1.2",
|
|
74
|
-
"ban-sensitive-files": "1.10.
|
|
75
|
-
"c8": "10.1.
|
|
78
|
+
"ban-sensitive-files": "1.10.7",
|
|
79
|
+
"c8": "10.1.3",
|
|
76
80
|
"chai": "5.1.2",
|
|
77
81
|
"cross-env": "7.0.3",
|
|
78
82
|
"cz-conventional-changelog": "3.3.0",
|
|
79
83
|
"deep-equal": "2.2.3",
|
|
80
|
-
"execa": "9.5.
|
|
84
|
+
"execa": "9.5.2",
|
|
81
85
|
"gherkin-lint": "4.2.4",
|
|
82
86
|
"http-status-codes": "2.3.0",
|
|
83
|
-
"husky": "9.1.
|
|
84
|
-
"jest-when": "3.
|
|
87
|
+
"husky": "9.1.7",
|
|
88
|
+
"jest-when": "3.7.0",
|
|
85
89
|
"lockfile-lint": "4.14.0",
|
|
86
|
-
"mock-fs": "5.
|
|
87
|
-
"msw": "2.
|
|
88
|
-
"npm-run-all2": "7.0.
|
|
90
|
+
"mock-fs": "5.5.0",
|
|
91
|
+
"msw": "2.7.0",
|
|
92
|
+
"npm-run-all2": "7.0.2",
|
|
93
|
+
"publint": "0.3.4",
|
|
89
94
|
"remark-cli": "12.0.1",
|
|
90
95
|
"remark-toc": "9.0.0",
|
|
91
96
|
"rimraf": "6.0.1",
|
|
92
|
-
"rollup": "4.
|
|
97
|
+
"rollup": "4.34.6",
|
|
93
98
|
"rollup-plugin-auto-external": "2.0.0",
|
|
94
99
|
"rollup-plugin-executable": "1.6.3",
|
|
95
100
|
"rollup-plugin-json": "4.0.0",
|
|
96
101
|
"testdouble": "3.20.2",
|
|
97
|
-
"vitest": "
|
|
98
|
-
}
|
|
99
|
-
"packageManager": "npm@10.9.0+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
|
|
102
|
+
"vitest": "3.0.5"
|
|
103
|
+
}
|
|
100
104
|
}
|