putout 40.8.0 → 40.8.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 +41 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,44 @@
1
+ 2025.09.17, v40.8.2
2
+
3
+ feature:
4
+ - d89296032 putout: @putout/plugin-apply-destructuring v10.0.0
5
+ - b2d864e3a @putout/plugin-apply-destructuring: drop support of 🐊 < 40
6
+ - dffcc06e1 @putout/plugin-apply-destructuring: array: second
7
+ - 64af1a557 @putout/plugin-nodejs: declare: isArray: rm: deprecated
8
+ - 634b43e1e @putout/plugin-putout: convert-push-object-to-push-path: single
9
+ - 0dc30a8ab @putout/plugin-putout: convert-push-object-to-push-path: multiple fix
10
+
11
+ 2025.09.14, v40.8.1
12
+
13
+ fix:
14
+ - 994ace879 @putout/plugin-putout: convert-push-object-to-push-path: destructuring -> path
15
+ - f5259d092 @putout/plugin-nodejs: convert-esm-to-commonjs: epxorts -> exports
16
+
17
+ feature:
18
+ - cb02cf3bc putout: @putout/plugin-declare v6.0.0
19
+ - 5b36b75f5 @putout/plugin-declare: migrate to ESM
20
+ - d26dc8a80 @putout/plugin-declare: jessy: add
21
+ - c04be2e03 @putout/plugin-vitest: convert-jest-to-vitest: add
22
+ - b67a6d251 @putout/plugin-vitest: drop support of 🐊 < 40
23
+ - 2173a52c1 @putout/plugin-vitest: apply-hoisted: add
24
+ - f5c2553ca @putout/plugin-putout: convert-push-object-to-push-path: exclude fix when push multiple
25
+ - f1fc66e57 @putout/plugin-putout: convert-push-object-to-push-path: add
26
+ - 1d66597e7 @putout/plugin-conditions: reverse-condition: !(__a <= __b) -> __a > __b
27
+ - a718f94b7 @putout/plugin-putout: declare: operator: jsx: className: add
28
+ - 1cf78871c @putout/operator-jsx: className
29
+ - ecc1e584f @putout/plugin-putout: declare: operator: jsx
30
+ - 127e7a2e4 @putout/operator-jsx: setAttributeValue
31
+ - 2acf74fa5 @putout/plugin-putout: declare: operator: jsx: removeAttributeValue
32
+ - 8219b51f6 @putout/operator-jsx: removeAttributeValue: add
33
+ - fb80d03fa @putout/plugin-putout: declare: jsx: addAttributeValue
34
+ - 3845163b6 @putout/operator-jsx: addAttributeValue: add
35
+ - 3baf00ed9 @putout/plugin-putout: declare: jsx: getAttributeValue: add
36
+ - bde5b9728 @putout/operator-jsx: getAttributeValue: add
37
+ - 4b89ae419 @putout/plugin-putout: declare: jsx: getAttributeNode: add
38
+ - 90d2eb8a4 @putout/operator-jsx: getAttributeNode: add
39
+ - b8025f519 @putout/plugin-putout: declare: jsx: getAttributePath: add
40
+ - e0aced6e0 @putout/operator-jsx: getAttributePath: add
41
+
1
42
  2025.09.07, v40.8.0
2
43
 
3
44
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.8.0",
3
+ "version": "40.8.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",
@@ -90,7 +90,7 @@
90
90
  "@putout/operator-rename-files": "^5.0.0",
91
91
  "@putout/plugin-apply-arrow": "^3.0.0",
92
92
  "@putout/plugin-apply-at": "^2.0.0",
93
- "@putout/plugin-apply-destructuring": "^9.0.0",
93
+ "@putout/plugin-apply-destructuring": "^10.0.0",
94
94
  "@putout/plugin-apply-dot-notation": "^3.0.0",
95
95
  "@putout/plugin-apply-flat-map": "^3.0.0",
96
96
  "@putout/plugin-apply-overrides": "^3.0.0",
@@ -115,7 +115,7 @@
115
115
  "@putout/plugin-convert-template-to-string": "^3.0.0",
116
116
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
117
117
  "@putout/plugin-coverage": "^1.0.0",
118
- "@putout/plugin-declare": "^5.0.0",
118
+ "@putout/plugin-declare": "^6.0.0",
119
119
  "@putout/plugin-declare-before-reference": "^8.0.0",
120
120
  "@putout/plugin-eslint": "^14.0.0",
121
121
  "@putout/plugin-esm": "^5.0.0",