@pragmatic-divops/cli 1.11.13 → 1.11.15

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.
@@ -1870,7 +1870,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1870
1870
  var name = "@pragmatic-divops/cli";
1871
1871
  var description = "cli for various organization tools";
1872
1872
  var license = "MIT";
1873
- var version = "1.11.13";
1873
+ var version = "1.11.15";
1874
1874
  var type = "module";
1875
1875
  var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
1876
1876
  var repository = "pragmatic-divops/cli";
@@ -1897,7 +1897,7 @@ var scripts = {
1897
1897
  "lint:peer": "npm ls >/dev/null",
1898
1898
  "lint:gherkin": "gherkin-lint",
1899
1899
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
1900
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps $NODE_OPTIONS\" DEBUG=any cucumber-js test/integration",
1900
+ "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
1901
1901
  "test:integration:debug": "DEBUG=test run-s test:integration",
1902
1902
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
1903
1903
  "test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
@@ -1915,15 +1915,15 @@ var publishConfig = {
1915
1915
  var dependencies = {
1916
1916
  "@form8ion/codecov": "6.2.0",
1917
1917
  "@form8ion/cucumber-scaffolder": "4.0.0",
1918
- "@form8ion/eslint-config-extender": "10.0.1",
1918
+ "@form8ion/eslint-config-extender": "10.0.2",
1919
1919
  "@form8ion/gatsby": "1.0.3",
1920
1920
  "@form8ion/github": "2.0.0",
1921
1921
  "@form8ion/github-actions-node-ci": "5.0.1",
1922
- "@form8ion/javascript": "13.0.1",
1923
- "@form8ion/javascript-core": "12.2.0",
1922
+ "@form8ion/javascript": "13.0.2",
1923
+ "@form8ion/javascript-core": "12.3.0",
1924
1924
  "@form8ion/lift": "9.2.2",
1925
1925
  "@form8ion/mocha-scaffolder": "5.0.1",
1926
- "@form8ion/project": "19.0.2",
1926
+ "@form8ion/project": "20.0.0",
1927
1927
  "@form8ion/renovate-scaffolder": "3.0.0",
1928
1928
  "@travi/netlify-scaffolder": "1.6.0",
1929
1929
  "update-notifier": "7.3.1",
@@ -1932,7 +1932,7 @@ var dependencies = {
1932
1932
  var devDependencies = {
1933
1933
  "@babel/register": "7.25.9",
1934
1934
  "@cucumber/cucumber": "11.0.1",
1935
- "@form8ion/config-file": "1.1.2",
1935
+ "@form8ion/config-file": "1.3.0",
1936
1936
  "@form8ion/core": "4.8.0",
1937
1937
  "@pragmatic-divops/commitlint-config": "1.0.62",
1938
1938
  "@pragmatic-divops/eslint-config": "1.0.96",
@@ -1947,19 +1947,19 @@ var devDependencies = {
1947
1947
  "cross-env": "7.0.3",
1948
1948
  "cz-conventional-changelog": "3.3.0",
1949
1949
  "deep-equal": "2.2.3",
1950
- execa: "8.0.1",
1950
+ execa: "9.5.1",
1951
1951
  "gherkin-lint": "4.2.4",
1952
1952
  "http-status-codes": "2.3.0",
1953
1953
  husky: "9.1.6",
1954
1954
  "jest-when": "3.6.0",
1955
1955
  "lockfile-lint": "4.14.0",
1956
1956
  "mock-fs": "5.4.1",
1957
- msw: "2.6.2",
1957
+ msw: "2.6.4",
1958
1958
  "npm-run-all2": "7.0.1",
1959
1959
  "remark-cli": "12.0.1",
1960
1960
  "remark-toc": "9.0.0",
1961
1961
  rimraf: "6.0.1",
1962
- rollup: "4.24.4",
1962
+ rollup: "4.25.0",
1963
1963
  "rollup-plugin-auto-external": "2.0.0",
1964
1964
  "rollup-plugin-executable": "1.6.3",
1965
1965
  "rollup-plugin-json": "4.0.0",
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.13",
5
+ "version": "1.11.15",
6
6
  "type": "module",
7
7
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
8
8
  "repository": "pragmatic-divops/cli",
@@ -29,7 +29,7 @@
29
29
  "lint:peer": "npm ls >/dev/null",
30
30
  "lint:gherkin": "gherkin-lint",
31
31
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
32
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps $NODE_OPTIONS\" DEBUG=any cucumber-js test/integration",
32
+ "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
33
33
  "test:integration:debug": "DEBUG=test run-s test:integration",
34
34
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
35
35
  "test:integration:wip:debug": "DEBUG=test run-s 'test:integration:wip'",
@@ -47,15 +47,15 @@
47
47
  "dependencies": {
48
48
  "@form8ion/codecov": "6.2.0",
49
49
  "@form8ion/cucumber-scaffolder": "4.0.0",
50
- "@form8ion/eslint-config-extender": "10.0.1",
50
+ "@form8ion/eslint-config-extender": "10.0.2",
51
51
  "@form8ion/gatsby": "1.0.3",
52
52
  "@form8ion/github": "2.0.0",
53
53
  "@form8ion/github-actions-node-ci": "5.0.1",
54
- "@form8ion/javascript": "13.0.1",
55
- "@form8ion/javascript-core": "12.2.0",
54
+ "@form8ion/javascript": "13.0.2",
55
+ "@form8ion/javascript-core": "12.3.0",
56
56
  "@form8ion/lift": "9.2.2",
57
57
  "@form8ion/mocha-scaffolder": "5.0.1",
58
- "@form8ion/project": "19.0.2",
58
+ "@form8ion/project": "20.0.0",
59
59
  "@form8ion/renovate-scaffolder": "3.0.0",
60
60
  "@travi/netlify-scaffolder": "1.6.0",
61
61
  "update-notifier": "7.3.1",
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@babel/register": "7.25.9",
66
66
  "@cucumber/cucumber": "11.0.1",
67
- "@form8ion/config-file": "1.1.2",
67
+ "@form8ion/config-file": "1.3.0",
68
68
  "@form8ion/core": "4.8.0",
69
69
  "@pragmatic-divops/commitlint-config": "1.0.62",
70
70
  "@pragmatic-divops/eslint-config": "1.0.96",
@@ -79,19 +79,19 @@
79
79
  "cross-env": "7.0.3",
80
80
  "cz-conventional-changelog": "3.3.0",
81
81
  "deep-equal": "2.2.3",
82
- "execa": "8.0.1",
82
+ "execa": "9.5.1",
83
83
  "gherkin-lint": "4.2.4",
84
84
  "http-status-codes": "2.3.0",
85
85
  "husky": "9.1.6",
86
86
  "jest-when": "3.6.0",
87
87
  "lockfile-lint": "4.14.0",
88
88
  "mock-fs": "5.4.1",
89
- "msw": "2.6.2",
89
+ "msw": "2.6.4",
90
90
  "npm-run-all2": "7.0.1",
91
91
  "remark-cli": "12.0.1",
92
92
  "remark-toc": "9.0.0",
93
93
  "rimraf": "6.0.1",
94
- "rollup": "4.24.4",
94
+ "rollup": "4.25.0",
95
95
  "rollup-plugin-auto-external": "2.0.0",
96
96
  "rollup-plugin-executable": "1.6.3",
97
97
  "rollup-plugin-json": "4.0.0",