@travi/cli 11.1.126 → 12.0.0

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 +7 -7
  2. package/package.json +7 -7
package/bin/travi.js CHANGED
@@ -44,10 +44,10 @@ import { scaffold as scaffold$u } from '@form8ion/add-package-to-monorepo';
44
44
  var name = "@travi/cli";
45
45
  var description = "cli for my various tools";
46
46
  var license = "MIT";
47
- var version = "11.1.126";
47
+ var version = "12.0.0";
48
48
  var type = "module";
49
49
  var engines = {
50
- node: ">= 18 || ^16.14.0"
50
+ node: "^18.17 || >=20.6.1"
51
51
  };
52
52
  var author = "Matt Travi <npm@travi.org> (https://matt.travi.org/)";
53
53
  var repository = "travi/cli";
@@ -74,7 +74,7 @@ var scripts = {
74
74
  prepare: "husky install",
75
75
  "lint:gherkin": "gherkin-lint",
76
76
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
77
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps $NODE_OPTIONS\" DEBUG=any cucumber-js test/integration",
77
+ "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps --no-experimental-fetch\" DEBUG=any cucumber-js test/integration",
78
78
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
79
79
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
80
80
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
@@ -123,7 +123,7 @@ var dependencies = {
123
123
  "@form8ion/ski-patrol": "1.0.0-alpha.5",
124
124
  "@form8ion/slidev": "1.0.2",
125
125
  "@form8ion/sno-cat-ink": "1.0.0-alpha.3",
126
- "@form8ion/vite": "1.3.3",
126
+ "@form8ion/vite": "2.0.0",
127
127
  "@form8ion/vitest": "3.0.2",
128
128
  "@travi/circle-scaffolder-javascript": "1.2.2",
129
129
  "@travi/github-scaffolder": "9.0.1",
@@ -146,7 +146,7 @@ var devDependencies = {
146
146
  "@travi/eslint-config": "4.0.5",
147
147
  "@travi/eslint-config-cucumber": "1.0.6",
148
148
  c8: "8.0.1",
149
- chai: "4.3.8",
149
+ chai: "4.3.9",
150
150
  "clear-module": "4.1.2",
151
151
  "commitlint-config-travi": "1.4.35",
152
152
  "cross-env": "7.0.3",
@@ -165,9 +165,9 @@ var devDependencies = {
165
165
  nock: "13.3.3",
166
166
  "npm-run-all2": "6.0.6",
167
167
  "remark-cli": "12.0.0",
168
- "remark-preset-lint-travi": "6.0.2",
168
+ "remark-preset-lint-travi": "6.0.3",
169
169
  "remark-toc": "9.0.0",
170
- rimraf: "5.0.1",
170
+ rimraf: "5.0.5",
171
171
  rollup: "3.29.3",
172
172
  "rollup-plugin-auto-external": "2.0.0",
173
173
  "rollup-plugin-executable": "1.6.3",
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@travi/cli",
3
3
  "description": "cli for my various tools",
4
4
  "license": "MIT",
5
- "version": "11.1.126",
5
+ "version": "12.0.0",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": ">= 18 || ^16.14.0"
8
+ "node": "^18.17 || >=20.6.1"
9
9
  },
10
10
  "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
11
11
  "repository": "travi/cli",
@@ -32,7 +32,7 @@
32
32
  "prepare": "husky install",
33
33
  "lint:gherkin": "gherkin-lint",
34
34
  "test:integration": "run-s 'test:integration:base -- --profile noWip'",
35
- "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps $NODE_OPTIONS\" DEBUG=any cucumber-js test/integration",
35
+ "test:integration:base": "NODE_OPTIONS=\"--loader=testdouble --enable-source-maps --no-experimental-fetch\" DEBUG=any cucumber-js test/integration",
36
36
  "test:integration:debug": "DEBUG=nock.* run-s test:integration",
37
37
  "test:integration:wip": "run-s 'test:integration:base -- --profile wip'",
38
38
  "test:integration:focus": "run-s 'test:integration:base -- --profile focus'",
@@ -81,7 +81,7 @@
81
81
  "@form8ion/ski-patrol": "1.0.0-alpha.5",
82
82
  "@form8ion/slidev": "1.0.2",
83
83
  "@form8ion/sno-cat-ink": "1.0.0-alpha.3",
84
- "@form8ion/vite": "1.3.3",
84
+ "@form8ion/vite": "2.0.0",
85
85
  "@form8ion/vitest": "3.0.2",
86
86
  "@travi/circle-scaffolder-javascript": "1.2.2",
87
87
  "@travi/github-scaffolder": "9.0.1",
@@ -104,7 +104,7 @@
104
104
  "@travi/eslint-config": "4.0.5",
105
105
  "@travi/eslint-config-cucumber": "1.0.6",
106
106
  "c8": "8.0.1",
107
- "chai": "4.3.8",
107
+ "chai": "4.3.9",
108
108
  "clear-module": "4.1.2",
109
109
  "commitlint-config-travi": "1.4.35",
110
110
  "cross-env": "7.0.3",
@@ -123,9 +123,9 @@
123
123
  "nock": "13.3.3",
124
124
  "npm-run-all2": "6.0.6",
125
125
  "remark-cli": "12.0.0",
126
- "remark-preset-lint-travi": "6.0.2",
126
+ "remark-preset-lint-travi": "6.0.3",
127
127
  "remark-toc": "9.0.0",
128
- "rimraf": "5.0.1",
128
+ "rimraf": "5.0.5",
129
129
  "rollup": "3.29.3",
130
130
  "rollup-plugin-auto-external": "2.0.0",
131
131
  "rollup-plugin-executable": "1.6.3",