putout 40.11.0 → 40.13.0

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.11.11, v40.13.0
2
+
3
+ feature:
4
+ - 36debe452 putout: @putout/plugin-for-of v10.0.0
5
+ - 14987188b @putout/for-of: drop support of 🐊< 40
6
+ - c20effb78 @putout/plugin-for-of: for-each: improve TS support
7
+ - 80702610a @putout/plugin-conditions: reverse-conditions: couple
8
+ - b2e9bbd4b @putout/plugin-conditions: apply-consistent-blocks: leading comments
9
+ - 8fa454406 @putout/plugin-types: convert-typeof-to-is-type: declared
10
+ - e033dab75 @putout/plugin-esm: group-imports-by-source: sort-imports-by-specifiers: couple
11
+ - 1df9617b6 @putout/plugin-putout: replace-test-message: noReport: couple args
12
+ - 126311175 @putout/plugin-putout: apply-fixture-name-to-message: noReport: couple args
13
+ - 9d7157876 @putout/plugin-split-nested-destructuring: exclude declared
14
+ - ff91ae4f8 @putout/plugin-nodejs: group-require-by-id: traverse Program instead of using pathStore
15
+ - 480c80b9b @putout/operate: extract: TSAsExpression: add support
16
+ - cbf5429b6 @putout/plugin-nodejs: group-require-by-id: changed node before exit: add support
17
+ - 5e5371ddc @putout/plugin-remove-useless-variables: declaration: no loc support
18
+ - 4f1d0917f @putout/plugin-remove-duplicate-keys: CallExpression: exclude
19
+ - f177caddd @putout/plugin-convert-array-copy-to-slice: migrate to ESM
20
+ - 536aff41c putout: @putout/plugin-convert-array-copy-to-slice v4.0.0
21
+ - b6b7ca858 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 40
22
+ - 6b32df6b9 @putout/plugin-convert-array-copy-to-slice: exclude ternary
23
+ - 6c83b9e9f @putout/plugin-remove-useless-spread: array: ternary
24
+ - 70bd9804c @putout/plugin-esm: merge-declaration-with-export: exclude: require
25
+ - 2daedf48a @putout/plugin-nodejs: group-require-by-id: esm/merge-declaration-with-export: improve support
26
+
27
+ 2025.10.27, v40.12.0
28
+
29
+ feature:
30
+ - a6bdae7aa putout: @putout/plugin-convert-array-copy-to-slice v4.0.0
31
+ - 386ef04d7 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 40
32
+ - 30cec8e4f @putout/plugin-convert-array-copy-to-slice: exclude ternary
33
+ - 2f08e264b @putout/plugin-remove-useless-spread: array: ternary
34
+ - fa9e004ff @putout/plugin-esm: merge-declaration-with-export: exclude: require
35
+ - bf9521819 @putout/plugin-nodejs: group-require-by-id: esm/merge-declaration-with-export: improve support
36
+ - dc8b16b5d @putout/engine-parser: do not produce tokens without a need
37
+ - b19a9ef4d @putout/plugin-github: setup-node: v6
38
+ - beceab4b0 @putout/plugin-github: update-actions: checkout: v5
39
+ - 0eecd1c21 @putout/plugin-github: install-bun: update to v2
40
+ - e9aee85e1 @putout/plugin-github: update-actions: oven-sh/setup-bun
41
+
1
42
  2025.10.17, v40.11.0
2
43
 
3
44
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.11.0",
3
+ "version": "40.13.0",
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",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-conditions": "^8.0.0",
103
103
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
104
104
  "@putout/plugin-convert-arguments-to-rest": "^4.0.0",
105
- "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
105
+ "@putout/plugin-convert-array-copy-to-slice": "^4.0.0",
106
106
  "@putout/plugin-convert-concat-to-flat": "^1.0.0",
107
107
  "@putout/plugin-convert-const-to-let": "^5.0.0",
108
108
  "@putout/plugin-convert-expression-to-params": "^1.0.0",
@@ -123,7 +123,7 @@
123
123
  "@putout/plugin-extract-object-properties": "^10.0.0",
124
124
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
125
125
  "@putout/plugin-filesystem": "^11.0.0",
126
- "@putout/plugin-for-of": "^9.0.0",
126
+ "@putout/plugin-for-of": "^10.0.0",
127
127
  "@putout/plugin-generators": "^2.0.0",
128
128
  "@putout/plugin-github": "^17.0.0",
129
129
  "@putout/plugin-gitignore": "^6.0.0",