@travi/cli 15.2.2 → 15.2.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 +9 -9
  2. package/package.json +9 -9
package/bin/travi.js CHANGED
@@ -55,7 +55,7 @@ import { scaffold as scaffold$9 } from '@form8ion/add-package-to-monorepo';
55
55
  var name = "@travi/cli";
56
56
  var description = "cli for my various tools";
57
57
  var license = "MIT";
58
- var version = "15.2.2";
58
+ var version = "15.2.3";
59
59
  var type = "module";
60
60
  var engines = {
61
61
  node: "^20.19.0 || >=22.14.0"
@@ -103,7 +103,7 @@ var publishConfig = {
103
103
  access: "public",
104
104
  provenance: true
105
105
  };
106
- var packageManager = "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954";
106
+ var packageManager = "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117";
107
107
  var config = {
108
108
  commitizen: {
109
109
  path: "./node_modules/cz-conventional-changelog"
@@ -121,7 +121,7 @@ var dependencies = {
121
121
  "@form8ion/github-actions-node-ci": "5.0.2",
122
122
  "@form8ion/github-core": "1.1.3",
123
123
  "@form8ion/hapi-scaffolder": "5.0.0-alpha.6",
124
- "@form8ion/javascript": "14.5.0",
124
+ "@form8ion/javascript": "14.6.0",
125
125
  "@form8ion/javascript-core": "12.4.0",
126
126
  "@form8ion/jest-scaffolder": "2.0.0",
127
127
  "@form8ion/jetbrains": "1.1.3",
@@ -175,7 +175,7 @@ var devDependencies = {
175
175
  "cross-env": "10.1.0",
176
176
  "cz-conventional-changelog": "3.3.0",
177
177
  "deep-equal": "2.2.3",
178
- execa: "9.6.0",
178
+ execa: "9.6.1",
179
179
  "gherkin-lint": "4.2.4",
180
180
  globstar: "1.0.0",
181
181
  "http-status-codes": "2.3.0",
@@ -186,21 +186,21 @@ var devDependencies = {
186
186
  "ls-engines": "0.9.3",
187
187
  "mdast-util-from-markdown": "2.0.2",
188
188
  "mock-fs": "5.5.0",
189
- msw: "2.12.2",
189
+ msw: "2.12.4",
190
190
  "npm-run-all2": "8.0.4",
191
- publint: "0.3.15",
191
+ publint: "0.3.16",
192
192
  "remark-cli": "12.0.1",
193
193
  "remark-preset-lint-travi": "6.0.8",
194
194
  "remark-toc": "9.0.0",
195
- rimraf: "6.1.0",
196
- rollup: "4.53.2",
195
+ rimraf: "6.1.2",
196
+ rollup: "4.53.3",
197
197
  "rollup-plugin-auto-external": "2.0.0",
198
198
  "rollup-plugin-executable": "1.6.3",
199
199
  "rollup-plugin-json": "4.0.0",
200
200
  sinon: "21.0.0",
201
201
  testdouble: "3.20.2",
202
202
  "unist-util-find": "3.0.0",
203
- vitest: "4.0.10",
203
+ vitest: "4.0.15",
204
204
  "vitest-when": "0.10.0"
205
205
  };
206
206
  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": "15.2.2",
5
+ "version": "15.2.3",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^20.19.0 || >=22.14.0"
@@ -50,7 +50,7 @@
50
50
  "access": "public",
51
51
  "provenance": true
52
52
  },
53
- "packageManager": "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954",
53
+ "packageManager": "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117",
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.6",
71
- "@form8ion/javascript": "14.5.0",
71
+ "@form8ion/javascript": "14.6.0",
72
72
  "@form8ion/javascript-core": "12.4.0",
73
73
  "@form8ion/jest-scaffolder": "2.0.0",
74
74
  "@form8ion/jetbrains": "1.1.3",
@@ -122,7 +122,7 @@
122
122
  "cross-env": "10.1.0",
123
123
  "cz-conventional-changelog": "3.3.0",
124
124
  "deep-equal": "2.2.3",
125
- "execa": "9.6.0",
125
+ "execa": "9.6.1",
126
126
  "gherkin-lint": "4.2.4",
127
127
  "globstar": "1.0.0",
128
128
  "http-status-codes": "2.3.0",
@@ -133,21 +133,21 @@
133
133
  "ls-engines": "0.9.3",
134
134
  "mdast-util-from-markdown": "2.0.2",
135
135
  "mock-fs": "5.5.0",
136
- "msw": "2.12.2",
136
+ "msw": "2.12.4",
137
137
  "npm-run-all2": "8.0.4",
138
- "publint": "0.3.15",
138
+ "publint": "0.3.16",
139
139
  "remark-cli": "12.0.1",
140
140
  "remark-preset-lint-travi": "6.0.8",
141
141
  "remark-toc": "9.0.0",
142
- "rimraf": "6.1.0",
143
- "rollup": "4.53.2",
142
+ "rimraf": "6.1.2",
143
+ "rollup": "4.53.3",
144
144
  "rollup-plugin-auto-external": "2.0.0",
145
145
  "rollup-plugin-executable": "1.6.3",
146
146
  "rollup-plugin-json": "4.0.0",
147
147
  "sinon": "21.0.0",
148
148
  "testdouble": "3.20.2",
149
149
  "unist-util-find": "3.0.0",
150
- "vitest": "4.0.10",
150
+ "vitest": "4.0.15",
151
151
  "vitest-when": "0.10.0"
152
152
  },
153
153
  "snyk": true