putout 40.0.11 → 40.0.13

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 +24 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,27 @@
1
+ 2025.04.24, v40.0.13
2
+
3
+ fix:
4
+ - 15de821b5 @putout/test: extension
5
+ - 3c46a6b1f @putout/test: UPDATE
6
+
7
+ feature:
8
+ - 943d36b25 putout: @putout/plugin-eslint v14.0.0
9
+ - 76cc3bbd2 @putout/plugin-eslint: drop support of 🐊 < 40
10
+ - 7234f64e6 @putout/plugin-eslint: remove-useless-define-config: CommonJS: add support
11
+ - 71f06ca77 @putout/compare: __identifier: check
12
+ - fe1296189 @putout/processor-wasm: rules: remove-useless-args: add
13
+
14
+ 2025.04.23, v40.0.12
15
+
16
+ fix:
17
+ - 8295aed4c @putout/processor-wasm: rules: apply-nesting: exclude couple
18
+
19
+ feature:
20
+ - b55e781e4 putout: @putout/plugin-reuse-duplicate-init v8.0.0
21
+ - 0445a713c @putout/plugin-reuse-duplicate-init: migrate to ESM
22
+ - 804a1b657 @putout/processor-wasm: rules: remove-unused: exclude called
23
+ - a7e955e27 @putout/processor-wasm: rules: remove-unused: add
24
+
1
25
  2025.04.22, v40.0.11
2
26
 
3
27
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.0.11",
3
+ "version": "40.0.13",
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",
@@ -114,7 +114,7 @@
114
114
  "@putout/plugin-coverage": "^1.0.0",
115
115
  "@putout/plugin-declare": "^5.0.0",
116
116
  "@putout/plugin-declare-before-reference": "^6.0.0",
117
- "@putout/plugin-eslint": "^13.0.0",
117
+ "@putout/plugin-eslint": "^14.0.0",
118
118
  "@putout/plugin-esm": "^4.0.0",
119
119
  "@putout/plugin-extract-keywords-from-variables": "^2.0.0",
120
120
  "@putout/plugin-extract-object-properties": "^9.0.0",
@@ -175,7 +175,7 @@
175
175
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
176
176
  "@putout/plugin-remove-useless-variables": "^13.0.0",
177
177
  "@putout/plugin-return": "^2.0.0",
178
- "@putout/plugin-reuse-duplicate-init": "^7.0.0",
178
+ "@putout/plugin-reuse-duplicate-init": "^8.0.0",
179
179
  "@putout/plugin-simplify-ternary": "^7.0.0",
180
180
  "@putout/plugin-split-call-with-destructuring": "^1.0.0",
181
181
  "@putout/plugin-split-nested-destructuring": "^3.0.0",