putout 40.0.18 → 40.0.20
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 +15 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2025.05.04, v40.0.20
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 36dc454f8 putout: @putout/plugin-split-call-with-destructuring v2.0.0
|
|
5
|
+
- e70b148c4 putout: @putout/plugin-remove-useless-variables v14.0.0
|
|
6
|
+
- 62dc1ff0e @putout/plugin-remove-useless-variabes: migrate to ESM
|
|
7
|
+
- 8b8ee4ffc @putout/operate: replaceWithMultiple: trailing comments
|
|
8
|
+
- 458f18b47 @putout/eslint-config: no-prototype-builtins: off
|
|
9
|
+
|
|
10
|
+
2025.05.02, v40.0.19
|
|
11
|
+
|
|
12
|
+
feature:
|
|
13
|
+
- c39ab6d2d putout: @putout/plugin-simplify-ternary v8.0.0
|
|
14
|
+
- b90099e4b @putout/plugin-simplify-ternary: drop support of 🐊 < 40
|
|
15
|
+
|
|
1
16
|
2025.05.02, v40.0.18
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.0.
|
|
3
|
+
"version": "40.0.20",
|
|
4
4
|
"type": "commonjs",
|
|
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",
|
|
@@ -173,11 +173,11 @@
|
|
|
173
173
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
174
174
|
"@putout/plugin-remove-useless-spread": "^12.0.0",
|
|
175
175
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
176
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
176
|
+
"@putout/plugin-remove-useless-variables": "^14.0.0",
|
|
177
177
|
"@putout/plugin-return": "^2.0.0",
|
|
178
178
|
"@putout/plugin-reuse-duplicate-init": "^8.0.0",
|
|
179
|
-
"@putout/plugin-simplify-ternary": "^
|
|
180
|
-
"@putout/plugin-split-call-with-destructuring": "^
|
|
179
|
+
"@putout/plugin-simplify-ternary": "^8.0.0",
|
|
180
|
+
"@putout/plugin-split-call-with-destructuring": "^2.0.0",
|
|
181
181
|
"@putout/plugin-split-nested-destructuring": "^4.0.0",
|
|
182
182
|
"@putout/plugin-split-variable-declarations": "^5.0.0",
|
|
183
183
|
"@putout/plugin-tape": "^19.0.0",
|