putout 38.5.1 → 38.5.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 +30 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,33 @@
1
+ 2025.03.07, v38.5.3
2
+
3
+ fix:
4
+ - 48492ecc8 @putout/cli-process-file: log error
5
+ - 95098943a @putout/cli-process-file: log any kind of error, not only from parser
6
+
7
+ feature:
8
+ - 4183d7a89 putout: @putout/plugin-remove-duplicate-keys v7.0.0
9
+ - 66e8e4b74 @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 38
10
+ - 4dfb77852 @putout/plugin-remove-duplicate-keys: argument name clash support
11
+ - 208422a17 @putout/operate: traverseProperties: ObjectPattern: exclude RestElement
12
+ - 340e3a131 eslint-plugin-puotut: plugin: convert to ESM
13
+ - fade161c4 @putout/cli-process-file: FLATLINT
14
+ - ecf87f88e @putout/plugin-putout: apply-lowercase-to-node-builders: add (babel/babel#17129)
15
+ - 8622b32f5 @putout/plugin-react-hooks: drop support of 🐊 < 38
16
+ - 43c258230 @putout/plugin-react-hooks: convert-state-to-hooks: change names
17
+ - 4139f0cfd @putout/plugin-putout: declare: lowercased node builders (babel/babel#17129)
18
+ - f69c01e8a @putout/plugin-remove-unused-private-fields: report
19
+ - 07c709330 @putout/plugin-remove-unused-private-fields: convert to Traverser
20
+
21
+ 2025.03.05, v38.5.2
22
+
23
+ feature:
24
+ - f3b7634d0 putout: @putout/plugin-madrun v20.0.0
25
+ - 696408a0f @putout/plugin-madrun: drop support of 🐊 < 38
26
+ - 8fd873682 @putout/plugin-madrun: add-missing-quotes-to-watcher
27
+ - 80ffe0331 @putout/compare: jessy v4.1.0
28
+ - 5095a96ad @putout/engine-runner: jessy v4.0.0
29
+ - 0859c0230 @putout/plugin-eslint: remove-useless-match-to-flat: add
30
+
1
31
  2025.03.03, v38.5.1
2
32
 
3
33
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.1",
3
+ "version": "38.5.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",
@@ -128,7 +128,7 @@
128
128
  "@putout/plugin-gitignore": "^6.0.0",
129
129
  "@putout/plugin-labels": "^1.0.0",
130
130
  "@putout/plugin-logical-expressions": "^7.0.0",
131
- "@putout/plugin-madrun": "^19.0.0",
131
+ "@putout/plugin-madrun": "^20.0.0",
132
132
  "@putout/plugin-math": "^3.0.0",
133
133
  "@putout/plugin-maybe": "^3.0.0",
134
134
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
@@ -148,7 +148,7 @@
148
148
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
149
149
  "@putout/plugin-remove-debugger": "^7.0.0",
150
150
  "@putout/plugin-remove-duplicate-case": "^3.0.0",
151
- "@putout/plugin-remove-duplicate-keys": "^6.0.0",
151
+ "@putout/plugin-remove-duplicate-keys": "^7.0.0",
152
152
  "@putout/plugin-remove-empty": "^14.0.0",
153
153
  "@putout/plugin-remove-iife": "^4.0.0",
154
154
  "@putout/plugin-remove-nested-blocks": "^8.0.0",