putout 38.4.2 → 38.4.3

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 +18 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2025.02.28, v38.4.3
2
+
3
+ feature:
4
+ - d1d721543 putout: @putout/plugin-apply-destructuring v8.0.0
5
+ - dacc7c482 @putout/plugin-apply-destructuring: shorten
6
+ - 10a42996f @putout/plugin-apply-destructuring: assign
7
+ - c7e0ff204 @putout/plugin-apply-destructuring: drop support of 🐊 < 38
8
+ - 884c7a1c5 @putout/plugin-minify: drop support of 🐊 < 38
9
+ - 9465e15ca @putout/engine-runner: fixCount: 2
10
+ - 32c313f96 @putout/engine-runner: traverse: override
11
+ - 58f32a1ca @putout/plugin-esm: apply-export-from: add
12
+ - e93b188c2 @putout/plugin-typescript: apply-utility-types: Optional: add
13
+ - 04b17fd7d @putout/eslint-config: no-empty: off
14
+ - 9916d5c2e @putout/plugin-remove-nested-blocks: remove useless crawl
15
+ - a23b1a2c4 @putout/operate: remove: do not throw when no node
16
+ - b5d6949da eslint-plugin-putout: export rules
17
+ - 525711e30 @putout/eslint: get rid of legacy ESLintRC
18
+
1
19
  2025.02.21, v38.4.2
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.2",
3
+ "version": "38.4.3",
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",
@@ -89,7 +89,7 @@
89
89
  "@putout/operator-rename-files": "^2.0.0",
90
90
  "@putout/plugin-apply-arrow": "^1.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
- "@putout/plugin-apply-destructuring": "^7.0.0",
92
+ "@putout/plugin-apply-destructuring": "^8.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^2.0.0",
94
94
  "@putout/plugin-apply-flat-map": "^2.0.0",
95
95
  "@putout/plugin-apply-overrides": "^2.0.0",