putout 42.0.22 → 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 +36 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
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
|
+
|
|
19
|
+
2026.02.28, v42.0.23
|
|
20
|
+
|
|
21
|
+
feature:
|
|
22
|
+
- d5b3d3117 putout: @putout/plugin-try-catch v8.0.0
|
|
23
|
+
- b76cc9c4f @putout/plugin-try-catch: drop support of 🐊 < 42
|
|
24
|
+
- 67584c727 @putout/plugin-try-catch: async: multiple statements inside try-block
|
|
25
|
+
- 59ca4c792 putout: @putout/plugin-conditions v9.0.0
|
|
26
|
+
- adcefef2f putout: @putout/cli-choose-formatter v7.0.0
|
|
27
|
+
- d4a7f07c9 @putout/plugin-cli-choose-formatter: drop support of 🐊 < 42
|
|
28
|
+
- 8a41eb68b @putout/plugin-conditions: drop support of 🐊 < 42
|
|
29
|
+
- b725c618e @putout/plugin-condition: apply-early-return: add
|
|
30
|
+
- 515736059 putout: @putout/plugin-for-of v12.0.0
|
|
31
|
+
- 1d6a6fa37 @putout/plugin-for-of: drop support of 🐊 < 42
|
|
32
|
+
- e29e941d3 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 42
|
|
33
|
+
- 63f4a456a @putout/plugin-putout: apply-get-binding: add
|
|
34
|
+
- 34b316165 @putout/plugin-nodejs: require: resolve
|
|
35
|
+
- dd9edab34 @putout/operate: getBinding: no path
|
|
36
|
+
|
|
1
37
|
2026.02.28, v42.0.22
|
|
2
38
|
|
|
3
39
|
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",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@putout/plugin-simplify-ternary": "^9.0.0",
|
|
170
170
|
"@putout/plugin-spread": "^3.0.0",
|
|
171
171
|
"@putout/plugin-tape": "^21.0.0",
|
|
172
|
-
"@putout/plugin-try-catch": "^
|
|
172
|
+
"@putout/plugin-try-catch": "^8.0.0",
|
|
173
173
|
"@putout/plugin-types": "^10.0.0",
|
|
174
174
|
"@putout/plugin-typescript": "^13.0.0",
|
|
175
175
|
"@putout/plugin-variables": "^2.0.0",
|