supertape 8.6.0 → 8.6.1

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/ChangeLog +6 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2023.10.30, v8.6.1
2
+
3
+ feature:
4
+ - 0c6c891 supertape: eslint-plugin-putout v21.0.1
5
+ - 7ff4b4e package: @putout/cli-keypress v2.0.0
6
+
1
7
  2023.09.18, v8.6.0
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "8.6.0",
3
+ "version": "8.6.1",
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",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@cloudcmd/stub": "^4.0.0",
43
- "@putout/cli-keypress": "^1.0.0",
43
+ "@putout/cli-keypress": "^2.0.0",
44
44
  "@putout/cli-validate-args": "^1.0.1",
45
45
  "@supertape/engine-loader": "^2.0.0",
46
46
  "@supertape/formatter-fail": "^3.0.0",
@@ -79,7 +79,7 @@
79
79
  "check-dts": "^0.7.0",
80
80
  "eslint": "^8.0.0",
81
81
  "eslint-plugin-n": "^16.0.1",
82
- "eslint-plugin-putout": "^20.0.0",
82
+ "eslint-plugin-putout": "^21.0.1",
83
83
  "find-up": "^6.3.0",
84
84
  "madrun": "^9.0.0",
85
85
  "mock-require": "^3.0.2",