putout 40.3.1 → 40.3.2

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 +15 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2025.06.24, v40.3.2
2
+
3
+ fix:
4
+ - 3e133cc12 @putout/plugin-merge-destructuring-properties: exclude place when no parentPath.node
5
+ - 357193f1a @putout/plugin-merge-destructuring-properties: sameKind
6
+
7
+ feature:
8
+ - 401db54ac putout: @putout/plugin-putout v26.0.0
9
+ - bea4e763f @putout/plugin-putout: convert-replace-with-multiple: simplify
10
+ - f7640b98b @putout/plugin-merge-destructuring-properties: Container is falsy
11
+ - ef2e1ce51 @putout/plugin-putout: replate-test-message: no-report-after-transform: plugins
12
+ - 725865854 @putout/plugin-printer: remove-empty-object-from-transform: add
13
+ - 4f44985a5 @putout/plugin-merge-destructuring-properties: declare-before-reference
14
+ - 0e5d60b21 @putout/cli-process-file: printer: package.json: maxPropertiesInOneLine: 0
15
+
1
16
  2025.06.11, v40.3.1
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.3.1",
3
+ "version": "40.3.2",
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",
@@ -139,7 +139,7 @@
139
139
  "@putout/plugin-package-json": "^9.0.0",
140
140
  "@putout/plugin-parens": "^3.0.0",
141
141
  "@putout/plugin-promises": "^18.0.0",
142
- "@putout/plugin-putout": "^25.0.0",
142
+ "@putout/plugin-putout": "^26.0.0",
143
143
  "@putout/plugin-putout-config": "^10.0.0",
144
144
  "@putout/plugin-regexp": "^11.0.0",
145
145
  "@putout/plugin-remove-console": "^6.0.0",