putout 40.0.19 → 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.
Files changed (2) hide show
  1. package/ChangeLog +9 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
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
+
1
10
  2025.05.02, v40.0.19
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.19",
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": "^13.0.0",
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
179
  "@putout/plugin-simplify-ternary": "^8.0.0",
180
- "@putout/plugin-split-call-with-destructuring": "^1.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",