@travi/cli 16.0.0 → 16.0.2

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/bin/travi.js +23 -23
  2. package/package.json +23 -23
package/bin/travi.js CHANGED
@@ -56,7 +56,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
56
56
  var name = "@travi/cli";
57
57
  var description = "cli for my various tools";
58
58
  var license = "MIT";
59
- var version = "16.0.0";
59
+ var version = "16.0.2";
60
60
  var type = "module";
61
61
  var engines = {
62
62
  node: "^22.21.0 || >=24.12"
@@ -69,33 +69,33 @@ var bin = {
69
69
  travi: "bin/travi.js"
70
70
  };
71
71
  var scripts = {
72
- clean: "rimraf bin/",
73
- "lint:md": "remark . --frail",
74
- "lint:js": "eslint . --cache",
72
+ test: "npm-run-all --print-label --parallel lint:* --parallel test:*",
75
73
  "lint:engines": "ls-engines",
74
+ "lint:gherkin": "gherkin-lint",
75
+ "lint:js": "eslint . --cache",
76
+ "lint:js:fix": "run-s 'lint:js -- --fix'",
77
+ "lint:lockfile": "lockfile-lint",
78
+ "lint:md": "remark . --frail",
76
79
  "lint:peer": "npm ls >/dev/null",
77
80
  "prelint:publish": "run-s build",
78
81
  "lint:publish": "publint --strict",
79
- "lint:js:fix": "run-s 'lint:js -- --fix'",
80
- "lint:lockfile": "lockfile-lint",
82
+ "pretest:e2e": "run-s build",
83
+ "test:e2e": "node ./test/e2e/smoke-test.js",
81
84
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
82
85
  "test:unit:base": "DEBUG=any vitest run",
83
- test: "npm-run-all --print-label --parallel lint:* --parallel test:*",
84
- "generate:md": "remark . --output",
85
- "build:js": "rollup -c",
86
- build: "run-s clean build:*",
87
- watch: "run-s 'build:js -- --watch'",
88
- prepack: "run-s build",
89
- "snyk-protect": "snyk protect",
90
- prepare: "husky install",
91
- "lint:gherkin": "gherkin-lint",
92
86
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
93
87
  "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
94
88
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
95
- "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
96
89
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
97
- "pretest:e2e": "run-s build",
98
- "test:e2e": "node ./test/e2e/smoke-test.js"
90
+ "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
91
+ build: "run-s clean build:*",
92
+ "build:js": "rollup -c",
93
+ clean: "rimraf bin/",
94
+ "generate:md": "remark . --output",
95
+ prepack: "run-s build",
96
+ prepare: "husky",
97
+ "snyk-protect": "snyk protect",
98
+ watch: "run-s 'build:js -- --watch'"
99
99
  };
100
100
  var files = [
101
101
  "bin/"
@@ -122,7 +122,7 @@ var dependencies = {
122
122
  "@form8ion/github-actions-node-ci": "5.0.2",
123
123
  "@form8ion/github-core": "1.1.3",
124
124
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
125
- "@form8ion/javascript": "15.1.0",
125
+ "@form8ion/javascript": "15.1.1",
126
126
  "@form8ion/javascript-core": "12.4.0",
127
127
  "@form8ion/jest-scaffolder": "2.0.0",
128
128
  "@form8ion/jetbrains": "1.1.3",
@@ -149,7 +149,7 @@ var dependencies = {
149
149
  "@form8ion/slidev": "3.0.0-alpha.1",
150
150
  "@form8ion/sno-cat-ink": "1.0.0-alpha.3",
151
151
  "@form8ion/vite": "3.0.0",
152
- "@form8ion/vitest": "5.4.0",
152
+ "@form8ion/vitest": "5.4.1",
153
153
  "@travi/circle-scaffolder-javascript": "1.2.2",
154
154
  "@travi/gitlab-scaffolder": "1.1.1",
155
155
  "@travi/netlify-scaffolder": "1.6.0",
@@ -168,12 +168,12 @@ var devDependencies = {
168
168
  "@form8ion/eslint-config-vitest": "1.1.0",
169
169
  "@rollup/plugin-node-resolve": "16.0.3",
170
170
  "@travi/any": "3.1.3",
171
- "@travi/eslint-config": "5.0.12",
171
+ "@travi/eslint-config": "5.0.13",
172
172
  "@travi/eslint-config-cucumber": "1.0.6",
173
173
  c8: "11.0.0",
174
174
  chai: "6.2.2",
175
175
  "clear-module": "4.1.2",
176
- "commitlint-config-travi": "1.4.59",
176
+ "commitlint-config-travi": "1.4.60",
177
177
  "cross-env": "10.1.0",
178
178
  "cz-conventional-changelog": "3.3.0",
179
179
  "deep-equal": "2.2.3",
@@ -186,7 +186,7 @@ var devDependencies = {
186
186
  "import-fresh": "4.0.0",
187
187
  "js-yaml": "4.1.1",
188
188
  "lockfile-lint": "5.0.0",
189
- "ls-engines": "0.9.4",
189
+ "ls-engines": "0.10.0",
190
190
  "mdast-util-from-markdown": "2.0.3",
191
191
  "mock-fs": "5.5.0",
192
192
  msw: "2.12.10",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@travi/cli",
3
3
  "description": "cli for my various tools",
4
4
  "license": "MIT",
5
- "version": "16.0.0",
5
+ "version": "16.0.2",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^22.21.0 || >=24.12"
@@ -15,33 +15,33 @@
15
15
  "travi": "bin/travi.js"
16
16
  },
17
17
  "scripts": {
18
- "clean": "rimraf bin/",
19
- "lint:md": "remark . --frail",
20
- "lint:js": "eslint . --cache",
18
+ "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
21
19
  "lint:engines": "ls-engines",
20
+ "lint:gherkin": "gherkin-lint",
21
+ "lint:js": "eslint . --cache",
22
+ "lint:js:fix": "run-s 'lint:js -- --fix'",
23
+ "lint:lockfile": "lockfile-lint",
24
+ "lint:md": "remark . --frail",
22
25
  "lint:peer": "npm ls >/dev/null",
23
26
  "prelint:publish": "run-s build",
24
27
  "lint:publish": "publint --strict",
25
- "lint:js:fix": "run-s 'lint:js -- --fix'",
26
- "lint:lockfile": "lockfile-lint",
28
+ "pretest:e2e": "run-s build",
29
+ "test:e2e": "node ./test/e2e/smoke-test.js",
27
30
  "test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
28
31
  "test:unit:base": "DEBUG=any vitest run",
29
- "test": "npm-run-all --print-label --parallel lint:* --parallel test:*",
30
- "generate:md": "remark . --output",
31
- "build:js": "rollup -c",
32
- "build": "run-s clean build:*",
33
- "watch": "run-s 'build:js -- --watch'",
34
- "prepack": "run-s build",
35
- "snyk-protect": "snyk protect",
36
- "prepare": "husky install",
37
- "lint:gherkin": "gherkin-lint",
38
32
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
39
33
  "test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
40
34
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
41
- "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
42
35
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
43
- "pretest:e2e": "run-s build",
44
- "test:e2e": "node ./test/e2e/smoke-test.js"
36
+ "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
37
+ "build": "run-s clean build:*",
38
+ "build:js": "rollup -c",
39
+ "clean": "rimraf bin/",
40
+ "generate:md": "remark . --output",
41
+ "prepack": "run-s build",
42
+ "prepare": "husky",
43
+ "snyk-protect": "snyk protect",
44
+ "watch": "run-s 'build:js -- --watch'"
45
45
  },
46
46
  "files": [
47
47
  "bin/"
@@ -68,7 +68,7 @@
68
68
  "@form8ion/github-actions-node-ci": "5.0.2",
69
69
  "@form8ion/github-core": "1.1.3",
70
70
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.7",
71
- "@form8ion/javascript": "15.1.0",
71
+ "@form8ion/javascript": "15.1.1",
72
72
  "@form8ion/javascript-core": "12.4.0",
73
73
  "@form8ion/jest-scaffolder": "2.0.0",
74
74
  "@form8ion/jetbrains": "1.1.3",
@@ -95,7 +95,7 @@
95
95
  "@form8ion/slidev": "3.0.0-alpha.1",
96
96
  "@form8ion/sno-cat-ink": "1.0.0-alpha.3",
97
97
  "@form8ion/vite": "3.0.0",
98
- "@form8ion/vitest": "5.4.0",
98
+ "@form8ion/vitest": "5.4.1",
99
99
  "@travi/circle-scaffolder-javascript": "1.2.2",
100
100
  "@travi/gitlab-scaffolder": "1.1.1",
101
101
  "@travi/netlify-scaffolder": "1.6.0",
@@ -114,12 +114,12 @@
114
114
  "@form8ion/eslint-config-vitest": "1.1.0",
115
115
  "@rollup/plugin-node-resolve": "16.0.3",
116
116
  "@travi/any": "3.1.3",
117
- "@travi/eslint-config": "5.0.12",
117
+ "@travi/eslint-config": "5.0.13",
118
118
  "@travi/eslint-config-cucumber": "1.0.6",
119
119
  "c8": "11.0.0",
120
120
  "chai": "6.2.2",
121
121
  "clear-module": "4.1.2",
122
- "commitlint-config-travi": "1.4.59",
122
+ "commitlint-config-travi": "1.4.60",
123
123
  "cross-env": "10.1.0",
124
124
  "cz-conventional-changelog": "3.3.0",
125
125
  "deep-equal": "2.2.3",
@@ -132,7 +132,7 @@
132
132
  "import-fresh": "4.0.0",
133
133
  "js-yaml": "4.1.1",
134
134
  "lockfile-lint": "5.0.0",
135
- "ls-engines": "0.9.4",
135
+ "ls-engines": "0.10.0",
136
136
  "mdast-util-from-markdown": "2.0.3",
137
137
  "mock-fs": "5.5.0",
138
138
  "msw": "2.12.10",