putout 38.5.2 → 38.5.4
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.
- package/ChangeLog +39 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
1
|
+
2025.03.10, v38.5.4
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 7d2db2ff5 @putout/plugin-reuse-duplicate-init: overlap
|
|
5
|
+
- c311d1b43 eslint-plugin-putout: rules
|
|
6
|
+
- 9fe97183d eslint-plugin-putout: exports: rules
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 1af5645a6 putout: @putout/plugin-reuse-duplicate-init v7.0.0
|
|
10
|
+
- ad76550ff @putout/plugin-reuse-duplicate-init: drop support of 🐊 < 38
|
|
11
|
+
- 2d49645c5 @putout/plugin-filesystem: remove-nyc-output-files: add
|
|
12
|
+
- be3cbcdcb @putout/plugin-putout: add-traverse-args: options
|
|
13
|
+
- 0dcc70fef @putout/plugin-eslint: apply-define-config: add (https://eslint.org/blog/2025/03/flat-config-extends-define-config-global-ignores/)
|
|
14
|
+
- 1aaeac6d4 @putout/plugin-putout: check-declare: add
|
|
15
|
+
- 2de7fd42f @putout/plugin-eslint: declare: defineConfig, globalIgnores
|
|
16
|
+
- c0efe51d1 remove-unused-variables: ExportNamedDeclaraiton: ObjectPattern
|
|
17
|
+
- 72c932ea9 @putout/eslint-flat: createESLintConfig: alias to defineConfig
|
|
18
|
+
- 95c59f7f4 eslint-plugin-putout: export plugin (#232)
|
|
19
|
+
|
|
20
|
+
2025.03.07, v38.5.3
|
|
21
|
+
|
|
22
|
+
fix:
|
|
23
|
+
- 48492ecc8 @putout/cli-process-file: log error
|
|
24
|
+
- 95098943a @putout/cli-process-file: log any kind of error, not only from parser
|
|
25
|
+
|
|
26
|
+
feature:
|
|
27
|
+
- 4183d7a89 putout: @putout/plugin-remove-duplicate-keys v7.0.0
|
|
28
|
+
- 66e8e4b74 @putout/plugin-remove-duplicate-keys: drop support of 🐊 < 38
|
|
29
|
+
- 4dfb77852 @putout/plugin-remove-duplicate-keys: argument name clash support
|
|
30
|
+
- 208422a17 @putout/operate: traverseProperties: ObjectPattern: exclude RestElement
|
|
31
|
+
- 340e3a131 eslint-plugin-puotut: plugin: convert to ESM
|
|
32
|
+
- fade161c4 @putout/cli-process-file: FLATLINT
|
|
33
|
+
- ecf87f88e @putout/plugin-putout: apply-lowercase-to-node-builders: add (babel/babel#17129)
|
|
34
|
+
- 8622b32f5 @putout/plugin-react-hooks: drop support of 🐊 < 38
|
|
35
|
+
- 43c258230 @putout/plugin-react-hooks: convert-state-to-hooks: change names
|
|
36
|
+
- 4139f0cfd @putout/plugin-putout: declare: lowercased node builders (babel/babel#17129)
|
|
37
|
+
- f69c01e8a @putout/plugin-remove-unused-private-fields: report
|
|
38
|
+
- 07c709330 @putout/plugin-remove-unused-private-fields: convert to Traverser
|
|
39
|
+
|
|
1
40
|
2025.03.05, v38.5.2
|
|
2
41
|
|
|
3
42
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "38.5.
|
|
3
|
+
"version": "38.5.4",
|
|
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",
|
|
@@ -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": "^
|
|
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",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
178
178
|
"@putout/plugin-remove-useless-variables": "^12.0.0",
|
|
179
179
|
"@putout/plugin-return": "^1.0.0",
|
|
180
|
-
"@putout/plugin-reuse-duplicate-init": "^
|
|
180
|
+
"@putout/plugin-reuse-duplicate-init": "^7.0.0",
|
|
181
181
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
|
182
182
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
183
183
|
"@putout/plugin-split-assignment-expressions": "^2.0.0",
|