putout 38.5.3 → 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.
Files changed (2) hide show
  1. package/ChangeLog +19 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,22 @@
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
+
1
20
  2025.03.07, v38.5.3
2
21
 
3
22
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.5.3",
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",
@@ -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": "^6.0.0",
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",