putout 40.8.0 → 40.8.1

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 +31 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,34 @@
1
+ 2025.09.14, v40.8.1
2
+
3
+ fix:
4
+ - 994ace879 @putout/plugin-putout: convert-push-object-to-push-path: destructuring -> path
5
+ - f5259d092 @putout/plugin-nodejs: convert-esm-to-commonjs: epxorts -> exports
6
+
7
+ feature:
8
+ - cb02cf3bc putout: @putout/plugin-declare v6.0.0
9
+ - 5b36b75f5 @putout/plugin-declare: migrate to ESM
10
+ - d26dc8a80 @putout/plugin-declare: jessy: add
11
+ - c04be2e03 @putout/plugin-vitest: convert-jest-to-vitest: add
12
+ - b67a6d251 @putout/plugin-vitest: drop support of 🐊 < 40
13
+ - 2173a52c1 @putout/plugin-vitest: apply-hoisted: add
14
+ - f5c2553ca @putout/plugin-putout: convert-push-object-to-push-path: exclude fix when push multiple
15
+ - f1fc66e57 @putout/plugin-putout: convert-push-object-to-push-path: add
16
+ - 1d66597e7 @putout/plugin-conditions: reverse-condition: !(__a <= __b) -> __a > __b
17
+ - a718f94b7 @putout/plugin-putout: declare: operator: jsx: className: add
18
+ - 1cf78871c @putout/operator-jsx: className
19
+ - ecc1e584f @putout/plugin-putout: declare: operator: jsx
20
+ - 127e7a2e4 @putout/operator-jsx: setAttributeValue
21
+ - 2acf74fa5 @putout/plugin-putout: declare: operator: jsx: removeAttributeValue
22
+ - 8219b51f6 @putout/operator-jsx: removeAttributeValue: add
23
+ - fb80d03fa @putout/plugin-putout: declare: jsx: addAttributeValue
24
+ - 3845163b6 @putout/operator-jsx: addAttributeValue: add
25
+ - 3baf00ed9 @putout/plugin-putout: declare: jsx: getAttributeValue: add
26
+ - bde5b9728 @putout/operator-jsx: getAttributeValue: add
27
+ - 4b89ae419 @putout/plugin-putout: declare: jsx: getAttributeNode: add
28
+ - 90d2eb8a4 @putout/operator-jsx: getAttributeNode: add
29
+ - b8025f519 @putout/plugin-putout: declare: jsx: getAttributePath: add
30
+ - e0aced6e0 @putout/operator-jsx: getAttributePath: add
31
+
1
32
  2025.09.07, v40.8.0
2
33
 
3
34
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.8.0",
3
+ "version": "40.8.1",
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",
@@ -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",