putout 40.12.0 → 40.14.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.14, v40.14.0
2
+
3
+ feature:
4
+ - a9f96b87c putout: @putout/plugin-apply-shorthand-properties v7.0.0
5
+ - d8228f3f7 @putout/plugin-apply-shorthand-properties: computed: exclude
6
+ - ecee7cba4 @putout/plugin-apply-shorthand-properties: drop support of 🐊 < 40
7
+ - bf128ff63 @putout/plugin-apply-destructuring: convert-object-to-array: add
8
+ - 40be918da @putout/plugin-conditions: apply-consistent-blocks: empty
9
+ - 0d52dd72f eslint-plugin-putout: long-properties-destructuring: NumericLiteral
10
+ - 0a0856f22 @putout/plugin-declare-before-reference: exclude TSTypeAliasDeclaration
11
+ - 07e59f135 @putout/plugin-remove-iife: exclude JSXExpressionContainer
12
+ - 3eb8065b0 @putout/plugin/remove-useless-arguments: arguments: traverse: Identifier -> ReferencedIdentifier
13
+ - 788edc362 @putout/plugin-remove-useless-arguments: arguments: crawl
14
+ - 4d54d9a49 @putout/plugin-promises: apply-to-level-await: useEffect: exclude
15
+
16
+ 2025.11.11, v40.13.0
17
+
18
+ feature:
19
+ - 36debe452 putout: @putout/plugin-for-of v10.0.0
20
+ - 14987188b @putout/for-of: drop support of 🐊< 40
21
+ - c20effb78 @putout/plugin-for-of: for-each: improve TS support
22
+ - 80702610a @putout/plugin-conditions: reverse-conditions: couple
23
+ - b2e9bbd4b @putout/plugin-conditions: apply-consistent-blocks: leading comments
24
+ - 8fa454406 @putout/plugin-types: convert-typeof-to-is-type: declared
25
+ - e033dab75 @putout/plugin-esm: group-imports-by-source: sort-imports-by-specifiers: couple
26
+ - 1df9617b6 @putout/plugin-putout: replace-test-message: noReport: couple args
27
+ - 126311175 @putout/plugin-putout: apply-fixture-name-to-message: noReport: couple args
28
+ - 9d7157876 @putout/plugin-split-nested-destructuring: exclude declared
29
+ - ff91ae4f8 @putout/plugin-nodejs: group-require-by-id: traverse Program instead of using pathStore
30
+ - 480c80b9b @putout/operate: extract: TSAsExpression: add support
31
+ - cbf5429b6 @putout/plugin-nodejs: group-require-by-id: changed node before exit: add support
32
+ - 5e5371ddc @putout/plugin-remove-useless-variables: declaration: no loc support
33
+ - 4f1d0917f @putout/plugin-remove-duplicate-keys: CallExpression: exclude
34
+ - f177caddd @putout/plugin-convert-array-copy-to-slice: migrate to ESM
35
+ - 536aff41c putout: @putout/plugin-convert-array-copy-to-slice v4.0.0
36
+ - b6b7ca858 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 40
37
+ - 6b32df6b9 @putout/plugin-convert-array-copy-to-slice: exclude ternary
38
+ - 6c83b9e9f @putout/plugin-remove-useless-spread: array: ternary
39
+ - 70bd9804c @putout/plugin-esm: merge-declaration-with-export: exclude: require
40
+ - 2daedf48a @putout/plugin-nodejs: group-require-by-id: esm/merge-declaration-with-export: improve support
41
+
1
42
  2025.10.27, v40.12.0
2
43
 
3
44
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.12.0",
3
+ "version": "40.14.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",
@@ -94,7 +94,7 @@
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",
97
- "@putout/plugin-apply-shorthand-properties": "^6.0.0",
97
+ "@putout/plugin-apply-shorthand-properties": "^7.0.0",
98
98
  "@putout/plugin-apply-starts-with": "^1.0.0",
99
99
  "@putout/plugin-apply-template-literals": "^4.0.0",
100
100
  "@putout/plugin-assignment": "^2.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",