supertape 10.7.1 → 10.7.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 (3) hide show
  1. package/ChangeLog +12 -0
  2. package/lib/cli.js +1 -2
  3. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2024.08.22, v10.7.3
2
+
3
+ fix:
4
+ - 34aaae5 package: glob v10
5
+
6
+ 2024.07.19, v10.7.2
7
+
8
+ feature:
9
+ - 887fe8b supertape: glob v11.0.0
10
+ - 4b44c46 supertape: putout v36.0.2
11
+ - 5f38549 supertape: @putout/cli-validate-args v2.0.0
12
+
1
13
  2024.07.03, v10.7.1
2
14
 
3
15
  fix:
package/lib/cli.js CHANGED
@@ -85,8 +85,7 @@ async function cli({argv, cwd, stdout, isStop, workerFormatter}) {
85
85
  return OK;
86
86
  }
87
87
 
88
- const validateArgs = require('@putout/cli-validate-args');
89
-
88
+ const {validateArgs} = await import('@putout/cli-validate-args');
90
89
  const error = await validateArgs(args, [
91
90
  ...yargsOptions.boolean,
92
91
  ...yargsOptions.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "10.7.1",
3
+ "version": "10.7.3",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "📼 Supertape simplest high speed test runner with superpowers",
6
6
  "homepage": "http://github.com/coderaiser/supertape",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@cloudcmd/stub": "^4.0.0",
43
43
  "@putout/cli-keypress": "^2.0.0",
44
- "@putout/cli-validate-args": "^1.0.1",
44
+ "@putout/cli-validate-args": "^2.0.0",
45
45
  "@supertape/engine-loader": "^2.0.0",
46
46
  "@supertape/formatter-fail": "^3.0.0",
47
47
  "@supertape/formatter-json-lines": "^2.0.0",
@@ -53,7 +53,7 @@
53
53
  "cli-progress": "^3.8.2",
54
54
  "flatted": "^3.3.1",
55
55
  "fullstore": "^3.0.0",
56
- "glob": "^10.3.10",
56
+ "glob": "^10.0.0",
57
57
  "jest-diff": "^29.0.1",
58
58
  "once": "^1.4.0",
59
59
  "resolve": "^1.17.0",
@@ -87,7 +87,7 @@
87
87
  "montag": "^1.0.0",
88
88
  "nodemon": "^3.0.1",
89
89
  "pullout": "^5.0.1",
90
- "putout": "^35.0.0",
90
+ "putout": "^36.0.2",
91
91
  "runsome": "^1.0.0",
92
92
  "try-catch": "^3.0.1",
93
93
  "typescript": "^5.1.6"