@travi/cli 16.0.1 → 16.0.3

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 +24 -24
  2. package/package.json +24 -24
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.1";
59
+ var version = "16.0.3";
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/"
@@ -104,7 +104,7 @@ var publishConfig = {
104
104
  access: "public",
105
105
  provenance: true
106
106
  };
107
- var packageManager = "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973";
107
+ var packageManager = "npm@11.11.1+sha512.6ac6b30a876415dcf545e433ba4cb34bf0c3efbb86088a9415e446de0b5a4fc6fd511d277b59bd40e06e3204fbda28f5aeded346b3a8c780355b39ed31622e12";
108
108
  var config = {
109
109
  commitizen: {
110
110
  path: "./node_modules/cz-conventional-changelog"
@@ -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.1",
125
+ "@form8ion/javascript": "15.1.2",
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",
@@ -203,7 +203,7 @@ var devDependencies = {
203
203
  sinon: "21.0.2",
204
204
  testdouble: "3.20.2",
205
205
  "unist-util-find": "3.0.0",
206
- vitest: "4.0.18",
206
+ vitest: "4.1.0",
207
207
  "vitest-when": "0.10.0"
208
208
  };
209
209
  var snyk = true;
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.1",
5
+ "version": "16.0.3",
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/"
@@ -50,7 +50,7 @@
50
50
  "access": "public",
51
51
  "provenance": true
52
52
  },
53
- "packageManager": "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973",
53
+ "packageManager": "npm@11.11.1+sha512.6ac6b30a876415dcf545e433ba4cb34bf0c3efbb86088a9415e446de0b5a4fc6fd511d277b59bd40e06e3204fbda28f5aeded346b3a8c780355b39ed31622e12",
54
54
  "config": {
55
55
  "commitizen": {
56
56
  "path": "./node_modules/cz-conventional-changelog"
@@ -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.1",
71
+ "@form8ion/javascript": "15.1.2",
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",
@@ -149,7 +149,7 @@
149
149
  "sinon": "21.0.2",
150
150
  "testdouble": "3.20.2",
151
151
  "unist-util-find": "3.0.0",
152
- "vitest": "4.0.18",
152
+ "vitest": "4.1.0",
153
153
  "vitest-when": "0.10.0"
154
154
  },
155
155
  "snyk": true