putout 42.0.23 → 42.0.24
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.
- package/ChangeLog +18 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2026.03.01, v42.0.24
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- a3d243e62 @putout/test: @putout/cli-process-file v7.0.0
|
|
5
|
+
- fce2c16c7 @putout/test: @putout/eslint v6.0.0
|
|
6
|
+
- ed1095ed6 putout: @putout/cli-process-file v7.0.0
|
|
7
|
+
- 0cce4e486 @putout/cli-process-file: drop support of 🐊 < 42
|
|
8
|
+
- a11c47459 @putout/cli-process-file: @putout/eslint v6.0.0
|
|
9
|
+
- ccf1cf8db @putout/engine-reporter: @putout/cli-choose-formatter v7.0.0
|
|
10
|
+
- da4f0221d @putout/plugin-package-json: remove-dot-slash-from-bin
|
|
11
|
+
- 68d03f509 @putout/plugin-variables: convert-const-to-let: messages count
|
|
12
|
+
- 2932b7935 @putout/plugin-conditions: apply-early-return: has return: exclude
|
|
13
|
+
- 629f34e07 @putout/plugin-tape: remove-only/remove-skip: allowed
|
|
14
|
+
- 7885b134f eslint-plugin-putout: @putout/eslint v6.0.0
|
|
15
|
+
- 6df619baf @putout/eslint: drop support of ESLint < 10
|
|
16
|
+
- 0986a8402 @putout/eslint: filter: options -> {options}
|
|
17
|
+
- 087725b98 @putout/plugin-putout: apply-destructuring-to-options: add
|
|
18
|
+
|
|
1
19
|
2026.02.28, v42.0.23
|
|
2
20
|
|
|
3
21
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@putout/cli-choose-formatter": "^7.0.0",
|
|
55
55
|
"@putout/cli-keypress": "^4.0.0",
|
|
56
56
|
"@putout/cli-match": "^3.0.0",
|
|
57
|
-
"@putout/cli-process-file": "^
|
|
57
|
+
"@putout/cli-process-file": "^7.0.0",
|
|
58
58
|
"@putout/cli-ruler": "^4.0.0",
|
|
59
59
|
"@putout/cli-staged": "^3.0.0",
|
|
60
60
|
"@putout/cli-validate-args": "^2.0.0",
|